Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/util/
DCursorIconInfo.java33 public final int iconTypeIndex; field in CursorIconInfo
39 iconTypeIndex = c.getColumnIndexOrThrow(LauncherSettings.Favorites.ICON_TYPE); in CursorIconInfo()
47 int iconType = c.getInt(iconTypeIndex); in loadIcon()
/packages/apps/Launcher2/src/com/android/launcher2/
DLauncherModel.java1302 final int iconTypeIndex = c.getColumnIndexOrThrow( in loadWorkspace() local
1365 info = getShortcutInfo(c, context, iconTypeIndex, in loadWorkspace()
2277 int iconTypeIndex, int iconPackageIndex, int iconResourceIndex, int iconIndex, in getShortcutInfo() argument
2290 int iconType = c.getInt(iconTypeIndex); in getShortcutInfo()
DLauncherProvider.java444 final int iconTypeIndex = c.getColumnIndexOrThrow(LauncherSettings.Favorites.ICON_TYPE); in copyFromCursor() local
463 values.put(LauncherSettings.Favorites.ICON_TYPE, c.getInt(iconTypeIndex)); in copyFromCursor()
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncherProvider.java1142 final int iconTypeIndex in migrateLauncher2Shortcuts() local
1274 c.getInt(iconTypeIndex)); in migrateLauncher2Shortcuts()