Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/ui/
DConversationDrawables.java50 private int mOutgoingBubbleColor; field in ConversationDrawables
98 mOutgoingBubbleColor = resources.getColor(R.color.message_bubble_color_outgoing); in updateDrawables()
133 color = mOutgoingBubbleColor; in getBubbleDrawable()