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

  /packages/apps/Launcher3/src/com/android/launcher3/
InstallWidgetReceiver.java 149 CellLayout.rectToCell(widgetInfo.minWidth, widgetInfo.minHeight, widgetSpan);
CellLayout.java 61 public class CellLayout extends ViewGroup {
62 static final String TAG = "CellLayout";
112 // These values allow a fixed measurement to be set on the CellLayout.
133 private HashMap<CellLayout.LayoutParams, Animator> mReorderAnimators = new
134 HashMap<CellLayout.LayoutParams, Animator>();
178 public CellLayout(Context context) {
182 public CellLayout(Context context, AttributeSet attrs) {
186 public CellLayout(Context context, AttributeSet attrs, int defStyle) {
190 // A ViewGroup usually does not draw, but CellLayout needs to draw a rectangle to show
198 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.CellLayout, defStyle, 0)
    [all...]
  /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...]

Completed in 67 milliseconds