Home
last modified time | relevance | path

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

/packages/apps/Launcher3/robolectric_tests/src/com/android/launcher3/model/
DGridSizeMigrationTaskV2Test.java164 int cellXIndex = c.getColumnIndex(LauncherSettings.Favorites.CELLX); in testMigration() local
171 assertEquals(c.getInt(cellXIndex), 0); in testMigration()
175 assertEquals(c.getInt(cellXIndex), 1); in testMigration()
179 assertEquals(c.getInt(cellXIndex), 2); in testMigration()
183 assertEquals(c.getInt(cellXIndex), 3); in testMigration()
187 assertEquals(c.getInt(cellXIndex), 0); in testMigration()
/packages/apps/Launcher3/src/com/android/launcher3/model/
DLoaderCursor.java92 private final int cellXIndex; field in LoaderCursor
130 cellXIndex = getColumnIndexOrThrow(LauncherSettings.Favorites.CELLX); in LoaderCursor()
389 info.cellX = getInt(cellXIndex); in applyCommonProperties()
/packages/apps/Launcher3/src/com/android/launcher3/provider/
DImportDataTask.java146 final int cellXIndex = c.getColumnIndexOrThrow(Favorites.CELLX); in importWorkspaceItems() local
168 int cellX = c.getInt(cellXIndex); in importWorkspaceItems()