Home
last modified time | relevance | path

Searched refs: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
686 animator2.setDuration(100); in testClone()
687 animator2.setInterpolator(new LinearInterpolator()); in testClone()
688 animator2.addListener(listener2); in testClone()
689 animator2.setPropertyName("y"); in testClone()
690 animator2.setIntValues(10); in testClone()
692 set1.playTogether(animator1, animator2); in testClone()
705 assertUnique(animator2); in testClone()
727 assertEquals(animator2.getDuration(), clone2.getDuration()); in testClone()
729 assertSame(animator2.getInterpolator(), clone2.getInterpolator()); in testClone()
[all …]