Home | History | Annotate | Download | only in ui

Lines Matching refs:color

33     // Cache the color filtered bubble drawables so that we don't need to create a
98 mOutgoingBubbleColor = resources.getColor(R.color.message_bubble_color_outgoing);
100 resources.getColor(R.color.message_error_bubble_color_incoming);
102 resources.getColor(R.color.message_audio_button_color_incoming);
103 mSelectedBubbleColor = resources.getColor(R.color.message_bubble_color_selected);
104 mThemeColor = resources.getColor(R.color.primary_color);
123 int color;
125 color = mSelectedBubbleColor;
128 color = mIncomingErrorBubbleColor;
130 color = mThemeColor;
133 color = mOutgoingBubbleColor;
136 return ImageUtils.getTintedDrawable(mContext, protoDrawable, color);