Home
last modified time | relevance | path

Searched refs:durationRange (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/animation/src/android/animation/cts/
DValueAnimatorTest.java707 final Range<Long> durationRange = new Range<>(minDurationMs, maxDurationMs); in testAnimationDurationNoShortenByTinkeredScale() local
743 + "actual=" + totalTime, durationRange.contains(totalTime)); in testAnimationDurationNoShortenByTinkeredScale()
/cts/tests/tests/widget/src/android/widget/cts/
DPopupWindowTest.java2067 final Range<Long> durationRange = new Range<>(minDurationMs, maxDurationMs); in testWinAnimationDurationNoShortenByTinkeredScale() local
2120 + "actual=" + totalTime, durationRange.contains(totalTime)); in testWinAnimationDurationNoShortenByTinkeredScale()