Home | History | Annotate | Download | only in launcher3

Lines Matching defs:cellLayout

830                 final CellLayout dropLayout =
831 (CellLayout) mWorkspace.getScreenWithId(mPendingAddInfo.screenId);
874 CellLayout cellLayout =
875 (CellLayout) mWorkspace.getScreenWithId(mPendingAddInfo.screenId);
899 mWorkspace.animateWidgetDrop(mPendingAddInfo, cellLayout,
1372 final CellLayout layout = getCellLayout(container, screenId);
1406 CellLayout layout = getCellLayout(container, screenId);
1461 return CellLayout.rectToCell(requiredWidth, requiredHeight, null);
1494 CellLayout layout = getCellLayout(container, screenId);
2238 FolderIcon addFolder(CellLayout layout, long container, final long screenId, int cellX,
2254 CellLayout parent = mWorkspace.getParentCellLayoutForView(newFolder);
2364 if (v instanceof CellLayout) {
2695 CellLayout cl = (CellLayout) fi.getParent().getParent();
2696 CellLayout.LayoutParams lp = (CellLayout.LayoutParams) fi.getLayoutParams();
2716 final CellLayout cl = (CellLayout) fi.getParent().getParent();
2814 if (!(v instanceof CellLayout)) {
2819 CellLayout.CellInfo longClickCellInfo = (CellLayout.CellInfo) v.getTag();
2857 (layout instanceof CellLayout) && (layout == mHotseat.getLayout());
2861 * Returns the CellLayout of the specified container at the specified screen.
2863 CellLayout getCellLayout(long container, long screenId) {
2871 return (CellLayout) mWorkspace.getScreenWithId(screenId);
3394 void addExternalItemToScreen(ItemInfo itemInfo, final CellLayout layout) {
3927 CellLayout cl = mWorkspace.getScreenWithId(item.screenId);