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.java311 adjustPaintColorToCurrentMode(mBackgroundPaint, mInteractiveBackgroundColor, in onAmbientModeChanged()
313 adjustPaintColorToCurrentMode(mHourPaint, mInteractiveHourDigitsColor, in onAmbientModeChanged()
315 adjustPaintColorToCurrentMode(mMinutePaint, mInteractiveMinuteDigitsColor, in onAmbientModeChanged()
319 adjustPaintColorToCurrentMode(mSecondPaint, mInteractiveSecondDigitsColor, in onAmbientModeChanged()
337 private void adjustPaintColorToCurrentMode(Paint paint, int interactiveColor, in adjustPaintColorToCurrentMode() method in DigitalWatchFaceService.Engine