Home
last modified time | relevance | path

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

/packages/apps/Car/SystemUI/src/com/android/systemui/car/hvac/
DHvacUtils.java69 Integer highestMinValue = null; in getHighestMinValueForAllAreaIds() local
71 if (highestMinValue == null || (areaIdConfig.getMinValue() != null in getHighestMinValueForAllAreaIds()
72 && (Integer) areaIdConfig.getMinValue() > highestMinValue)) { in getHighestMinValueForAllAreaIds()
73 highestMinValue = (Integer) areaIdConfig.getMinValue(); in getHighestMinValueForAllAreaIds()
76 return highestMinValue; in getHighestMinValueForAllAreaIds()
/packages/services/Car/car_product/car_ui_portrait/apps/CarUiPortraitSystemUI/src/com/android/systemui/car/hvac/custom/
DFanSpeedSeekBar.java172 Integer highestMinValue = HvacUtils.getHighestMinValueForAllAreaIds(carPropertyConfig); in setConfigInfo() local
174 if (highestMinValue != null) { in setConfigInfo()
175 setMin(highestMinValue); in setConfigInfo()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/hvac/referenceui/
DFanSpeedBar.java228 Integer highestMinValue = HvacUtils.getHighestMinValueForAllAreaIds(carPropertyConfig); in setConfigInfo() local
230 if (highestMinValue != null) { in setConfigInfo()
231 mMinFanSpeedSupportedByUi = highestMinValue; in setConfigInfo()