Home | History | Annotate | Download | only in launcher2

Lines Matching defs:CellLayout

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]);
294 // have. We ignore the left/right padding on CellLayout because it turns out in our design
305 // have. We ignore the left/right padding on CellLayout because it turns out in our design
367 // We draw the pressed or focused BubbleTextView's background in CellLayout because it
460 // We draw the pressed or focused BubbleTextView's background in CellLayout because it
638 // mean that it spans the extent of the CellLayout
731 // offset that by this CellLayout's padding to test an (x,y) point that is relative
984 throw new RuntimeException("CellLayout cannot have UNSPECIFIED dimensions");
1510 * @param occoupied The array which represents which cells in the CellLayout are occupied
2921 * Called when drag has left this CellLayout or has been completed (successfully or not)
3136 throw new RuntimeException("Position exceeds the bound of this CellLayout");
3142 return new CellLayout.LayoutParams(getContext(), attrs);
3147 return p instanceof CellLayout.LayoutParams;
3152 return new CellLayout.LayoutParams(p);
3316 // 2. When long clicking on an empty cell in a CellLayout, we save information about the
3318 // the CellLayout that was long clicked