Home
last modified time | relevance | path

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

/cts/tests/tests/animation/src/android/animation/cts/
DAnimatorSetTest.java636 ObjectAnimator animator1 = new ObjectAnimator(); in testClone() local
637 animator1.setDuration(100); in testClone()
638 animator1.setPropertyName("x"); in testClone()
639 animator1.setIntValues(5); in testClone()
640 animator1.setInterpolator(new LinearInterpolator()); in testClone()
643 animator1.addListener(listener1); in testClone()
652 set1.playTogether(animator1, animator2); in testClone()
659 animator1.getListeners(); in testClone()
664 assertUnique(animator1); in testClone()
686 assertEquals(animator1.getDuration(), clone1.getDuration()); in testClone()
[all …]