Home
last modified time | relevance | path

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

/cts/tests/tests/animation/src/android/animation/cts/
DValueAnimatorTest.java706 final long maxDurationMs = expectedDurationMs + 200L; in testAnimationDurationNoShortenByTinkeredScale() local
707 final Range<Long> durationRange = new Range<>(minDurationMs, maxDurationMs); in testAnimationDurationNoShortenByTinkeredScale()
742 + "<" + minDurationMs + ", " + maxDurationMs + "> ms, " in testAnimationDurationNoShortenByTinkeredScale()
/cts/tests/tests/widget/src/android/widget/cts/
DPopupWindowTest.java2066 final long maxDurationMs = expectedDurationMs + 200L; in testWinAnimationDurationNoShortenByTinkeredScale() local
2067 final Range<Long> durationRange = new Range<>(minDurationMs, maxDurationMs); in testWinAnimationDurationNoShortenByTinkeredScale()
2119 + "<" + minDurationMs + ", " + maxDurationMs + "> ms, " in testWinAnimationDurationNoShortenByTinkeredScale()