Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/accessibility/
DLauncherAccessibilityDelegate.java450 int screenIndex = workspace.getCurrentPage(); in findSpaceOnWorkspace() local
451 screenId = workspaceScreens.get(screenIndex); in findSpaceOnWorkspace()
452 CellLayout layout = (CellLayout) workspace.getPageAt(screenIndex); in findSpaceOnWorkspace()
455 screenIndex = 0; in findSpaceOnWorkspace()
456 while (!found && screenIndex < workspaceScreens.size()) { in findSpaceOnWorkspace()
457 screenId = workspaceScreens.get(screenIndex); in findSpaceOnWorkspace()
458 layout = (CellLayout) workspace.getPageAt(screenIndex); in findSpaceOnWorkspace()
460 screenIndex++; in findSpaceOnWorkspace()
/packages/apps/Launcher3/robolectric_tests/src/com/android/launcher3/model/
DGridSizeMigrationTaskV2Test.java141 int screenIndex = c.getColumnIndex(LauncherSettings.Favorites.SCREEN); in testMigration() local
144 assertEquals(c.getInt(screenIndex), 1); in testMigration()
147 assertEquals(c.getInt(screenIndex), 0); in testMigration()
150 assertEquals(c.getInt(screenIndex), 2); in testMigration()
153 assertEquals(c.getInt(screenIndex), 3); in testMigration()
/packages/apps/Launcher3/src/com/android/launcher3/model/
DLoaderCursor.java88 private final int screenIndex; field in LoaderCursor
123 screenIndex = getColumnIndexOrThrow(LauncherSettings.Favorites.SCREEN); in LoaderCursor()
376 info.screenId = getInt(screenIndex); in applyCommonProperties()
/packages/apps/Launcher3/src/com/android/launcher3/provider/
DImportDataTask.java145 final int screenIndex = c.getColumnIndexOrThrow(Favorites.SCREEN); in importWorkspaceItems() local
166 int screen = c.getInt(screenIndex); in importWorkspaceItems()