Home | History | Annotate | Download | only in launcher2

Lines Matching refs:PagedViewCellLayout

34 public class PagedViewCellLayout extends ViewGroup implements Page {
35 static final String TAG = "PagedViewCellLayout";
50 public PagedViewCellLayout(Context context) {
54 public PagedViewCellLayout(Context context, AttributeSet attrs) {
58 public PagedViewCellLayout(Context context, AttributeSet attrs, int defStyle) {
102 PagedViewCellLayout.LayoutParams params) {
103 final PagedViewCellLayout.LayoutParams lp = params;
309 PagedViewCellLayout.LayoutParams lp = (PagedViewCellLayout.LayoutParams) child.getLayoutParams();
375 return new PagedViewCellLayout.LayoutParams(getContext(), attrs);
380 return p instanceof PagedViewCellLayout.LayoutParams;
385 return new PagedViewCellLayout.LayoutParams(p);