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.java700 textBackground = drawableProvider.getBubbleDrawable( in updateViewAppearance()
727 textBackground = drawableProvider.getBubbleDrawable( in updateViewAppearance()
1115 audioView.setBackground(ConversationDrawables.get().getBubbleDrawable(
1132 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