Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/icons/
DIconCache.java351 @NonNull ItemInfoWithIcon infoInOut, in getTitleAndIcon()
354 CacheEntry entry = cacheLocked(infoInOut.getTargetComponent(), infoInOut.user, in getTitleAndIcon()
357 applyCacheEntry(entry, infoInOut); in getTitleAndIcon()
364 @NonNull ItemInfoWithIcon infoInOut, in getTitleAndIcon()
367 CacheEntry entry = cacheLocked(infoInOut.getTargetComponent(), infoInOut.user, in getTitleAndIcon()
371 String packageName = infoInOut.getTargetPackage(); in getTitleAndIcon()
374 infoInOut.user, activityInfoProvider, mLauncherActivityInfoCachingLogic, in getTitleAndIcon()
376 applyPackageEntry(packageEntry, infoInOut, entry); in getTitleAndIcon()
378 || infoInOut.bitmap.isNullOrLowRes()) { in getTitleAndIcon()
380 applyCacheEntry(entry, infoInOut); in getTitleAndIcon()
[all …]
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DSplitToWorkspaceController.java87 PackageItemInfo infoInOut = new PackageItemInfo(pendingIntent.getCreatorPackage(), in handleSecondWidgetSelectionForSplit() local
89 mIconCache.getTitleAndIconForApp(infoInOut, false); in handleSecondWidgetSelectionForSplit()
98 new BitmapDrawable(mLauncher.getResources(), infoInOut.bitmap.icon)); in handleSecondWidgetSelectionForSplit()