Home
last modified time | relevance | path

Searched defs:baseIcon (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/notification/
H A DConversationIconFactory.java123 public Drawable getConversationDrawable(Drawable baseIcon, String packageName, int uid, in getConversationDrawable()
145 public ConversationIconDrawable(Drawable baseIcon, in ConversationIconDrawable()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/util/leak/
H A DGarbageMonitor.java302 final Drawable baseIcon; field in GarbageMonitor.MemoryIconDrawable