From 4ffec48dec5da7bcf719ac0c37ee5e58f9ea2c1a Mon Sep 17 00:00:00 2001 From: Sunny Goyal Date: Tue, 9 Feb 2016 11:28:52 -0800 Subject: Making some view properties exported. These will be visible in hierarchy viewer Change-Id: I940724a7f61d67b8502d77be203a94875bc92668 --- src/com/android/launcher3/CellLayout.java | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/com/android/launcher3/CellLayout.java') diff --git a/src/com/android/launcher3/CellLayout.java b/src/com/android/launcher3/CellLayout.java index b09723de5..40cdc8016 100644 --- a/src/com/android/launcher3/CellLayout.java +++ b/src/com/android/launcher3/CellLayout.java @@ -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; -- cgit v1.2.3