Home
last modified time | relevance | path

Searched refs:getScreenIdForPageIndex (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/hybridhotseat/
H A DHotseatEduController.java150 workspace.getScreenIdForPageIndex(occupancyIndex), itemXY[0], itemXY[1]); in placeFoldersInWorkspace()
156 if (folders.isEmpty()) return workspace.getScreenIdForPageIndex(occupancyIndex); in placeFoldersInWorkspace()
184 CellLayout target = workspace.getScreenWithId(workspace.getScreenIdForPageIndex(i)); in migrateHotseatWhole()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/popup/
H A DArrowPopup.java360 int screenId = workspace.getScreenIdForPageIndex(workspace.getCurrentPage()); in initColorExtractionLocations()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DWorkspace.java910 return IntSet.wrap(getScreenIdForPageIndex(getCurrentPage())); in getCurrentPageScreenIds()
913 public int getScreenIdForPageIndex(int index) { in getScreenIdForPageIndex() method in Workspace
2661 && screenId != getScreenIdForPageIndex(mCurrentPage) in onDropExternal()
H A DLauncher.java2390 int currentScreenId = mWorkspace.getScreenIdForPageIndex(mWorkspace.getNextPage()); in bindItems()