Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DUtilities.java594 Drawable mainIcon = null; in getFullDrawable() local
604 mainIcon = activityInfo.getFullResIcon(appState.getIconCache()); in getFullDrawable()
611 mainIcon = appState.getIconProvider().getIcon( in getFullDrawable()
621 mainIcon = ShortcutCachingLogic.getIcon(context, si, in getFullDrawable()
635 mainIcon = icon; in getFullDrawable()
639 if (mainIcon == null) { in getFullDrawable()
643 if (mainIcon instanceof AdaptiveIconDrawable aid) { in getFullDrawable()
648 result = li.wrapToAdaptiveIcon(mainIcon, null); in getFullDrawable()
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DExpandingEntryCardView.java122 public Entry(int id, Drawable mainIcon, String header, String subHeader, in Entry() argument
131 mIcon = mainIcon; in Entry()