Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/notification/
DConversationIconFactory.java122 public Drawable getConversationDrawable(Drawable baseIcon, String packageName, int uid, in getConversationDrawable() argument
124 return new ConversationIconDrawable(baseIcon, in getConversationDrawable()
144 public ConversationIconDrawable(Drawable baseIcon, in ConversationIconDrawable() argument
149 mBaseIcon = baseIcon; in ConversationIconDrawable()