Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/src/com/android/launcher3/model/gridmigration/
DGridMigrationUtils.kt69 val indexCellY: Int = cursor.getColumnIndexOrThrow(Favorites.CELLY) in readDb() constant
84 y = cursor.getInt(indexCellY), in readDb()
/packages/apps/Launcher3/src/com/android/launcher3/model/
DGridSizeMigrationUtil.java534 final int indexCellY = c.getColumnIndexOrThrow(LauncherSettings.Favorites.CELLY); in loadAllWorkspaceEntries() local
552 entry.cellY = c.getInt(indexCellY); in loadAllWorkspaceEntries()