Searched defs:iconIndex (Results 1 – 3 of 3) sorted by relevance
| /packages/apps/Launcher2/src/com/android/launcher2/ |
| D | LauncherModel.java | 994 final int iconIndex = c.getColumnIndexOrThrow(LauncherSettings.Favorites.ICON); in loadWorkspace() local 1623 Cursor c, int iconIndex, int titleIndex, HashMap<Object, CharSequence> labelCache) { in getShortcutInfo() 1686 int iconTypeIndex, int iconPackageIndex, int iconResourceIndex, int iconIndex, in getShortcutInfo() 1745 Bitmap getIconFromCursor(Cursor c, int iconIndex, Context context) { in getIconFromCursor() 1870 int iconIndex) { in queueIconToBeChecked()
|
| D | LauncherProvider.java | 317 final int iconIndex = c.getColumnIndexOrThrow(LauncherSettings.Favorites.ICON); in copyFromCursor() local 542 final int iconIndex = c.getColumnIndexOrThrow(Favorites.ICON); in normalizeIcons() local
|
| D | FocusHelper.java | 309 final int iconIndex = itemContainer.indexOfChild(v); in handleAppsCustomizeKeyEvent() local
|