mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-01 16:26:47 +00:00
Making some view properties exported.
These will be visible in hierarchy viewer Change-Id: I940724a7f61d67b8502d77be203a94875bc92668
This commit is contained in:
@@ -72,17 +72,23 @@ public class CellLayout extends ViewGroup implements BubbleTextShadowHandler {
|
||||
private static final boolean LOGD = false;
|
||||
|
||||
private Launcher mLauncher;
|
||||
@ViewDebug.ExportedProperty(category = "launcher")
|
||||
@Thunk int mCellWidth;
|
||||
@ViewDebug.ExportedProperty(category = "launcher")
|
||||
@Thunk int mCellHeight;
|
||||
private int mFixedCellWidth;
|
||||
private int mFixedCellHeight;
|
||||
|
||||
@ViewDebug.ExportedProperty(category = "launcher")
|
||||
@Thunk int mCountX;
|
||||
@ViewDebug.ExportedProperty(category = "launcher")
|
||||
@Thunk int mCountY;
|
||||
|
||||
private int mOriginalWidthGap;
|
||||
private int mOriginalHeightGap;
|
||||
@ViewDebug.ExportedProperty(category = "launcher")
|
||||
@Thunk int mWidthGap;
|
||||
@ViewDebug.ExportedProperty(category = "launcher")
|
||||
@Thunk int mHeightGap;
|
||||
private int mMaxGap;
|
||||
private boolean mDropPending = false;
|
||||
|
||||
Reference in New Issue
Block a user