| D | CellLayout.java | 59 public class CellLayout extends ViewGroup { class 139 private HashMap<CellLayout.LayoutParams, ObjectAnimator> mReorderAnimators = new 140 HashMap<CellLayout.LayoutParams, ObjectAnimator>(); 150 public CellLayout(Context context) { in CellLayout() method in CellLayout 154 public CellLayout(Context context, AttributeSet attrs) { in CellLayout() method in CellLayout 158 public CellLayout(Context context, AttributeSet attrs, int defStyle) { in CellLayout() method in CellLayout 165 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.CellLayout, defStyle, 0); in CellLayout() 259 CellLayout.this.invalidate(left, top, in CellLayout() 1781 return new CellLayout.LayoutParams(getContext(), attrs); in generateLayoutParams() 1786 return p instanceof CellLayout.LayoutParams; in checkLayoutParams() [all …]
|