Searched defs:maxValue (Results 1 – 4 of 4) sorted by relevance
98 public VehiclePropConfigBuilder addAreaConfig(int areaId, int minValue, int maxValue) { in addAreaConfig()108 public VehiclePropConfigBuilder addAreaConfig(int areaId, float minValue, float maxValue) { in addAreaConfig()
231 float maxValue = cfg.getMaxValue(areaId); in invokeSetAndGetForHvacFloat() local
243 private AreaConfig(T minValue, T maxValue) { in AreaConfig()
206 int maxValue = (int) Math.floor(max * step); in buildExposureCompensation() local