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

/packages/apps/Launcher2/src/com/android/launcher2/
H A DLauncherModel.java1306 final int iconIndex = c.getColumnIndexOrThrow(LauncherSettings.Favorites.ICON);
1353 info = getShortcutInfo(manager, intent, context, c, iconIndex,
1357 iconPackageIndex, iconResourceIndex, iconIndex,
1403 queueIconToBeChecked(sBgDbIconCache, info, c, iconIndex);
2163 Cursor c, int iconIndex, int titleIndex, HashMap<Object, CharSequence> labelCache) {
2216 icon = getIconFromCursor(c, iconIndex, context);
2274 int iconTypeIndex, int iconPackageIndex, int iconResourceIndex, int iconIndex,
2305 icon = getIconFromCursor(c, iconIndex, context);
2314 icon = getIconFromCursor(c, iconIndex, context);
2333 Bitmap getIconFromCursor(Cursor c, int iconIndex, Contex argument
2162 getShortcutInfo(PackageManager manager, Intent intent, Context context, Cursor c, int iconIndex, int titleIndex, HashMap<Object, CharSequence> labelCache) argument
2273 getShortcutInfo(Cursor c, Context context, int iconTypeIndex, int iconPackageIndex, int iconResourceIndex, int iconIndex, int titleIndex) argument
2468 queueIconToBeChecked(HashMap<Object, byte[]> cache, ShortcutInfo info, Cursor c, int iconIndex) argument
[all...]
/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncherModel.java1813 final int iconIndex = c.getColumnIndexOrThrow(LauncherSettings.Favorites.ICON);
1902 info = getShortcutInfo(manager, intent, context, c, iconIndex,
1906 iconPackageIndex, iconResourceIndex, iconIndex,
1958 queueIconToBeChecked(sBgDbIconCache, info, c, iconIndex);
2915 Cursor c, int iconIndex, int titleIndex, HashMap<Object, CharSequence> labelCache) {
2965 icon = getIconFromCursor(c, iconIndex, context);
3074 int iconTypeIndex, int iconPackageIndex, int iconResourceIndex, int iconIndex,
3105 icon = getIconFromCursor(c, iconIndex, context);
3114 icon = getIconFromCursor(c, iconIndex, context);
3133 Bitmap getIconFromCursor(Cursor c, int iconIndex, Contex argument
2914 getShortcutInfo(PackageManager manager, Intent intent, Context context, Cursor c, int iconIndex, int titleIndex, HashMap<Object, CharSequence> labelCache) argument
3073 getShortcutInfo(Cursor c, Context context, int iconTypeIndex, int iconPackageIndex, int iconResourceIndex, int iconIndex, int titleIndex) argument
3268 queueIconToBeChecked(HashMap<Object, byte[]> cache, ShortcutInfo info, Cursor c, int iconIndex) argument
[all...]

Completed in 107 milliseconds