Home
last modified time | relevance | path

Searched refs:cellYIndex (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Launcher3/robolectric_tests/src/com/android/launcher3/model/
DGridSizeMigrationTaskV2Test.java165 int cellYIndex = c.getColumnIndex(LauncherSettings.Favorites.CELLY); in testMigration() local
172 assertEquals(c.getInt(cellYIndex), 3); in testMigration()
176 assertEquals(c.getInt(cellYIndex), 3); in testMigration()
180 assertEquals(c.getInt(cellYIndex), 3); in testMigration()
184 assertEquals(c.getInt(cellYIndex), 3); in testMigration()
188 assertEquals(c.getInt(cellYIndex), 2); in testMigration()
/packages/apps/Launcher3/src/com/android/launcher3/model/
DLoaderCursor.java93 private final int cellYIndex; field in LoaderCursor
131 cellYIndex = getColumnIndexOrThrow(LauncherSettings.Favorites.CELLY); in LoaderCursor()
390 info.cellY = getInt(cellYIndex); in applyCommonProperties()
/packages/apps/Launcher3/src/com/android/launcher3/provider/
DImportDataTask.java147 final int cellYIndex = c.getColumnIndexOrThrow(Favorites.CELLY); in importWorkspaceItems() local
169 int cellY = c.getInt(cellYIndex); in importWorkspaceItems()