Home | History | Annotate | Download | only in launcher3

Lines Matching defs:PagedViewCellLayout

31 public class PagedViewCellLayout extends ViewGroup implements Page {
32 static final String TAG = "PagedViewCellLayout";
46 public PagedViewCellLayout(Context context) {
50 public PagedViewCellLayout(Context context, AttributeSet attrs) {
54 public PagedViewCellLayout(Context context, AttributeSet attrs, int defStyle) {
96 PagedViewCellLayout.LayoutParams params) {
97 final PagedViewCellLayout.LayoutParams lp = params;
303 PagedViewCellLayout.LayoutParams lp = (PagedViewCellLayout.LayoutParams) child.getLayoutParams();
369 return new PagedViewCellLayout.LayoutParams(getContext(), attrs);
374 return p instanceof PagedViewCellLayout.LayoutParams;
379 return new PagedViewCellLayout.LayoutParams(p);