Searched defs:iconResourceIndex (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/util/
H A DCursorIconInfo.java34 public final int iconResourceIndex; field in class:CursorIconInfo
46 iconResourceIndex = c.getColumnIndexOrThrow(LauncherSettings.Favorites.ICON_RESOURCE);
57 String resourceName = c.getString(iconResourceIndex);
/packages/apps/Launcher2/src/com/android/launcher2/
H A DLauncherModel.java1307 final int iconResourceIndex = c.getColumnIndexOrThrow(
1366 iconPackageIndex, iconResourceIndex, iconIndex,
2277 int iconTypeIndex, int iconPackageIndex, int iconResourceIndex, int iconIndex,
2294 String resourceName = c.getString(iconResourceIndex);
2276 getShortcutInfo(Cursor c, Context context, int iconTypeIndex, int iconPackageIndex, int iconResourceIndex, int iconIndex, int titleIndex) argument

Completed in 250 milliseconds