Home
last modified time | relevance | path

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

/packages/apps/Car/Hvac/src/com/android/car/hvac/ui/
DFanSpeedBar.java92 int barHeight = res.getDimensionPixelSize(R.dimen.hvac_fan_speed_bar_height); in init() local
94 mCornerRadius = (barHeight - 2 * insetHeight) / 2; in init()