Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DWindowInsetsAnimationUtils.java86 animator.addUpdateListener((animator1) -> { in runTransition() argument
/cts/tests/tests/animation/src/android/animation/cts/
DAnimatorSetTest.java676 ObjectAnimator animator1 = new ObjectAnimator(); in testClone() local
963 ValueAnimator animator1 = ValueAnimator.ofFloat(0f, 1f); in seekSequentially() local
1007 ValueAnimator animator1 = ValueAnimator.ofFloat(0f, 1f); in seekSequentiallyWithRepeats() local
1038 ValueAnimator animator1 = ValueAnimator.ofFloat(0f, 1f); in seekReverse() local
1081 ObjectAnimator animator1 = ObjectAnimator.ofFloat(target, "val", 0f, 100f); in seekForwardOrder() local
1114 ObjectAnimator animator1 = ObjectAnimator.ofFloat(target, "val", 0f, 100f); in seekBackwardOrder() local
1152 ObjectAnimator animator1 = ObjectAnimator.ofFloat(target, "val", 0f, 100f); in seekNestedSets() local
1201 ValueAnimator animator1 = ValueAnimator.ofFloat(0f, 100f); in seekWithNestedAnimatorSetsAndDelays() local
1229 ValueAnimator animator1 = ValueAnimator.ofFloat(0f, 100f); in seekReversedWithNestedAnimatorSetsAndDelays() local
/cts/tests/framework/base/windowmanager/src/android/server/wm/insets/
DWindowInsetsAnimationControllerTests.java640 (animator1) -> { in runTransition() argument