Home
last modified time | relevance | path

Searched refs:containerIndex (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
DLauncherModel.java529 final int containerIndex = c.getColumnIndexOrThrow(LauncherSettings.Favorites.CONTAINER); in getItemsInLocalCoordinates() local
544 item.container = c.getInt(containerIndex); in getItemsInLocalCoordinates()
577 … final int containerIndex = c.getColumnIndexOrThrow(LauncherSettings.Favorites.CONTAINER); in getFolderById() local
591 folderInfo.container = c.getInt(containerIndex); in getFolderById()
1221 int containerIndex = item.screen; in checkItemPlacement() local
1247 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 …]
DLauncherProvider.java448 … final int containerIndex = c.getColumnIndexOrThrow(LauncherSettings.Favorites.CONTAINER); in copyFromCursor() local
467 values.put(LauncherSettings.Favorites.CONTAINER, c.getInt(containerIndex)); in copyFromCursor()
/packages/apps/Contacts/src/com/android/contacts/editor/
DEditorAnimator.java256 int containerIndex = parentLayout.indexOfChild(container); in getViewsBelowOfRecursive() local
257 getViewsBelowOfRecursive(result, parentLayout, containerIndex + 1, target); in getViewsBelowOfRecursive()
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncherModel.java948 … final int containerIndex = c.getColumnIndexOrThrow(LauncherSettings.Favorites.CONTAINER); in getFolderById() local
964 folderInfo.container = c.getInt(containerIndex); in getFolderById()
1621 long containerIndex = item.screenId; in checkItemPlacement() local
1681 + " into cell (" + containerIndex + "-" + item.screenId + ":" in checkItemPlacement()
1692 + " into cell (" + containerIndex + "-" + item.screenId + ":" in checkItemPlacement()
1793 final int containerIndex = c.getColumnIndexOrThrow( in loadWorkspace() local
1840 container = c.getInt(containerIndex); in loadWorkspace()
DLauncherProvider.java1106 final int containerIndex in migrateLauncher2Shortcuts() local
1150 int container = c.getInt(containerIndex); in migrateLauncher2Shortcuts()