/cts/tests/tests/animation/src/android/animation/cts/ |
D | AnimationActivity.java | 81 public ValueAnimator createAnimator(Object object,String propertyName, long duration, in createAnimator() method in AnimationActivity 93 return createAnimator(view.newBall, "y", 1000, ValueAnimator.INFINITE, repeatMode, in createAnimatorWithRepeatMode() 98 return createAnimator(view.newBall, "y", 1000, repeatCount, ValueAnimator.REVERSE, in createAnimatorWithRepeatCount() 103 return createAnimator(view.newBall, "y", duration ,ValueAnimator.INFINITE, in createAnimatorWithDuration() 108 return createAnimator(view.newBall, "y", 1000, ValueAnimator.INFINITE, in createAnimatorWithInterpolator()
|
D | PropertyValuesHolderTest.java | 136 private ObjectAnimator createAnimator(Keyframe... keyframes) { in createAnimator() method in PropertyValuesHolderTest 164 ObjectAnimator objAnimator1 = createAnimator(emptyKeyframe1, Keyframe.ofFloat(1f, 100f)); in testResetValues() 176 ObjectAnimator objAnimator2 = createAnimator(emptyKeyframe2, Keyframe.ofFloat(1f, 200f)); in testResetValues() 191 ObjectAnimator objAnimator3 = createAnimator(fullKeyframe, Keyframe.ofFloat(1f, 500f)); in testResetValues()
|
/cts/tests/tests/view/surfacevalidator/src/android/view/cts/surfacevalidator/ |
D | AnimationFactory.java | 22 ValueAnimator createAnimator(View view); in createAnimator() method
|
D | AnimationTestCase.java | 51 mAnimator = mAnimationFactory.createAnimator(view); in start()
|
D | SurfaceControlTestCase.java | 94 mAnimator = mAnimationFactory.createAnimator(view); in start()
|
/cts/common/device-side/util/src/com/android/compatibility/common/util/transition/ |
D | TrackingTransition.java | 60 public Animator createAnimator(ViewGroup sceneRoot, TransitionValues startValues, in createAnimator() method in TrackingTransition
|
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/transition/ |
D | TrackingTransition.java | 60 public Animator createAnimator(ViewGroup sceneRoot, TransitionValues startValues, in createAnimator() method in TrackingTransition
|
/cts/tests/tests/transition/src/android/transition/cts/ |
D | ChangeBoundsTest.java | 343 public Animator createAnimator(ViewGroup sceneRoot, TransitionValues startValues, in createAnimator() method in ChangeBoundsTest.MyChangeBounds 345 Animator animator = super.createAnimator(sceneRoot, startValues, endValues); in createAnimator()
|
D | TransitionTest.java | 821 public Animator createAnimator(ViewGroup sceneRoot, TransitionValues startValues, in createAnimator() method in TransitionTest.TransitionPropertiesTransition
|