Home
last modified time | relevance | path

Searched refs:iconResourceIndex (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/util/
DCursorIconInfo.java35 public final int iconResourceIndex; field in CursorIconInfo
42 iconResourceIndex = c.getColumnIndexOrThrow(LauncherSettings.Favorites.ICON_RESOURCE); in CursorIconInfo()
51 String resourceName = c.getString(iconResourceIndex); in loadIcon()
/packages/apps/Launcher2/src/com/android/launcher2/
DLauncherModel.java1307 final int iconResourceIndex = c.getColumnIndexOrThrow( in loadWorkspace() local
1366 iconPackageIndex, iconResourceIndex, iconIndex, in loadWorkspace()
2277 int iconTypeIndex, int iconPackageIndex, int iconResourceIndex, int iconIndex, in getShortcutInfo() argument
2294 String resourceName = c.getString(iconResourceIndex); in getShortcutInfo()
DLauncherProvider.java447 … final int iconResourceIndex = c.getColumnIndexOrThrow(LauncherSettings.Favorites.ICON_RESOURCE); in copyFromCursor() local
466 … values.put(LauncherSettings.Favorites.ICON_RESOURCE, c.getString(iconResourceIndex)); in copyFromCursor()
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncherProvider.java1148 final int iconResourceIndex in migrateLauncher2Shortcuts() local
1279 c.getString(iconResourceIndex)); in migrateLauncher2Shortcuts()