Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DWorkspaceLayoutManager.java93 if (getScreenWithId(screenId) == null) { in addInScreen()
119 layout = getScreenWithId(screenId); in addInScreen()
169 CellLayout getScreenWithId(int screenId); in getScreenWithId() method
DModelCallbacks.kt296 launcher.workspace.getScreenWithId(WorkspaceLayoutManager.FIRST_SCREEN_ID) in <lambda>()
DLauncher.java971 mWorkspace.getScreenWithId(presenterPos.screenId);
1027 CellLayout dropLayout = mWorkspace.getScreenWithId(screenId);
1041 CellLayout cellLayout = mWorkspace.getScreenWithId(
2283 CellLayout cl = mWorkspace.getScreenWithId(presenterPos.screenId);
3083 ? mHotseat : mWorkspace.getScreenWithId(screenId);
DWorkspace.java948 public CellLayout getScreenWithId(int screenId) { in getScreenWithId() method in Workspace
1019 return getScreenWithId(getScreenPair(screenId)); in getScreenPair()
/packages/apps/Launcher3/tests/src/com/android/launcher3/celllayout/
DTaplReorderWidgetsTest.java266 l -> l.getWorkspace().getScreenWithId(0) instanceof MultipageCellLayout)); in multipleCellLayoutsSimpleReorder()
274 l -> l.getWorkspace().getScreenWithId(0) instanceof MultipageCellLayout)); in multipleCellLayoutsNoSpaceReorder()
283 l -> l.getWorkspace().getScreenWithId(0) instanceof MultipageCellLayout)); in multipleCellLayoutsReorderToOtherSide()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/hybridhotseat/
DHotseatEduController.java90 CellLayout target = workspace.getScreenWithId(workspace.getScreenIdForPageIndex(i)); in migrateHotseatWhole()
156 CellLayout cellLayout = mLauncher.getWorkspace().getScreenWithId(Workspace.FIRST_SCREEN_ID); in showEdu()
/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/workspace/
DTaplTwoPanelWorkspaceTest.java349 CellLayout page = launcher.getWorkspace().getScreenWithId(pageId); in assertPageEmpty()
368 CellLayout page = launcher.getWorkspace().getScreenWithId(pageId); in assertItemsOnPage()
/packages/apps/Launcher3/src/com/android/launcher3/testing/
DTestInformationHandler.java270 final CellLayout cellLayout = workspace.getScreenWithId(screenId); in call()
/packages/apps/Launcher3/src/com/android/launcher3/accessibility/
DLauncherAccessibilityDelegate.java381 layout = workspace.getScreenWithId(screenId); in findSpaceOnWorkspace()
/packages/apps/Launcher3/src/com/android/launcher3/graphics/
DLauncherPreviewRenderer.java335 public CellLayout getScreenWithId(int screenId) {