Lines Matching refs:iconIndex
1304 final int iconIndex = c.getColumnIndexOrThrow(LauncherSettings.Favorites.ICON); in loadWorkspace() local
1362 manager, intent, user, context, c, iconIndex, in loadWorkspace()
1366 iconPackageIndex, iconResourceIndex, iconIndex, in loadWorkspace()
1413 queueIconToBeChecked(sBgDbIconCache, info, c, iconIndex); in loadWorkspace()
2200 Cursor c, int iconIndex, int titleIndex, HashMap<Object, CharSequence> labelCache) { in getShortcutInfo() argument
2219 icon = getIconFromCursor(c, iconIndex, context); in getShortcutInfo()
2277 int iconTypeIndex, int iconPackageIndex, int iconResourceIndex, int iconIndex, in getShortcutInfo() argument
2311 icon = getIconFromCursor(c, iconIndex, context); in getShortcutInfo()
2320 icon = getIconFromCursor(c, iconIndex, context); in getShortcutInfo()
2339 Bitmap getIconFromCursor(Cursor c, int iconIndex, Context context) { in getIconFromCursor() argument
2346 byte[] data = c.getBlob(iconIndex); in getIconFromCursor()
2479 int iconIndex) { in queueIconToBeChecked() argument
2491 cache.put(info, c.getBlob(iconIndex)); in queueIconToBeChecked()