Home
last modified time | relevance | path

Searched refs:maxValue (Results 1 – 6 of 6) sorted by relevance

/packages/services/Car/vehicle-hal-support-lib/src/com/android/car/vehiclehal/test/
DVehiclePropConfigBuilder.java112 public VehiclePropConfigBuilder addAreaConfig(int areaId, int minValue, int maxValue) { in addAreaConfig() argument
116 area.maxInt32Value = maxValue; in addAreaConfig()
122 public VehiclePropConfigBuilder addAreaConfig(int areaId, float minValue, float maxValue) { in addAreaConfig() argument
126 area.maxFloatValue = maxValue; in addAreaConfig()
/packages/apps/LegacyCamera/src/com/android/camera/
DCameraSettings.java206 int maxValue = (int) Math.floor(max * step); in buildExposureCompensation() local
208 CharSequence entries[] = new CharSequence[maxValue - minValue + 1]; in buildExposureCompensation()
209 CharSequence entryValues[] = new CharSequence[maxValue - minValue + 1]; in buildExposureCompensation()
210 for (int i = minValue; i <= maxValue; ++i) { in buildExposureCompensation()
211 entryValues[maxValue - i] = Integer.toString(Math.round(i / step)); in buildExposureCompensation()
214 entries[maxValue - i] = builder.append(i).toString(); in buildExposureCompensation()
/packages/services/Car/car-lib/src/android/car/hardware/
DCarPropertyConfig.java177 private AreaConfig(T minValue, T maxValue) { in AreaConfig() argument
179 mMaxValue = maxValue; in AreaConfig()
/packages/services/Car/tests/vehiclehal_test/src/com/android/car/vehiclehal/test/
DE2ePerformanceTest.java288 float maxValue = cfg.getMaxValue(areaId); in invokeSetAndGetForHvacFloat() local
301 if (curValue > maxValue) { in invokeSetAndGetForHvacFloat()
/packages/services/Telecomm/libs/
Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/packages/apps/Messaging/build/gcheckstyle/
Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com ...