Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DAlbumLabelMaker.java37 private static final int FONT_COLOR_TITLE = Color.WHITE; field in AlbumLabelMaker
60 mTitlePaint = getTextPaint(spec.titleFontSize, FONT_COLOR_TITLE, false); in AlbumLabelMaker()