Searched refs:cellYIndex (Results 1 – 3 of 3) sorted by relevance
165 int cellYIndex = c.getColumnIndex(LauncherSettings.Favorites.CELLY); in testMigration() local172 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()
93 private final int cellYIndex; field in LoaderCursor131 cellYIndex = getColumnIndexOrThrow(LauncherSettings.Favorites.CELLY); in LoaderCursor()390 info.cellY = getInt(cellYIndex); in applyCommonProperties()
147 final int cellYIndex = c.getColumnIndexOrThrow(Favorites.CELLY); in importWorkspaceItems() local169 int cellY = c.getInt(cellYIndex); in importWorkspaceItems()