Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
DStringTexture.java60 float lengthLimit, boolean isBold) { in newInstance() argument
62 if (isBold) { in newInstance()
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DAlbumLabelMaker.java78 private static TextPaint getTextPaint(int textSize, int color, boolean isBold) { in getTextPaint() argument
84 if (isBold) { in getTextPaint()
/packages/apps/Calendar/src/com/android/calendar/month/
DMonthWeekEventsView.java697 boolean isBold = false; in drawWeekNums()
702 mMonthNumPaint.setFakeBoldText(isBold = true); in drawWeekNums()
714 if (isBold) { in drawWeekNums()
715 mMonthNumPaint.setFakeBoldText(isBold = false); in drawWeekNums()