Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/widget/
H A DRadialTimePickerView.java424 final int selectorActivatedColor; in applyAttributes() local
428 selectorActivatedColor = selectorColors.getColorForState( in applyAttributes()
431 selectorActivatedColor = MISSING_COLOR; in applyAttributes()
434 mPaintCenter.setColor(selectorActivatedColor); in applyAttributes()
439 mSelectorColor = selectorActivatedColor; in applyAttributes()