Searched refs:mAmPmPaint (Results 1 – 3 of 3) sorted by relevance
146 private Paint mAmPmPaint; field in FitStepsWatchFaceService.Engine214 mAmPmPaint = createTextPaint(TEXT_AM_PM_COLOR); in onCreate()307 mAmPmPaint.setTextSize(amPmSize); in onApplyWindowInsets()352 mAmPmPaint.setAntiAlias(antiAlias); in onAmbientModeChanged()416 mCalendar.get(Calendar.AM_PM)), x, mYOffset, mAmPmPaint); in onDraw() local
150 private Paint mAmPmPaint; field in FitDistanceWatchFaceService.Engine217 mAmPmPaint = createTextPaint(TEXT_AM_PM_COLOR); in onCreate()311 mAmPmPaint.setTextSize(amPmSize); in onApplyWindowInsets()351 mAmPmPaint.setAntiAlias(antiAlias); in onAmbientModeChanged()415 mCalendar.get(Calendar.AM_PM)), x, mYOffset, mAmPmPaint); in onDraw() local
153 Paint mAmPmPaint; field in DigitalWatchFaceService.Engine209 mAmPmPaint = createTextPaint( in onCreate()312 mAmPmPaint.setTextSize(amPmSize); in onApplyWindowInsets()365 mAmPmPaint.setAntiAlias(antiAlias); in onAmbientModeChanged()398 mAmPmPaint.setAlpha(alpha); in onInterruptionFilterChanged()502 mCalendar.get(Calendar.AM_PM)), x, mYOffset, mAmPmPaint); in onDraw()