Searched refs:cellXIndex (Results 1 – 2 of 2) sorted by relevance
88 private final int cellXIndex; field in LoaderCursor126 cellXIndex = getColumnIndexOrThrow(LauncherSettings.Favorites.CELLX); in LoaderCursor()382 info.cellX = getInt(cellXIndex); in applyCommonProperties()
171 int cellXIndex = c.getColumnIndex(LauncherSettings.Favorites.CELLX); in testMigration() local178 new Point(c.getInt(cellXIndex), c.getInt(cellYIndex))); in testMigration()