Searched defs:animator1 (Results 1 – 3 of 3) sorted by relevance
| /cts/tests/framework/base/windowmanager/util/src/android/server/wm/ |
| D | WindowInsetsAnimationUtils.java | 86 animator.addUpdateListener((animator1) -> { in runTransition() argument
|
| /cts/tests/tests/animation/src/android/animation/cts/ |
| D | AnimatorSetTest.java | 667 ObjectAnimator animator1 = new ObjectAnimator(); in testClone() local 954 ValueAnimator animator1 = ValueAnimator.ofFloat(0f, 1f); in seekSequentially() local 998 ValueAnimator animator1 = ValueAnimator.ofFloat(0f, 1f); in seekSequentiallyWithRepeats() local 1029 ValueAnimator animator1 = ValueAnimator.ofFloat(0f, 1f); in seekReverse() local 1072 ObjectAnimator animator1 = ObjectAnimator.ofFloat(target, "val", 0f, 100f); in seekForwardOrder() local 1105 ObjectAnimator animator1 = ObjectAnimator.ofFloat(target, "val", 0f, 100f); in seekBackwardOrder() local 1143 ObjectAnimator animator1 = ObjectAnimator.ofFloat(target, "val", 0f, 100f); in seekNestedSets() local 1192 ValueAnimator animator1 = ValueAnimator.ofFloat(0f, 100f); in seekWithNestedAnimatorSetsAndDelays() local 1220 ValueAnimator animator1 = ValueAnimator.ofFloat(0f, 100f); in seekReversedWithNestedAnimatorSetsAndDelays() local
|
| /cts/tests/framework/base/windowmanager/src/android/server/wm/ |
| D | WindowInsetsAnimationControllerTests.java | 562 mAnimator.addUpdateListener((animator1) -> { in runTransition() argument
|