Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/model/
DGridSizeMigrationTaskV2.java595 final int indexCellY = c.getColumnIndexOrThrow(LauncherSettings.Favorites.CELLY); in loadWorkspaceEntries() local
613 entry.cellY = c.getInt(indexCellY); in loadWorkspaceEntries()
DGridSizeMigrationTask.java694 final int indexCellY = c.getColumnIndexOrThrow(Favorites.CELLY);
708 entry.cellY = c.getInt(indexCellY);