Home
last modified time | relevance | path

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

/cts/tests/tests/view/surfacevalidator/src/android/view/cts/surfacevalidator/
DPixelColor.java48 mMaxAlpha = (short) getMaxValue(alpha); in PixelColor()
50 mMaxRed = (short) getMaxValue(red); in PixelColor()
52 mMaxBlue = (short) getMaxValue(blue); in PixelColor()
54 mMaxGreen = (short) getMaxValue(green); in PixelColor()
68 private int getMaxValue(short color) { in getMaxValue() method in PixelColor
/cts/tests/tests/graphics/src/android/graphics/cts/
DColorSpaceTest.java155 m1 = cs.getMaxValue(0); in testRanges()
156 m2 = cs.getMaxValue(1); in testRanges()
157 m3 = cs.getMaxValue(2); in testRanges()
173 m1 = cs.getMaxValue(0); in testRanges()
174 m2 = cs.getMaxValue(1); in testRanges()
175 m3 = cs.getMaxValue(2); in testRanges()
191 m1 = cs.getMaxValue(0); in testRanges()
192 m2 = cs.getMaxValue(1); in testRanges()
193 m3 = cs.getMaxValue(2); in testRanges()
/cts/tests/tests/widget/src/android/widget/cts/
DNumberPickerTest.java125 assertEquals(12, mNumberPicker.getMaxValue()); in testSetDisplayedValuesRangeMatch()
132 assertEquals(12, mNumberPicker.getMaxValue()); in testSetDisplayedValuesRangeMatch()
139 assertEquals(26, mNumberPicker.getMaxValue()); in testSetDisplayedValuesRangeMatch()
149 assertEquals(14, mNumberPicker.getMaxValue()); in testSetDisplayedValuesRangeMismatch()
/cts/tests/autofillservice/src/android/autofillservice/cts/
DMultiWindowLoginActivity.java54 if (!sLastInstanceLatch.await(Timeouts.ACTIVITY_RESURRECTION.getMaxValue(), in waitNewInstance()
DMultiWindowEmptyActivity.java54 if (!sLastInstanceLatch.await(Timeouts.ACTIVITY_RESURRECTION.getMaxValue(), in waitNewInstance()
DInstrumentedAutoFillService.java518 SystemClock.sleep(FILL_TIMEOUT.getMaxValue()); in assertOnFillRequestNotCalled()
/cts/tests/tests/car/src/android/car/cts/
DCarPropertyConfigTest.java182 cfg.getMaxValue(); in testGetMinAndMaxValue()
184 cfg.getMaxValue(areaId); in testGetMinAndMaxValue()
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DTimeout.java92 public long getMaxValue() { in getMaxValue() method in Timeout
/cts/common/device-side/util/src/com/android/compatibility/common/util/
DTimeout.java92 public long getMaxValue() { in getMaxValue() method in Timeout
/cts/common/device-side/util/tests/src/com/android/compatibility/common/util/
DTimeoutTest.java71 assertThat(timeout.getMaxValue()).isEqualTo(5); in testGetters()
/cts/common/device-side/util-axt/tests/src/com/android/compatibility/common/util/
DTimeoutTest.java71 assertThat(timeout.getMaxValue()).isEqualTo(5); in testGetters()