Home
last modified time | relevance | path

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

/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DConfig.java76 labelSpec.titleColor = r.getColor(R.color.albumset_label_title); in AlbumSetPage()
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DAlbumSetSlotRenderer.java63 public int titleColor; field in AlbumSetSlotRenderer.LabelSpec
H A DAlbumLabelMaker.java54 mTitlePaint = getTextPaint(spec.titleFontSize, spec.titleColor, false); in AlbumLabelMaker()