Home
last modified time | relevance | path

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

/cts/tests/tests/animation/src/android/animation/cts/
DValueAnimatorTest.java713 final float durationScale = 1.0f; in testAnimationDurationNoShortenByTinkeredScale() local
716 ValueAnimator.setDurationScale(durationScale); in testAnimationDurationNoShortenByTinkeredScale()
719 ValueAnimator.getDurationScale() == durationScale); in testAnimationDurationNoShortenByTinkeredScale()
769 float durationScale = enabled ? 1 : 0; in testAnimatorsEnabledImpl() local
770 ValueAnimator.setDurationScale(durationScale); in testAnimatorsEnabledImpl()
/cts/tests/tests/widget/src/android/widget/cts/
DPopupWindowTest.java2073 final float durationScale = 1.0f; in testWinAnimationDurationNoShortenByTinkeredScale() local
2076 ValueAnimator.setDurationScale(durationScale); in testWinAnimationDurationNoShortenByTinkeredScale()
2079 ValueAnimator.getDurationScale() == durationScale); in testWinAnimationDurationNoShortenByTinkeredScale()