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

/packages/apps/Launcher2/src/com/android/launcher2/
H A DLauncherModel.java1304 final int iconIndex = c.getColumnIndexOrThrow(LauncherSettings.Favorites.ICON);
1362 manager, intent, user, context, c, iconIndex,
1366 iconPackageIndex, iconResourceIndex, iconIndex,
1413 queueIconToBeChecked(sBgDbIconCache, info, c, iconIndex);
2200 Cursor c, int iconIndex, int titleIndex, HashMap<Object, CharSequence> labelCache) {
2219 icon = getIconFromCursor(c, iconIndex, context);
2277 int iconTypeIndex, int iconPackageIndex, int iconResourceIndex, int iconIndex,
2311 icon = getIconFromCursor(c, iconIndex, context);
2320 icon = getIconFromCursor(c, iconIndex, context);
2339 Bitmap getIconFromCursor(Cursor c, int iconIndex, Contex argument
2198 getShortcutInfo(PackageManager manager, Intent intent, UserHandle user, Context context, Cursor c, int iconIndex, int titleIndex, HashMap<Object, CharSequence> labelCache) argument
2276 getShortcutInfo(Cursor c, Context context, int iconTypeIndex, int iconPackageIndex, int iconResourceIndex, int iconIndex, int titleIndex) argument
2478 queueIconToBeChecked(HashMap<Object, byte[]> cache, ShortcutInfo info, Cursor c, int iconIndex) argument
[all...]
/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncherModel.java1930 final int iconIndex = c.getColumnIndexOrThrow(LauncherSettings.Favorites.ICON);
2104 iconIndex, titleIndex, mLabelCache, allowMissingTarget);
2107 iconPackageIndex, iconResourceIndex, iconIndex,
2162 queueIconToBeChecked(sBgDbIconCache, info, c, iconIndex);
3289 UserHandleCompat user, Context context, Cursor c, int iconIndex, int titleIndex,
3322 icon = getIconFromCursor(c, iconIndex, context);
3429 int iconTypeIndex, int iconPackageIndex, int iconResourceIndex, int iconIndex,
3462 icon = getIconFromCursor(c, iconIndex, context);
3471 icon = getIconFromCursor(c, iconIndex, context);
3490 Bitmap getIconFromCursor(Cursor c, int iconIndex, Contex argument
3288 getShortcutInfo(PackageManager manager, Intent intent, UserHandleCompat user, Context context, Cursor c, int iconIndex, int titleIndex, HashMap<Object, CharSequence> labelCache, boolean allowMissingTarget) argument
3428 getShortcutInfo(Cursor c, Context context, int iconTypeIndex, int iconPackageIndex, int iconResourceIndex, int iconIndex, int titleIndex) argument
3593 queueIconToBeChecked(HashMap<Object, byte[]> cache, ShortcutInfo info, Cursor c, int iconIndex) argument
[all...]

Completed in 105 milliseconds