Home | History | Annotate | Download | only in launcher2

Lines Matching full:celllayout

412             CellLayout cellLayout) {
414 widget, cellLayout, this);
449 CellLayout parent = (CellLayout) (CellLayout) parentChildren.getParent();
450 CellLayout.LayoutParams lp = (CellLayout
752 CellLayout leftPage = (CellLayout) workspace.getChildAt(page - 1);
753 CellLayout rightPage = (CellLayout) workspace.getChildAt(page + 1);