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

  /development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/
AnalogWatchFaceService.java 90 private int mWatchHandHighlightColor;
154 mWatchHandHighlightColor = Color.RED;
172 mSecondPaint.setColor(mWatchHandHighlightColor);
196 mWatchHandHighlightColor = palette.getVibrantColor(Color.RED);
264 mSecondPaint.setColor(mWatchHandHighlightColor);
SweepWatchFaceService.java 81 private int mWatchHandHighlightColor;
126 mWatchHandHighlightColor = Color.RED;
144 mSecondPaint.setColor(mWatchHandHighlightColor);
168 mWatchHandHighlightColor = palette.getVibrantColor(Color.RED);
229 mSecondPaint.setColor(mWatchHandHighlightColor);
ComplicationSimpleWatchFaceService.java 112 private int mWatchHandHighlightColor;
217 mWatchHandHighlightColor = Color.RED;
235 mSecondPaint.setColor(mWatchHandHighlightColor);
445 mSecondPaint.setColor(mWatchHandHighlightColor);
  /developers/build/prebuilts/gradle/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/watchface/
AnalogComplicationWatchFaceService.java 157 private int mWatchHandHighlightColor;
253 mWatchHandHighlightColor = mSharedPref.getInt(markerColorResourceName, Color.RED);
300 setComplicationsActiveAndAmbientColors(mWatchHandHighlightColor);
321 mSecondAndHighlightPaint.setColor(mWatchHandHighlightColor);
561 mSecondAndHighlightPaint.setColor(mWatchHandHighlightColor);
    [all...]
  /developers/samples/android/wearable/wear/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/watchface/
AnalogComplicationWatchFaceService.java 157 private int mWatchHandHighlightColor;
253 mWatchHandHighlightColor = mSharedPref.getInt(markerColorResourceName, Color.RED);
300 setComplicationsActiveAndAmbientColors(mWatchHandHighlightColor);
321 mSecondAndHighlightPaint.setColor(mWatchHandHighlightColor);
561 mSecondAndHighlightPaint.setColor(mWatchHandHighlightColor);
    [all...]

Completed in 650 milliseconds