Searched refs:cellYIndex (Results 1 – 4 of 4) sorted by relevance
532 final int cellYIndex = c.getColumnIndexOrThrow(LauncherSettings.Favorites.CELLY); in getItemsInLocalCoordinates() local541 item.cellY = c.getInt(cellYIndex); in getItemsInLocalCoordinates()580 final int cellYIndex = c.getColumnIndexOrThrow(LauncherSettings.Favorites.CELLY); in getFolderById() local594 folderInfo.cellY = c.getInt(cellYIndex); in getFolderById()1319 final int cellYIndex = c.getColumnIndexOrThrow in loadWorkspace() local1389 info.cellY = c.getInt(cellYIndex); in loadWorkspace()1436 folderInfo.cellY = c.getInt(cellYIndex); in loadWorkspace()1474 appWidgetInfo.cellY = c.getInt(cellYIndex); in loadWorkspace()
452 final int cellYIndex = c.getColumnIndexOrThrow(LauncherSettings.Favorites.CELLY); in copyFromCursor() local472 values.put(LauncherSettings.Favorites.CELLY, c.getInt(cellYIndex)); in copyFromCursor()
951 final int cellYIndex = c.getColumnIndexOrThrow(LauncherSettings.Favorites.CELLY); in getFolderById() local967 folderInfo.cellY = c.getInt(cellYIndex); in getFolderById()1805 final int cellYIndex = c.getColumnIndexOrThrow in loadWorkspace() local2033 info.cellY = c.getInt(cellYIndex); in loadWorkspace()2092 folderInfo.cellY = c.getInt(cellYIndex); in loadWorkspace()2210 appWidgetInfo.cellY = c.getInt(cellYIndex); in loadWorkspace()
1114 final int cellYIndex in migrateLauncher2Shortcuts() local1148 final int cellY = c.getInt(cellYIndex); in migrateLauncher2Shortcuts()