Home
last modified time | relevance | path

Searched refs:infoInOut (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/icons/
DIconCache.java297 @NonNull ItemInfoWithIcon infoInOut, in getTitleAndIcon()
300 CacheEntry entry = cacheLocked(infoInOut.getTargetComponent(), infoInOut.user, in getTitleAndIcon()
303 applyCacheEntry(entry, infoInOut); in getTitleAndIcon()
311 PackageItemInfo infoInOut, boolean useLowResIcon) { in getTitleAndIconForApp() argument
313 infoInOut.packageName, infoInOut.user, useLowResIcon); in getTitleAndIconForApp()
314 applyCacheEntry(entry, infoInOut); in getTitleAndIconForApp()
315 if (infoInOut.category == PackageItemInfo.CONVERSATIONS) { in getTitleAndIconForApp()
316 infoInOut.title = mContext.getString(R.string.widget_category_conversations); in getTitleAndIconForApp()
317 infoInOut.contentDescription = mPackageManager.getUserBadgedLabel( in getTitleAndIconForApp()
318 infoInOut.title, infoInOut.user); in getTitleAndIconForApp()