Home
last modified time | relevance | path

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

/packages/apps/FMRadio/src/com/android/fmradio/
DFmFavoriteActivity.java237 int titleColor = enabled ? getResources().getColor(R.color.actionbar_overflow_title_color) in resetMenuTitleColor() local
239 ss.setSpan(new ForegroundColorSpan(titleColor), 0, ss.length(), 0); in resetMenuTitleColor()
/packages/apps/Gallery2/src/com/android/gallery3d/app/
DConfig.java76 labelSpec.titleColor = r.getColor(R.color.albumset_label_title); in AlbumSetPage()
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DAlbumSetSlotRenderer.java63 public int titleColor; field in AlbumSetSlotRenderer.LabelSpec
DAlbumLabelMaker.java54 mTitlePaint = getTextPaint(spec.titleFontSize, spec.titleColor, false); in AlbumLabelMaker()