Searched refs:titleColor (Results 1 – 4 of 4) sorted by relevance
237 int titleColor = enabled ? getResources().getColor(R.color.actionbar_overflow_title_color) in resetMenuTitleColor() local239 ss.setSpan(new ForegroundColorSpan(titleColor), 0, ss.length(), 0); in resetMenuTitleColor()
76 labelSpec.titleColor = r.getColor(R.color.albumset_label_title); in AlbumSetPage()
63 public int titleColor; field in AlbumSetSlotRenderer.LabelSpec
54 mTitlePaint = getTextPaint(spec.titleFontSize, spec.titleColor, false); in AlbumLabelMaker()