Searched refs:cellYIndex (Results 1 – 2 of 2) sorted by relevance
89 private final int cellYIndex; field in LoaderCursor127 cellYIndex = getColumnIndexOrThrow(LauncherSettings.Favorites.CELLY); in LoaderCursor()383 info.cellY = getInt(cellYIndex); in applyCommonProperties()
172 int cellYIndex = c.getColumnIndex(LauncherSettings.Favorites.CELLY); in testMigration() local178 new Point(c.getInt(cellXIndex), c.getInt(cellYIndex))); in testMigration()