Lines Matching refs:iconIndex
1306 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, Context context) {
2340 byte[] data = c.getBlob(iconIndex);
2469 int iconIndex) {
2481 cache.put(info, c.getBlob(iconIndex));