Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/display/
DConversationMessageView.java256 final Drawable.ConstantState constantStateDrawable = drawable.getConstantState(); in getTintedDrawable() local
257 final Drawable retDrawable = (constantStateDrawable != null) in getTintedDrawable()
258 ? constantStateDrawable.newDrawable(context.getResources()).mutate() in getTintedDrawable()
/packages/apps/Messaging/src/com/android/messaging/util/
DImageUtils.java874 final Drawable.ConstantState constantStateDrawable = drawable.getConstantState(); in getTintedDrawable() local
875 final Drawable retDrawable = (constantStateDrawable != null) in getTintedDrawable()
876 ? constantStateDrawable.newDrawable(context.getResources()).mutate() in getTintedDrawable()