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.java304 final ObjectAnimator anim = ObjectAnimator.ofFloat(null, "dummyValue", 0f, 1f); in testNullObject() local
425 final ObjectAnimator anim = ObjectAnimator.ofFloat(target, "x", "y", path); in testOfFloat_Path() local
479 final ObjectAnimator anim = ObjectAnimator.ofInt(target, "x", "y", path); in testOfInt_Path() local
535 final ObjectAnimator anim = ObjectAnimator.ofMultiFloat(target, "position", path); in testOfMultiFloat_Path() local
595 final ObjectAnimator anim = ObjectAnimator.ofMultiFloat(target, "position", data); in testOfMultiFloat() local
636 final ObjectAnimator anim = ObjectAnimator.ofMultiInt(target, "position", path); in testOfMultiInt_Path() local
696 final ObjectAnimator anim = ObjectAnimator.ofMultiInt(target, "position", data); in testOfMultiInt() local
885 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.java331 final ValueAnimator anim = ValueAnimator.ofPropertyValuesHolder(pvh); in testOfMultiFloat_Path() local
389 final ValueAnimator anim = ValueAnimator.ofPropertyValuesHolder(pvh); in testOfMultiFloat_Array() local
426 final ValueAnimator anim = ValueAnimator.ofPropertyValuesHolder(pvh); in testOfMultiInt_Path() local
483 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