Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/ui/
DConversationDrawables.java107 public Drawable getBubbleDrawable(final boolean selected, final boolean incoming, in getBubbleDrawable() method in ConversationDrawables
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
DConversationMessageView.java700 textBackground = drawableProvider.getBubbleDrawable( in updateViewAppearance()
728 textBackground = drawableProvider.getBubbleDrawable( in updateViewAppearance()
1122 audioView.setBackground(ConversationDrawables.get().getBubbleDrawable(
1139 personView.setBackground(ConversationDrawables.get().getBubbleDrawable(
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/
DBubbleBarController.java551 Drawable bubbleDrawable = mIconFactory.getBubbleDrawable(context, shortcutInfo, in populateBubble()