Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DWorkspaceLayoutManager.java75 if (getScreenWithId(screenId) == null) { in addInScreen()
101 layout = getScreenWithId(screenId); in addInScreen()
141 CellLayout getScreenWithId(int screenId); in getScreenWithId() method
DLauncher.java751 mWorkspace.getScreenWithId(requestArgs.screenId); in handleActivityResult()
833 CellLayout dropLayout = mWorkspace.getScreenWithId(screenId); in ensurePendingDropLayoutExists()
847 CellLayout cellLayout = mWorkspace.getScreenWithId(requestArgs.screenId); in completeTwoStageWidgetDrop()
1900 ? mHotseat : mWorkspace.getScreenWithId(screenId); in getCellLayout()
2121 CellLayout cl = mWorkspace.getScreenWithId(item.screenId); in bindItems()
DWorkspace.java708 public CellLayout getScreenWithId(int screenId) { in getScreenWithId() method in Workspace
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/hybridhotseat/
DHotseatEduController.java186 CellLayout target = workspace.getScreenWithId(workspace.getScreenIdForPageIndex(i)); in migrateHotseatWhole()
251 CellLayout cellLayout = mLauncher.getWorkspace().getScreenWithId(Workspace.FIRST_SCREEN_ID); in showEdu()
/packages/apps/Launcher3/src/com/android/launcher3/accessibility/
DLauncherAccessibilityDelegate.java469 layout = workspace.getScreenWithId(screenId); in findSpaceOnWorkspace()
/packages/apps/Launcher3/src/com/android/launcher3/graphics/
DLauncherPreviewRenderer.java325 public CellLayout getScreenWithId(int screenId) { in getScreenWithId() method