Home
last modified time | relevance | path

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

/development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/
DDigitalWatchFaceService.java415 private void updatePaintIfInteractive(Paint paint, int interactiveColor) { in updatePaintIfInteractive() method in DigitalWatchFaceService.Engine
423 updatePaintIfInteractive(mBackgroundPaint, color); in setInteractiveBackgroundColor()
428 updatePaintIfInteractive(mHourPaint, color); in setInteractiveHourDigitsColor()
433 updatePaintIfInteractive(mMinutePaint, color); in setInteractiveMinuteDigitsColor()
438 updatePaintIfInteractive(mSecondPaint, color); in setInteractiveSecondDigitsColor()