Lines Matching refs:mIconCache
173 @Thunk IconCache mIconCache; field in LauncherModel
239 mIconCache = iconCache; in LauncherModel()
346 mIconCache.getTitleAndIcon(si, in updateSessionDisplayInfo()
351 si.updateIcon(mIconCache); in updateSessionDisplayInfo()
2300 info.updateIcon(mIconCache, false); in loadWorkspace()
2755 mIconCache.updateDbIcons(packagesToIgnore);
2824 mBgAllAppsList.add(new AppInfo(mContext, app, user, mIconCache, quietMode));
2909 si.updateIcon(mIconCache);
3021 mIconCache.updateIconsForPkg(packages[i], mUser);
3034 mIconCache.updateIconsForPkg(packages[i], mUser);
3048 mIconCache.removeIconsForPkg(packages[i], mUser);
3185 si.updateIcon(mIconCache);
3190 si.updateIcon(mIconCache);
3403 mIconCache.getTitleAndIcon(info, intent, info.user, false /* useLowResIcon */);
3475 mIconCache.getTitleAndIcon(info, componentName, lai, user, false, useLowResIcon);
3476 if (mIconCache.isDefaultIcon(info.getIcon(mIconCache), user) && c != null) {
3478 info.setIcon(icon == null ? mIconCache.getDefaultIcon(user) : icon);
3565 icon = mIconCache.getDefaultIcon(info.user);
3605 icon = mIconCache.getDefaultIcon(info.user);