Home
last modified time | relevance | path

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

/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/
DAlbumLabelMaker.java54 mTitlePaint = getTextPaint(spec.titleFontSize, spec.titleColor, false); in AlbumLabelMaker()
DAlbumSetSlotRenderer.java63 public int titleColor; field in AlbumSetSlotRenderer.LabelSpec