Home
last modified time | relevance | path

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

/development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/
DDigitalWatchFaceService.java138 Paint mAmPmPaint; field in DigitalWatchFaceService.Engine
185 mAmPmPaint = createTextPaint(resources.getColor(R.color.digital_am_pm)); in onCreate()
275 mAmPmPaint.setTextSize(amPmSize); in onApplyWindowInsets()
327 mAmPmPaint.setAntiAlias(antiAlias); in onAmbientModeChanged()
359 mAmPmPaint.setAlpha(alpha); in onInterruptionFilterChanged()
448 canvas.drawText(getAmPmString(mTime.hour), x, mYOffset, mAmPmPaint); in onDraw()