Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DAlbumLabelMaker.java54 mTitlePaint = getTextPaint(spec.titleFontSize, spec.titleColor, false); in AlbumLabelMaker()
178 int y = (s.labelBackgroundHeight - s.titleFontSize) / 2; in run()
DAlbumSetSlotRenderer.java57 public int titleFontSize; field in AlbumSetSlotRenderer.LabelSpec
/packages/apps/Gallery2/src/com/android/gallery3d/app/
DConfig.java64 labelSpec.titleFontSize = r.getDimensionPixelSize( in AlbumSetPage()