Home
last modified time | relevance | path

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

/development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/
DDigitalWatchFaceService.java376 int ambientColor) { in adjustPaintColorToCurrentMode() argument
377 paint.setColor(isInAmbientMode() ? ambientColor : interactiveColor); in adjustPaintColorToCurrentMode()