Home
last modified time | relevance | path

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

/cts/tests/tests/animation/src/android/animation/cts/
DAnimatorSetTest.java685 ObjectAnimator animator2 = new ObjectAnimator(); in testClone() local
966 ValueAnimator animator2 = ValueAnimator.ofFloat(0f, 1f); in seekSequentially() local
1010 ValueAnimator animator2 = ValueAnimator.ofFloat(0f, 1f); in seekSequentiallyWithRepeats() local
1041 ValueAnimator animator2 = ValueAnimator.ofFloat(0f, 1f); in seekReverse() local
1083 ObjectAnimator animator2 = ObjectAnimator.ofFloat(target, "val", 100f, 0f); in seekForwardOrder() local
1116 ObjectAnimator animator2 = ObjectAnimator.ofFloat(target, "val", 100f, 0f); in seekBackwardOrder() local
1154 ObjectAnimator animator2 = ObjectAnimator.ofFloat(target, "val", 100f, 0f); in seekNestedSets() local