Home | History | Annotate | Download | only in browse

Lines Matching defs:Color

31 import android.graphics.Color;
210 /** The resource id of the color to use to override the background. */
234 sCheckBackgroundPaint.setColor(Color.GRAY);
381 mSnippetTextView.setTextColor(getResources().getColor(R.color.snippet_text_color));
439 res.getColor(R.color.senders_text_color)));
440 sSendersTextColor = res.getColor(R.color.senders_text_color);
448 res.getColor(R.color.badge_background_color));
449 sDateTextColorRead = res.getColor(R.color.date_text_color_read);
450 sDateTextColorUnread = res.getColor(R.color.date_text_color_unread);
455 // Initialize static color.
464 sDividerPaint.setColor(res.getColor(R.color.divider_color));
590 if (mHeader.conversation.color != 0) {
954 // For activated elements in tablet in conversation mode, we show an activated color, since
1216 // If this folder has a color (combined view/Email), show it here
1218 sFoldersPaint.setColor(mHeader.conversation.color);
1350 * 3. Checkbox checked / Unchecked (controls CAB color for item)
1685 // background color set. We only enable the background during the X-translation effect to
1695 parent.setBackgroundResource(R.color.swiped_bg_color);