HomeSort by relevance Sort by last modified time
    Searched defs:CellLayout (Results 1 - 2 of 2) sorted by null

  /packages/apps/Launcher2/src/com/android/launcher2/
CellLayout.java 61 public class CellLayout extends 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) {
173 public CellLayout(Context context, AttributeSet attrs) {
177 public CellLayout(Context context, AttributeSet attrs, int defStyle) {
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.this.invalidate(mDragOutlines[thisIndex])
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
CellLayout.java 73 public class CellLayout extends ViewGroup {
77 private static final String TAG = "CellLayout";
113 // These values allow a fixed measurement to be set on the CellLayout.
181 public CellLayout(Context context) {
185 public CellLayout(Context context, AttributeSet attrs) {
189 public CellLayout(Context context, AttributeSet attrs, int defStyle) {
191 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.CellLayout, defStyle, 0);
195 // A ViewGroup usually does not draw, but CellLayout needs to draw a rectangle to show
265 CellLayout.this.invalidate(mDragOutlines[thisIndex]);
578 // mean that it spans the extent of the CellLayout
    [all...]

Completed in 539 milliseconds