Home
last modified time | relevance | path

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

/developers/samples/android/wearable/wear/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/config/
DAnalogComplicationConfigRecyclerViewAdapter.java429 int currentHighlightColor = mSharedPref.getInt(highlightSharedPrefString, Color.RED); in updateWatchFaceColors() local
432 new PorterDuffColorFilter(currentHighlightColor, PorterDuff.Mode.SRC_ATOP); in updateWatchFaceColors()
551 int currentHighlightColor = mSharedPref.getInt(highlightSharedPrefString, Color.RED); in initializesColorsAndComplications() local
554 new PorterDuffColorFilter(currentHighlightColor, PorterDuff.Mode.SRC_ATOP); in initializesColorsAndComplications()