Home | History | Annotate | Download | only in launcher3

Lines Matching refs:iconIndex

1930                     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, Context context) {
3497 byte[] data = c.getBlob(iconIndex);
3594 int iconIndex) {
3606 cache.put(info, c.getBlob(iconIndex));