Home
last modified time | relevance | path

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

/developers/samples/android/wearable/wear/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/watchface/
DInteractiveWatchFaceService.java43 private static final Typeface BOLD_TYPEFACE = field in InteractiveWatchFaceService
98 mTextPaint.setTypeface(BOLD_TYPEFACE); in onCreate()
148 mTextPaint.setTypeface(burnInProtection ? NORMAL_TYPEFACE : BOLD_TYPEFACE); in onPropertiesChanged()
DDigitalWatchFaceService.java73 private static final Typeface BOLD_TYPEFACE = field in DigitalWatchFaceService
212 mHourPaint = createTextPaint(mInteractiveHourDigitsColor, BOLD_TYPEFACE); in onCreate()
329 mHourPaint.setTypeface(burnInProtection ? NORMAL_TYPEFACE : BOLD_TYPEFACE); in onPropertiesChanged()