Home
last modified time | relevance | path

Searched refs:adjustPaintColorToCurrentMode (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.java354 adjustPaintColorToCurrentMode(mBackgroundPaint, mInteractiveBackgroundColor, in onAmbientModeChanged()
356 adjustPaintColorToCurrentMode(mHourPaint, mInteractiveHourDigitsColor, in onAmbientModeChanged()
358 adjustPaintColorToCurrentMode(mMinutePaint, mInteractiveMinuteDigitsColor, in onAmbientModeChanged()
362 adjustPaintColorToCurrentMode(mSecondPaint, mInteractiveSecondDigitsColor, in onAmbientModeChanged()
381 private void adjustPaintColorToCurrentMode(Paint paint, int interactiveColor, in adjustPaintColorToCurrentMode() method in DigitalWatchFaceService.Engine