Searched refs:adjustPaintColorToCurrentMode (Results 1 – 1 of 1) sorted by relevance
/development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/ |
D | DigitalWatchFaceService.java | 348 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
|