Home
last modified time | relevance | path

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

/developers/samples/android/wearable/wear/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/watchface/
DDigitalWatchFaceService.java421 private void updatePaintIfInteractive(Paint paint, int interactiveColor) { in updatePaintIfInteractive() method in DigitalWatchFaceService.Engine
429 updatePaintIfInteractive(mBackgroundPaint, color); in setInteractiveBackgroundColor()
434 updatePaintIfInteractive(mHourPaint, color); in setInteractiveHourDigitsColor()
439 updatePaintIfInteractive(mMinutePaint, color); in setInteractiveMinuteDigitsColor()
444 updatePaintIfInteractive(mSecondPaint, color); in setInteractiveSecondDigitsColor()