/cts/tests/tests/animation/src/android/animation/cts/ |
D | ObjectAnimatorTest.java | 269 final ObjectAnimator anim = ObjectAnimator.ofFloat(null, "dummyValue", 0f, 1f); in testNullObject() local 389 final ObjectAnimator anim = ObjectAnimator.ofFloat(target, "x", "y", path); in testOfFloat_Path() local 443 final ObjectAnimator anim = ObjectAnimator.ofInt(target, "x", "y", path); in testOfInt_Path() local 499 final ObjectAnimator anim = ObjectAnimator.ofMultiFloat(target, "position", path); in testOfMultiFloat_Path() local 559 final ObjectAnimator anim = ObjectAnimator.ofMultiFloat(target, "position", data); in testOfMultiFloat() local 600 final ObjectAnimator anim = ObjectAnimator.ofMultiInt(target, "position", path); in testOfMultiInt_Path() local 660 final ObjectAnimator anim = ObjectAnimator.ofMultiInt(target, "position", data); in testOfMultiInt() local 849 final ObjectAnimator anim = ObjectAnimator.ofFloat(target, "testValue", 100); in testCachedValues() local
|
D | ValueAnimatorTest.java | 148 final ValueAnimator anim = ValueAnimator.ofFloat(0f, 1f); in testListenerCallbackWithStartDelay() local 171 final ValueAnimator anim = ValueAnimator.ofFloat(0, 100).setDuration(mDuration); in testSetCurrentPlayTime() local 259 final ValueAnimator anim = ValueAnimator.ofFloat(0, 1).setDuration(duration); in testSetCurrentPlayTimeAfterStart() local 292 final ValueAnimator anim = ValueAnimator.ofFloat(0, 100).setDuration(mDuration); in testSetCurrentFraction() local 318 final ValueAnimator anim = ValueAnimator.ofFloat(0, 100).setDuration(mDuration); in testReverseRightAfterStart() local
|
D | PropertyValuesHolderTest.java | 325 final ValueAnimator anim = ValueAnimator.ofPropertyValuesHolder(pvh); in testOfMultiFloat_Path() local 383 final ValueAnimator anim = ValueAnimator.ofPropertyValuesHolder(pvh); in testOfMultiFloat_Array() local 420 final ValueAnimator anim = ValueAnimator.ofPropertyValuesHolder(pvh); in testOfMultiInt_Path() local 477 final ValueAnimator anim = ValueAnimator.ofPropertyValuesHolder(pvh); in testOfMultiInt_Array() local
|
D | AnimatorSetTest.java | 835 final ValueAnimator anim = ValueAnimator.ofFloat(0f, 1f).setDuration(300); in testGetCurrentPlayTime() local
|
/cts/tests/tests/view/src/android/view/animation/cts/ |
D | AnimationTest.java | 242 final Animation anim = AnimationUtils.loadAnimation(mActivity, R.anim.decelerate_alpha); in testRepeatAnimation() local 404 Animation anim = AnimationUtils.loadAnimation(mActivity, R.anim.accelerate_alpha); in testRunAccelerateAlpha() local 420 final Animation anim = AnimationUtils.loadAnimation(mActivity, R.anim.accelerate_alpha); in testGetTransformation() local
|
D | AccelerateInterpolatorTest.java | 89 final Animation anim = AnimationUtils.loadAnimation(mActivity, R.anim.accelerate_alpha); in testAccelerateInterpolator() local
|
D | LinearInterpolatorTest.java | 91 final Animation anim = AnimationUtils.loadAnimation(mActivity, R.anim.alpha); in testLinearInterpolator() local
|
D | AccelerateDecelerateInterpolatorTest.java | 87 final Animation anim = AnimationUtils.loadAnimation(mActivity, in testAccelerateDecelerateInterpolator() local
|
D | DecelerateInterpolatorTest.java | 92 final Animation anim = AnimationUtils.loadAnimation(mActivity, R.anim.decelerate_alpha); in testDecelerateInterpolator() local
|
D | CycleInterpolatorTest.java | 82 final Animation anim = AnimationUtils.loadAnimation(mActivity, R.anim.cycle_alpha); in testCycleInterpolator() local
|