Home | History | Annotate | Download | only in launcher2

Lines Matching defs:cellLayout

721         CellLayout cellLayout =
722 (CellLayout) mWorkspace.getChildAt(mPendingAddInfo.screen);
753 mWorkspace.animateWidgetDrop(mPendingAddInfo, cellLayout,
1100 final CellLayout layout = getCellLayout(container, screen);
1136 CellLayout layout = getCellLayout(container, screen);
1191 return CellLayout.rectToCell(context.getResources(), requiredWidth, requiredHeight, null);
1225 CellLayout layout = getCellLayout(container, screen);
1928 FolderIcon addFolder(CellLayout layout, long container, final int screen, int cellX,
2342 CellLayout cl = (CellLayout) fi.getParent().getParent();
2343 CellLayout.LayoutParams lp = (CellLayout.LayoutParams) fi.getLayoutParams();
2363 final CellLayout cl = (CellLayout) fi.getParent().getParent();
2449 if (!(v instanceof CellLayout)) {
2454 CellLayout.CellInfo longClickCellInfo = (CellLayout.CellInfo) v.getTag();
2482 (layout instanceof CellLayout) && (layout == mHotseat.getLayout());
2492 * Returns the CellLayout of the specified container at the specified screen.
2494 CellLayout getCellLayout(long container, int screen) {
2502 return (CellLayout) mWorkspace.getChildAt(screen);
3097 void addExternalItemToScreen(ItemInfo itemInfo, final CellLayout layout) {
3468 final CellLayout layoutParent = (CellLayout) workspace.getChildAt(i);
3686 CellLayout.LayoutParams alp = (CellLayout.LayoutParams) a.getLayoutParams();
3687 CellLayout.LayoutParams blp = (CellLayout.LayoutParams) b.getLayoutParams();