Searched refs:getMaxValue (Results 1 – 12 of 12) sorted by relevance
46 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
274 (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 …]
5454 seatMemorySetCarPropertyConfig.getMaxValue(areaId);5468 .isEqualTo(carPropertyConfig.getMaxValue(areaId));5520 seatMemorySelectCarPropertyConfig.getMaxValue(5535 .isEqualTo(carPropertyConfig.getMaxValue(areaId));7026 Float maxValueFloat = (Float) carPropertyConfig.getMaxValue(areaId);
57 if (!sLastInstanceLatch.await(Timeouts.ACTIVITY_RESURRECTION.getMaxValue(), in getInstance()72 sDestroyLastInstanceLatch.await(Timeouts.ACTIVITY_RESURRECTION.getMaxValue(), in finishAndWaitDestroy()
179 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 …]
92 public long getMaxValue() { in getMaxValue() method in Timeout
157 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()
71 assertThat(timeout.getMaxValue()).isEqualTo(5); in testGetters()
416 assertEquals(t1.getMaxValue(), t2.getMaxValue(), 0.0f); in assertRangeTemplate()
985 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()
588 SystemClock.sleep(FILL_TIMEOUT.getMaxValue()); in assertOnFillRequestNotCalled()
15916 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();