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 65 public class CellLayout extends ViewGroup implements BubbleTextShadowHandler {
69 private static final String TAG = "CellLayout";
109 // These values allow a fixed measurement to be set on the CellLayout.
129 @Thunk HashMap<CellLayout.LayoutParams, Animator> mReorderAnimators = new HashMap<>();
174 public CellLayout(Context context) {
178 public CellLayout(Context context, AttributeSet attrs) {
182 public CellLayout(Context context, AttributeSet attrs, int defStyle) {
185 // A ViewGroup usually does not draw, but CellLayout needs to draw a rectangle to show
254 CellLayout.this.invalidate(mDragOutlines[thisIndex]);
650 // mean that it spans the extent of the CellLayout
    [all...]

Completed in 154 milliseconds