Home
last modified time | relevance | path

Searched refs:getMinValue (Results 1 – 8 of 8) sorted by relevance

/cts/tests/surfacecontrol/surfacevalidator/src/android/view/cts/surfacevalidator/
DPixelColor.java45 mMinAlpha = (short) getMinValue(mAlpha); in PixelColor()
47 mMinRed = (short) getMinValue(mRed); in PixelColor()
49 mMinBlue = (short) getMinValue(mBlue); in PixelColor()
51 mMinGreen = (short) getMinValue(mGreen); in PixelColor()
59 private int getMinValue(short color) { in getMinValue() method in PixelColor
/cts/tests/tests/car/src/android/car/cts/
DCarPropertyConfigTest.java274 (areaIdConfig.getMinValue() != null && areaIdConfig.getMaxValue() != null) in testGetAreaIdConfigs()
275 || (areaIdConfig.getMinValue() == null in testGetAreaIdConfigs()
282 if (areaIdConfig.getMinValue() != null) { in testGetAreaIdConfigs()
284 (Integer) areaIdConfig.getMinValue()); in testGetAreaIdConfigs()
285 if (((Integer) areaIdConfig.getMinValue()).equals(0)) { in testGetAreaIdConfigs()
290 if (areaIdConfig.getMinValue() != null) { in testGetAreaIdConfigs()
292 (Long) areaIdConfig.getMinValue()); in testGetAreaIdConfigs()
293 if (((Long) areaIdConfig.getMinValue()).equals(0L)) { in testGetAreaIdConfigs()
298 if (areaIdConfig.getMinValue() != null) { in testGetAreaIdConfigs()
300 (Float) areaIdConfig.getMinValue()); in testGetAreaIdConfigs()
[all …]
DCarPropertyManagerTest.java1983 .that((Float) areaIdConfig.getMinValue()) in getCruiseControlTargetSpeedVerifier()
4151 || tirePressureConfig.getMinValue(areaId) == null) {
4162 .isAtMost((Float) tirePressureConfig.getMinValue(areaId));
7016 Float minValueFloat = (Float) carPropertyConfig.getMinValue(areaId);
/cts/tests/tests/graphics/src/android/graphics/cts/
DColorSpaceTest.java171 float m1 = cs.getMinValue(0); in testRanges()
172 float m2 = cs.getMinValue(1); in testRanges()
173 float m3 = cs.getMinValue(2); in testRanges()
189 m1 = cs.getMinValue(0); in testRanges()
190 m2 = cs.getMinValue(1); in testRanges()
191 m3 = cs.getMinValue(2); in testRanges()
207 m1 = cs.getMinValue(0); in testRanges()
208 m2 = cs.getMinValue(1); in testRanges()
209 m3 = cs.getMinValue(2); in testRanges()
226 m1 = cs.getMinValue(0); in testRanges()
[all …]
/cts/tests/tests/widget/src/android/widget/cts/
DNumberPickerTest.java156 assertEquals(10, mNumberPicker.getMinValue()); in testSetDisplayedValuesRangeMatch()
163 assertEquals(10, mNumberPicker.getMinValue()); in testSetDisplayedValuesRangeMatch()
170 assertEquals(24, mNumberPicker.getMinValue()); in testSetDisplayedValuesRangeMatch()
180 assertEquals(10, mNumberPicker.getMinValue()); in testSetDisplayedValuesRangeMismatch()
/cts/tests/controls/src/android/controls/cts/
DCtsControlsServiceTest.java415 assertEquals(t1.getMinValue(), t2.getMinValue(), 0.0f); in assertRangeTemplate()
/cts/tests/tests/car/lib/CarIntegrationTestUtilsLib/src/android/car/cts/utils/
DVehiclePropertyVerifier.java984 Integer minValue = (Integer) carPropertyConfig.getMinValue(areaId); in getPossibleIntegerValues()
1022 (Float) getCarPropertyConfig().getAreaIdConfig(areaId).getMinValue(); in getPossibleFloatValues()
1518 T areaIdMinValue = (T) carPropertyConfig.getMinValue(areaId); in verifyCarPropertyConfig()
1877 T areaIdMinValue = (T) carPropertyConfig.getMinValue(areaId); in verifyCarPropertyValue()
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt15917 method public abstract float getMinValue(@IntRange(from=0, to=3) int);
16002 method public float getMinValue(int);
40766 method public float getMinValue();
59802 method public int getMinValue();