Home
last modified time | relevance | path

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

/development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/
DDigitalWatchFaceService.java348 adjustPaintColorToCurrentMode(mBackgroundPaint, mInteractiveBackgroundColor, in onAmbientModeChanged()
350 adjustPaintColorToCurrentMode(mHourPaint, mInteractiveHourDigitsColor, in onAmbientModeChanged()
352 adjustPaintColorToCurrentMode(mMinutePaint, mInteractiveMinuteDigitsColor, in onAmbientModeChanged()
356 adjustPaintColorToCurrentMode(mSecondPaint, mInteractiveSecondDigitsColor, in onAmbientModeChanged()
375 private void adjustPaintColorToCurrentMode(Paint paint, int interactiveColor, in adjustPaintColorToCurrentMode() method in DigitalWatchFaceService.Engine