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 147 CellLayout.rectToCell(widgetInfo.minWidth, widgetInfo.minHeight, widgetSpan);
CellLayout.java 57 public class CellLayout extends ViewGroup {
58 static final String TAG = "CellLayout";
107 // These values allow a fixed measurement to be set on the CellLayout.
128 private HashMap<CellLayout.LayoutParams, Animator> mReorderAnimators = new
129 HashMap<CellLayout.LayoutParams, Animator>();
172 public CellLayout(Context context) {
176 public CellLayout(Context context, AttributeSet attrs) {
180 public CellLayout(Context context, AttributeSet attrs, int defStyle) {
184 // A ViewGroup usually does not draw, but CellLayout needs to draw a rectangle to show
192 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 123 milliseconds