Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DAlbumLabelMaker.java60 mTitlePaint = getTextPaint(spec.titleFontSize, FONT_COLOR_TITLE, false); in AlbumLabelMaker()
61 mCountPaint = getTextPaint(spec.countFontSize, FONT_COLOR_COUNT, true); in AlbumLabelMaker()
87 private static TextPaint getTextPaint(int textSize, int color, boolean isBold) { in getTextPaint() method in AlbumLabelMaker