Home
last modified time | relevance | path

Searched defs:anim (Results 1 – 10 of 10) sorted by relevance

/cts/tests/tests/animation/src/android/animation/cts/
DObjectAnimatorTest.java269 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
850 final ObjectAnimator anim = ObjectAnimator.ofFloat(target, "testValue", 100); in testCachedValues() local
DValueAnimatorTest.java145 final ValueAnimator anim = ValueAnimator.ofFloat(0f, 1f); in testListenerCallbackWithStartDelay() local
168 final ValueAnimator anim = ValueAnimator.ofFloat(0, 100).setDuration(mDuration); in testSetCurrentPlayTime() local
256 final ValueAnimator anim = ValueAnimator.ofFloat(0, 1).setDuration(duration); in testSetCurrentPlayTimeAfterStart() local
289 final ValueAnimator anim = ValueAnimator.ofFloat(0, 100).setDuration(mDuration); in testSetCurrentFraction() local
315 final ValueAnimator anim = ValueAnimator.ofFloat(0, 100).setDuration(mDuration); in testReverseRightAfterStart() local
DPropertyValuesHolderTest.java324 final ValueAnimator anim = ValueAnimator.ofPropertyValuesHolder(pvh); in testOfMultiFloat_Path() local
382 final ValueAnimator anim = ValueAnimator.ofPropertyValuesHolder(pvh); in testOfMultiFloat_Array() local
419 final ValueAnimator anim = ValueAnimator.ofPropertyValuesHolder(pvh); in testOfMultiInt_Path() local
476 final ValueAnimator anim = ValueAnimator.ofPropertyValuesHolder(pvh); in testOfMultiInt_Array() local
DAnimatorSetTest.java805 final ValueAnimator anim = ValueAnimator.ofFloat(0f, 1f).setDuration(300); in testGetCurrentPlayTime() local
/cts/tests/tests/view/src/android/view/animation/cts/
DAnimationTest.java241 final Animation anim = AnimationUtils.loadAnimation(mActivity, R.anim.decelerate_alpha); in testRepeatAnimation() local
403 Animation anim = AnimationUtils.loadAnimation(mActivity, R.anim.accelerate_alpha); in testRunAccelerateAlpha() local
419 final Animation anim = AnimationUtils.loadAnimation(mActivity, R.anim.accelerate_alpha); in testGetTransformation() local
DAccelerateInterpolatorTest.java88 final Animation anim = AnimationUtils.loadAnimation(mActivity, R.anim.accelerate_alpha); in testAccelerateInterpolator() local
DLinearInterpolatorTest.java90 final Animation anim = AnimationUtils.loadAnimation(mActivity, R.anim.alpha); in testLinearInterpolator() local
DAccelerateDecelerateInterpolatorTest.java86 final Animation anim = AnimationUtils.loadAnimation(mActivity, in testAccelerateDecelerateInterpolator() local
DDecelerateInterpolatorTest.java91 final Animation anim = AnimationUtils.loadAnimation(mActivity, R.anim.decelerate_alpha); in testDecelerateInterpolator() local
DCycleInterpolatorTest.java81 final Animation anim = AnimationUtils.loadAnimation(mActivity, R.anim.cycle_alpha); in testCycleInterpolator() local