Searched refs:getScreenWithId (Results 1 – 10 of 10) sorted by relevance
93 if (getScreenWithId(screenId) == null) { in addInScreen()119 layout = getScreenWithId(screenId); in addInScreen()169 CellLayout getScreenWithId(int screenId); in getScreenWithId() method
296 launcher.workspace.getScreenWithId(WorkspaceLayoutManager.FIRST_SCREEN_ID) in <lambda>()
971 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);
948 public CellLayout getScreenWithId(int screenId) { in getScreenWithId() method in Workspace1019 return getScreenWithId(getScreenPair(screenId)); in getScreenPair()
266 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()
90 CellLayout target = workspace.getScreenWithId(workspace.getScreenIdForPageIndex(i)); in migrateHotseatWhole()156 CellLayout cellLayout = mLauncher.getWorkspace().getScreenWithId(Workspace.FIRST_SCREEN_ID); in showEdu()
349 CellLayout page = launcher.getWorkspace().getScreenWithId(pageId); in assertPageEmpty()368 CellLayout page = launcher.getWorkspace().getScreenWithId(pageId); in assertItemsOnPage()
270 final CellLayout cellLayout = workspace.getScreenWithId(screenId); in call()
381 layout = workspace.getScreenWithId(screenId); in findSpaceOnWorkspace()
335 public CellLayout getScreenWithId(int screenId) {