Searched refs:lowestMaxValue (Results 1 – 3 of 3) sorted by relevance
91 Integer lowestMaxValue = null; in getLowestMaxValueForAllAreaIds() local93 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()
173 Integer lowestMaxValue = HvacUtils.getLowestMaxValueForAllAreaIds(carPropertyConfig); in setConfigInfo() local177 if (lowestMaxValue != null) { in setConfigInfo()180 setMax(Math.min(lowestMaxValue, mIcons.size())); in setConfigInfo()
229 Integer lowestMaxValue = HvacUtils.getLowestMaxValueForAllAreaIds(carPropertyConfig); in setConfigInfo() local233 if (lowestMaxValue != null) { in setConfigInfo()236 mMaxFanSpeedSupportedByUi = Math.min(lowestMaxValue, in setConfigInfo()