Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/widget/
H A DRadialTimePickerView.java423 final int selectorActivatedColor; in applyAttributes() local
427 selectorActivatedColor = selectorColors.getColorForState( in applyAttributes()
430 selectorActivatedColor = MISSING_COLOR; in applyAttributes()
433 mPaintCenter.setColor(selectorActivatedColor); in applyAttributes()
438 mSelectorColor = selectorActivatedColor; in applyAttributes()