Searched defs:CellLayout (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DCellLayout.java61 public class CellLayout extends ViewGroup { class in inherits:ViewGroup
62 static final String TAG = "CellLayout";
126 private HashMap<CellLayout.LayoutParams, Animator> mReorderAnimators = new
127 HashMap<CellLayout.LayoutParams, Animator>();
169 public CellLayout(Context context) { method in class:CellLayout
173 public CellLayout(Context context, AttributeSet attrs) { method in class:CellLayout
177 public CellLayout(Context context, AttributeSet attrs, int defStyle) { method in class:CellLayout
181 // A ViewGroup usually does not draw, but CellLayout needs to draw a rectangle to show
187 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.CellLayout, defStyle, 0);
265 CellLayout
[all...]
/packages/apps/Launcher3/src/com/android/launcher3/
H A DCellLayout.java70 public class CellLayout extends ViewGroup implements BubbleTextShadowHandler { class in inherits:ViewGroup,BubbleTextShadowHandler
74 private static final String TAG = "CellLayout";
122 // These values allow a fixed measurement to be set on the CellLayout.
142 @Thunk HashMap<CellLayout.LayoutParams, Animator> mReorderAnimators = new HashMap<>();
184 public CellLayout(Context context) { method in class:CellLayout
188 public CellLayout(Context context, AttributeSet attrs) { method in class:CellLayout
192 public CellLayout(Context context, AttributeSet attrs, int defStyle) { method in class:CellLayout
195 // A ViewGroup usually does not draw, but CellLayout needs to draw a rectangle to show
272 CellLayout.this.invalidate(mDragOutlines[thisIndex]);
645 // mean that it spans the extent of the CellLayout
[all...]

Completed in 5075 milliseconds