Home
last modified time | relevance | path

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

/cts/tests/tests/animation/src/android/animation/cts/
DAnimatorSetTest.java676 ObjectAnimator animator1 = new ObjectAnimator(); in testClone() local
677 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 …]
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DWindowInsetsAnimationUtils.java86 animator.addUpdateListener((animator1) -> { in runTransition() argument
/cts/tests/framework/base/windowmanager/src/android/server/wm/insets/
DWindowInsetsAnimationControllerTests.java640 (animator1) -> { in runTransition() argument