Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/hvac/referenceui/
H A DFanSpeedBar.java200 GradientDrawable maxButtonBg = new GradientDrawable(); in onFinishInflate() local
201 maxButtonBg.setCornerRadii(new float[]{0, 0, mCornerRadius, mCornerRadius, in onFinishInflate()
203 mMaxButton.setBackground(maxButtonBg); in onFinishInflate()
/aosp12/packages/apps/Car/Hvac/src/com/android/car/hvac/ui/
H A DFanSpeedBar.java160 GradientDrawable maxButtonBg = new GradientDrawable(); in onFinishInflate() local
161 maxButtonBg.setCornerRadii(new float[]{0, 0, mCornerRadius, mCornerRadius, in onFinishInflate()
163 mMaxButton.setBackground(maxButtonBg); in onFinishInflate()