Searched refs:animator1 (Results 1 – 3 of 3) sorted by relevance
676 ObjectAnimator animator1 = new ObjectAnimator(); in testClone() local677 animator1.setDuration(100); in testClone()678 animator1.setPropertyName("x"); in testClone()679 animator1.setIntValues(5); in testClone()680 animator1.setInterpolator(new LinearInterpolator()); in testClone()683 animator1.addListener(listener1); in testClone()692 set1.playTogether(animator1, animator2); in testClone()699 animator1.getListeners(); in testClone()704 assertUnique(animator1); in testClone()726 assertEquals(animator1.getDuration(), clone1.getDuration()); in testClone()[all …]
86 animator.addUpdateListener((animator1) -> { in runTransition() argument
640 (animator1) -> { in runTransition() argument