Home | History | Annotate | Download | only in launcher3

Lines Matching refs:iconIndex

1813 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, Context context) {
3140 byte[] data = c.getBlob(iconIndex);
3269 int iconIndex) {
3281 cache.put(info, c.getBlob(iconIndex));