HomeSort by relevance Sort by last modified time
    Searched refs:adjustPaintColorToCurrentMode (Results 1 - 3 of 3) sorted by null

  /developers/build/prebuilts/gradle/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/watchface/
DigitalWatchFaceService.java 354 adjustPaintColorToCurrentMode(mBackgroundPaint, mInteractiveBackgroundColor,
356 adjustPaintColorToCurrentMode(mHourPaint, mInteractiveHourDigitsColor,
358 adjustPaintColorToCurrentMode(mMinutePaint, mInteractiveMinuteDigitsColor,
362 adjustPaintColorToCurrentMode(mSecondPaint, mInteractiveSecondDigitsColor,
381 private void adjustPaintColorToCurrentMode(Paint paint, int interactiveColor,
  /developers/samples/android/wearable/wear/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/watchface/
DigitalWatchFaceService.java 354 adjustPaintColorToCurrentMode(mBackgroundPaint, mInteractiveBackgroundColor,
356 adjustPaintColorToCurrentMode(mHourPaint, mInteractiveHourDigitsColor,
358 adjustPaintColorToCurrentMode(mMinutePaint, mInteractiveMinuteDigitsColor,
362 adjustPaintColorToCurrentMode(mSecondPaint, mInteractiveSecondDigitsColor,
381 private void adjustPaintColorToCurrentMode(Paint paint, int interactiveColor,
  /development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/
DigitalWatchFaceService.java 348 adjustPaintColorToCurrentMode(mBackgroundPaint, mInteractiveBackgroundColor,
350 adjustPaintColorToCurrentMode(mHourPaint, mInteractiveHourDigitsColor,
352 adjustPaintColorToCurrentMode(mMinutePaint, mInteractiveMinuteDigitsColor,
356 adjustPaintColorToCurrentMode(mSecondPaint, mInteractiveSecondDigitsColor,
375 private void adjustPaintColorToCurrentMode(Paint paint, int interactiveColor,

Completed in 531 milliseconds