Home
last modified time | relevance | path

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

/packages/apps/Car/Hvac/src/com/android/car/hvac/ui/
DFanSpeedBar.java154 GradientDrawable offButtonBg = new GradientDrawable(); in onFinishInflate() local
155 offButtonBg.setCornerRadii(new float[]{mCornerRadius, mCornerRadius, 0, 0, in onFinishInflate()
157 mOffButton.setBackground(offButtonBg); in onFinishInflate()