Home
last modified time | relevance | path

Searched refs:getScreenWithId (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
DWorkspace.java367 CellLayout customScreen = getScreenWithId(CUSTOM_CONTENT_SCREEN_ID); in setInsets()
621 CellLayout customScreen = getScreenWithId(CUSTOM_CONTENT_SCREEN_ID); in removeCustomContentPage()
655 CellLayout customScreen = getScreenWithId(CUSTOM_CONTENT_SCREEN_ID); in addToCustomContentPage()
872 public CellLayout getScreenWithId(long screenId) { in getScreenWithId() method in Workspace
999 if (getScreenWithId(screenId) == null) { in addInScreen()
1032 layout = getScreenWithId(screenId); in addInScreen()
4260 cellLayout = getScreenWithId(mDragInfo.screenId);
DLauncher.java817 … final CellLayout dropLayout = mWorkspace.getScreenWithId(mPendingAddInfo.screenId); in handleActivityResult()
906 (CellLayout) mWorkspace.getScreenWithId(screenId); in ensurePendingDropLayoutExists()
919 (CellLayout) mWorkspace.getScreenWithId(mPendingAddInfo.screenId); in completeTwoStageWidgetDrop()
3217 return (CellLayout) mWorkspace.getScreenWithId(screenId); in getCellLayout()
4271 CellLayout cl = mWorkspace.getScreenWithId(item.screenId); in bindItems()