Searched defs:maxValue (Results 1 – 7 of 7) 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()
41 float maxValue, float springVelocityFactor, OnAnimationEndListener onEndListener) { in FlingSpringAnim()
168 final int maxValue = sliderController.getMax(); in handleSliderAction() local
231 float maxValue = cfg.getMaxValue(areaId); in invokeSetAndGetForHvacFloat() local
419 private AreaConfig(T minValue, T maxValue) { in AreaConfig()
206 int maxValue = (int) Math.floor(max * step); in buildExposureCompensation() local
975 private void setMaxSupportedUsers(int maxValue) { in setMaxSupportedUsers()