Home
last modified time | relevance | path

Searched refs:cellYIndex (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/model/
H A DLoaderCursor.java89 private final int cellYIndex; field in LoaderCursor
127 cellYIndex = getColumnIndexOrThrow(LauncherSettings.Favorites.CELLY); in LoaderCursor()
383 info.cellY = getInt(cellYIndex); in applyCommonProperties()
/aosp12/packages/apps/Launcher3/tests/src/com/android/launcher3/model/
H A DGridSizeMigrationTaskV2Test.java172 int cellYIndex = c.getColumnIndex(LauncherSettings.Favorites.CELLY); in testMigration() local
178 new Point(c.getInt(cellXIndex), c.getInt(cellYIndex))); in testMigration()