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
849 final ObjectAnimator anim = ObjectAnimator.ofFloat(target, "testValue", 100); in testCachedValues() local
DValueAnimatorTest.java149 final ValueAnimator anim = ValueAnimator.ofFloat(0f, 1f); in testListenerCallbackWithStartDelay() local
172 final ValueAnimator anim = ValueAnimator.ofFloat(0, 100).setDuration(mDuration); in testSetCurrentPlayTime() local
260 final ValueAnimator anim = ValueAnimator.ofFloat(0, 1).setDuration(duration); in testSetCurrentPlayTimeAfterStart() local
293 final ValueAnimator anim = ValueAnimator.ofFloat(0, 100).setDuration(mDuration); in testSetCurrentFraction() local
319 final ValueAnimator anim = ValueAnimator.ofFloat(0, 100).setDuration(mDuration); in testReverseRightAfterStart() local
DPropertyValuesHolderTest.java325 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
DAnimatorSetTest.java835 final ValueAnimator anim = ValueAnimator.ofFloat(0f, 1f).setDuration(300); in testGetCurrentPlayTime() local
/cts/tests/tests/view/src/android/view/animation/cts/
DAnimationTest.java242 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
DAccelerateInterpolatorTest.java89 final Animation anim = AnimationUtils.loadAnimation(mActivity, R.anim.accelerate_alpha); in testAccelerateInterpolator() local
DLinearInterpolatorTest.java91 final Animation anim = AnimationUtils.loadAnimation(mActivity, R.anim.alpha); in testLinearInterpolator() local
DAccelerateDecelerateInterpolatorTest.java87 final Animation anim = AnimationUtils.loadAnimation(mActivity, in testAccelerateDecelerateInterpolator() local
DDecelerateInterpolatorTest.java92 final Animation anim = AnimationUtils.loadAnimation(mActivity, R.anim.decelerate_alpha); in testDecelerateInterpolator() local
DCycleInterpolatorTest.java82 final Animation anim = AnimationUtils.loadAnimation(mActivity, R.anim.cycle_alpha); in testCycleInterpolator() local