Searched refs:containerIndex (Results 1 – 5 of 5) sorted by relevance
529 final int containerIndex = c.getColumnIndexOrThrow(LauncherSettings.Favorites.CONTAINER); in getItemsInLocalCoordinates() local544 item.container = c.getInt(containerIndex); in getItemsInLocalCoordinates()577 … final int containerIndex = c.getColumnIndexOrThrow(LauncherSettings.Favorites.CONTAINER); in getFolderById() local591 folderInfo.container = c.getInt(containerIndex); in getFolderById()1221 int containerIndex = item.screen; in checkItemPlacement() local1247 if (occupied[containerIndex][x][y] != null) { in checkItemPlacement()1249 + " into cell (" + containerIndex + "-" + item.screen + ":" in checkItemPlacement()1252 + occupied[containerIndex][x][y]); in checkItemPlacement()1259 occupied[containerIndex][x][y] = item; in checkItemPlacement()1309 final int containerIndex = c.getColumnIndexOrThrow( in loadWorkspace() local[all …]
448 … final int containerIndex = c.getColumnIndexOrThrow(LauncherSettings.Favorites.CONTAINER); in copyFromCursor() local467 values.put(LauncherSettings.Favorites.CONTAINER, c.getInt(containerIndex)); in copyFromCursor()
256 int containerIndex = parentLayout.indexOfChild(container); in getViewsBelowOfRecursive() local257 getViewsBelowOfRecursive(result, parentLayout, containerIndex + 1, target); in getViewsBelowOfRecursive()
948 … final int containerIndex = c.getColumnIndexOrThrow(LauncherSettings.Favorites.CONTAINER); in getFolderById() local964 folderInfo.container = c.getInt(containerIndex); in getFolderById()1621 long containerIndex = item.screenId; in checkItemPlacement() local1681 + " into cell (" + containerIndex + "-" + item.screenId + ":" in checkItemPlacement()1692 + " into cell (" + containerIndex + "-" + item.screenId + ":" in checkItemPlacement()1793 final int containerIndex = c.getColumnIndexOrThrow( in loadWorkspace() local1840 container = c.getInt(containerIndex); in loadWorkspace()
1106 final int containerIndex in migrateLauncher2Shortcuts() local1150 int container = c.getInt(containerIndex); in migrateLauncher2Shortcuts()