Home
last modified time | relevance | path

Searched defs:a2 (Results 1 – 1 of 1) sorted by relevance

/core/core-animation-integration-tests/testapp/src/androidTest/java/androidx/core/animation/
DAnimatorSetTest.java286 final ValueAnimator a2 = ValueAnimator.ofInt(0, 1000); in testPauseRewindResume() local
318 ValueAnimator a2 = ValueAnimator.ofFloat(50, 100f); in testSeekAfterPause() local
393 ValueAnimator a2 = ValueAnimator.ofFloat(1f, 2f); in testReverseWithStartDelay() local
453 ValueAnimator a2 = ValueAnimator.ofFloat(1f, 2f); in testDurationScale() local
568 final ValueAnimator a2 = ValueAnimator.ofFloat(150f, 250f); in testSeeking() local
612 final ValueAnimator a2 = ValueAnimator.ofFloat(100f, 200f); in testSeekingInfinite() local
666 final ValueAnimator a2 = ValueAnimator.ofFloat(100f, 200f); in testSeekNested() local
751 ValueAnimator a2 = ValueAnimator.ofFloat(0f, 1f); in testInfiniteStartTime() local
836 final ObjectAnimator a2 = ObjectAnimator.ofFloat(target, SampleTarget.VALUE, 1000f, 2000f); in testMultipleAnimatorsSingleProperty() local