Home
last modified time | relevance | path

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

/packages/apps/Car/SystemUI/src/com/android/systemui/car/hvac/
DHvacUtils.java91 Integer lowestMaxValue = null; in getLowestMaxValueForAllAreaIds() local
93 if (lowestMaxValue == null || (areaIdConfig.getMaxValue() != null in getLowestMaxValueForAllAreaIds()
94 && (Integer) areaIdConfig.getMaxValue() < lowestMaxValue)) { in getLowestMaxValueForAllAreaIds()
95 lowestMaxValue = (Integer) areaIdConfig.getMaxValue(); in getLowestMaxValueForAllAreaIds()
98 return lowestMaxValue; in getLowestMaxValueForAllAreaIds()
/packages/services/Car/car_product/car_ui_portrait/apps/CarUiPortraitSystemUI/src/com/android/systemui/car/hvac/custom/
DFanSpeedSeekBar.java173 Integer lowestMaxValue = HvacUtils.getLowestMaxValueForAllAreaIds(carPropertyConfig); in setConfigInfo() local
177 if (lowestMaxValue != null) { in setConfigInfo()
180 setMax(Math.min(lowestMaxValue, mIcons.size())); in setConfigInfo()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/hvac/referenceui/
DFanSpeedBar.java229 Integer lowestMaxValue = HvacUtils.getLowestMaxValueForAllAreaIds(carPropertyConfig); in setConfigInfo() local
233 if (lowestMaxValue != null) { in setConfigInfo()
236 mMaxFanSpeedSupportedByUi = Math.min(lowestMaxValue, in setConfigInfo()