Home | History | Annotate | Download | only in widget

Lines Matching defs:color

95                 int color[] = new int[]
97 Bitmap bitmap = Bitmap.createBitmap(color, 1, 1, Bitmap.Config.RGB_565);
118 SUBJECT_TEXT_COLOR_READ = res.getColor(R.color.subject_text_color_read);
119 SUBJECT_TEXT_COLOR_UNREAD = res.getColor(R.color.subject_text_color_unread);
120 SNIPPET_TEXT_COLOR = res.getColor(R.color.snippet_text_color);
121 DATE_TEXT_COLOR_READ = res.getColor(R.color.date_text_color_read);
122 DATE_TEXT_COLOR_UNREAD = res.getColor(R.color.date_text_color_unread);
129 * Add size, color and style to a given text
131 private static SpannableStringBuilder addStyle(CharSequence text, int size, int color) {
135 if (color != 0) {
136 builder.setSpan(new ForegroundColorSpan(color), 0, text.length(),