Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
H A DRoundedCornerProgressDrawable.kt65 return RoundedCornerState(super.getConstantState()!!)
76 private class RoundedCornerState(private val wrappedState: ConstantState) : ConstantState() { regex
H A DBrightnessProgressDrawable.kt77 return RoundedCornerState(super.getConstantState()!!)
88 private class RoundedCornerState(private val wrappedState: ConstantState) : ConstantState() { regex