Searched refs:cellXIndex (Results 1 – 3 of 3) sorted by relevance
164 int cellXIndex = c.getColumnIndex(LauncherSettings.Favorites.CELLX); in testMigration() local171 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()
92 private final int cellXIndex; field in LoaderCursor130 cellXIndex = getColumnIndexOrThrow(LauncherSettings.Favorites.CELLX); in LoaderCursor()389 info.cellX = getInt(cellXIndex); in applyCommonProperties()
146 final int cellXIndex = c.getColumnIndexOrThrow(Favorites.CELLX); in importWorkspaceItems() local168 int cellX = c.getInt(cellXIndex); in importWorkspaceItems()