Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
DConversationMessageView.java699 textBackground = drawableProvider.getBubbleDrawable( in updateViewAppearance()
726 textBackground = drawableProvider.getBubbleDrawable( in updateViewAppearance()
1114 audioView.setBackground(ConversationDrawables.get().getBubbleDrawable(
1131 personView.setBackground(ConversationDrawables.get().getBubbleDrawable(
/packages/apps/Messaging/src/com/android/messaging/ui/
DConversationDrawables.java107 public Drawable getBubbleDrawable(final boolean selected, final boolean incoming, in getBubbleDrawable() method in ConversationDrawables