Home
last modified time | relevance | path

Searched refs:getMaxValue (Results 1 – 12 of 12) sorted by relevance

/cts/tests/surfacecontrol/surfacevalidator/src/android/view/cts/surfacevalidator/
DPixelColor.java46 mMaxAlpha = (short) getMaxValue(mAlpha); in PixelColor()
48 mMaxRed = (short) getMaxValue(mRed); in PixelColor()
50 mMaxBlue = (short) getMaxValue(mBlue); in PixelColor()
52 mMaxGreen = (short) getMaxValue(mGreen); in PixelColor()
63 private int getMaxValue(short color) { in getMaxValue() method in PixelColor
/cts/tests/tests/car/src/android/car/cts/
DCarPropertyConfigTest.java274 (areaIdConfig.getMinValue() != null && areaIdConfig.getMaxValue() != null) in testGetAreaIdConfigs()
276 && areaIdConfig.getMaxValue() == null); in testGetAreaIdConfigs()
283 assertThat((Integer) areaIdConfig.getMaxValue()).isAtLeast( in testGetAreaIdConfigs()
286 assertThat((Integer) areaIdConfig.getMaxValue()).isNotEqualTo(0); in testGetAreaIdConfigs()
291 assertThat((Long) areaIdConfig.getMaxValue()).isAtLeast( in testGetAreaIdConfigs()
294 assertThat((Long) areaIdConfig.getMaxValue()).isNotEqualTo(0L); in testGetAreaIdConfigs()
299 assertThat((Float) areaIdConfig.getMaxValue()).isAtLeast( in testGetAreaIdConfigs()
302 assertThat((Float) areaIdConfig.getMaxValue()).isNotEqualTo(0F); in testGetAreaIdConfigs()
307 assertThat(areaIdConfig.getMaxValue()).isNull(); in testGetAreaIdConfigs()
338 cfg.getMaxValue(); in testGetMinAndMaxValue()
[all …]
DCarPropertyManagerTest.java5454 seatMemorySetCarPropertyConfig.getMaxValue(areaId);
5468 .isEqualTo(carPropertyConfig.getMaxValue(areaId));
5520 seatMemorySelectCarPropertyConfig.getMaxValue(
5535 .isEqualTo(carPropertyConfig.getMaxValue(areaId));
7026 Float maxValueFloat = (Float) carPropertyConfig.getMaxValue(areaId);
/cts/tests/autofillservice/src/android/autofillservice/cts/activities/
DMultiWindowEmptyActivity.java57 if (!sLastInstanceLatch.await(Timeouts.ACTIVITY_RESURRECTION.getMaxValue(), in getInstance()
72 sDestroyLastInstanceLatch.await(Timeouts.ACTIVITY_RESURRECTION.getMaxValue(), in finishAndWaitDestroy()
/cts/tests/tests/graphics/src/android/graphics/cts/
DColorSpaceTest.java179 m1 = cs.getMaxValue(0); in testRanges()
180 m2 = cs.getMaxValue(1); in testRanges()
181 m3 = cs.getMaxValue(2); in testRanges()
197 m1 = cs.getMaxValue(0); in testRanges()
198 m2 = cs.getMaxValue(1); in testRanges()
199 m3 = cs.getMaxValue(2); in testRanges()
215 m1 = cs.getMaxValue(0); in testRanges()
216 m2 = cs.getMaxValue(1); in testRanges()
217 m3 = cs.getMaxValue(2); in testRanges()
234 m1 = cs.getMaxValue(0); in testRanges()
[all …]
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DTimeout.java92 public long getMaxValue() { in getMaxValue() method in Timeout
/cts/tests/tests/widget/src/android/widget/cts/
DNumberPickerTest.java157 assertEquals(12, mNumberPicker.getMaxValue()); in testSetDisplayedValuesRangeMatch()
164 assertEquals(12, mNumberPicker.getMaxValue()); in testSetDisplayedValuesRangeMatch()
171 assertEquals(26, mNumberPicker.getMaxValue()); in testSetDisplayedValuesRangeMatch()
181 assertEquals(14, mNumberPicker.getMaxValue()); in testSetDisplayedValuesRangeMismatch()
/cts/common/device-side/util-axt/tests/src/com/android/compatibility/common/util/
DTimeoutTest.java71 assertThat(timeout.getMaxValue()).isEqualTo(5); in testGetters()
/cts/tests/controls/src/android/controls/cts/
DCtsControlsServiceTest.java416 assertEquals(t1.getMaxValue(), t2.getMaxValue(), 0.0f); in assertRangeTemplate()
/cts/tests/tests/car/lib/CarIntegrationTestUtilsLib/src/android/car/cts/utils/
DVehiclePropertyVerifier.java985 Integer maxValue = (Integer) carPropertyConfig.getMaxValue(areaId); in getPossibleIntegerValues()
1024 (Float) getCarPropertyConfig().getAreaIdConfig(areaId).getMaxValue(); in getPossibleFloatValues()
1519 T areaIdMaxValue = (T) carPropertyConfig.getMaxValue(areaId); in verifyCarPropertyConfig()
1878 T areaIdMaxValue = (T) carPropertyConfig.getMaxValue(areaId); in verifyCarPropertyValue()
/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/
DInstrumentedAutoFillService.java588 SystemClock.sleep(FILL_TIMEOUT.getMaxValue()); in assertOnFillRequestNotCalled()
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt15916 method public abstract float getMaxValue(@IntRange(from=0, to=3) int);
16001 method public float getMaxValue(int);
40765 method public float getMaxValue();
59801 method public int getMaxValue();