Searched defs:anim (Results 1 – 7 of 7) sorted by relevance
/cts/tests/tests/view/src/android/view/animation/cts/ |
D | DecelerateInterpolatorTest.java | 76 final Animation anim = AnimationUtils.loadAnimation(mActivity, R.anim.decelerate_alpha); in testDecelerateInterpolator() local 86 AnimationTestUtils.assertRunAnimation(getInstrumentation(), animWindow, anim); in testDecelerateInterpolator() local 120 AnimationTestUtils.assertRunAnimation(getInstrumentation(), animWindow, anim); in testDecelerateInterpolator() local
|
D | AccelerateInterpolatorTest.java | 73 final Animation anim = AnimationUtils.loadAnimation(mActivity, R.anim.accelerate_alpha); in testAccelerateInterpolator() local 83 AnimationTestUtils.assertRunAnimation(getInstrumentation(), animWindow, anim); in testAccelerateInterpolator() local
|
D | AnimationTest.java | 203 final Animation anim = AnimationUtils.loadAnimation(mActivity, R.anim.decelerate_alpha); in testRepeatAnimation() local 208 AnimationTestUtils.assertRunAnimation(getInstrumentation(), animWindow, anim); in testRepeatAnimation() local 391 Animation anim = AnimationUtils.loadAnimation(mActivity, R.anim.accelerate_alpha); in testRunAccelerateAlpha() local 394 AnimationTestUtils.assertRunAnimation(getInstrumentation(), animWindow, anim); in testRunAccelerateAlpha() local 406 final Animation anim = AnimationUtils.loadAnimation(mActivity, R.anim.accelerate_alpha); in testGetTransformation() local
|
D | LinearInterpolatorTest.java | 73 final Animation anim = AnimationUtils.loadAnimation(mActivity, R.anim.alpha); in testLinearInterpolator() local 81 AnimationTestUtils.assertRunAnimation(getInstrumentation(), animWindow, anim); in testLinearInterpolator() local
|
D | AccelerateDecelerateInterpolatorTest.java | 71 final Animation anim = AnimationUtils.loadAnimation(mActivity, in testAccelerateDecelerateInterpolator() local 77 AnimationTestUtils.assertRunAnimation(getInstrumentation(), animWindow, anim); in testAccelerateDecelerateInterpolator() local
|
D | CycleInterpolatorTest.java | 67 final Animation anim = AnimationUtils.loadAnimation(mActivity, R.anim.cycle_alpha); in testCycyleInterpolator() local 76 AnimationTestUtils.assertRunAnimation(getInstrumentation(), animWindow, anim); in testCycyleInterpolator() local 115 AnimationTestUtils.assertRunAnimation(getInstrumentation(), animWindow, anim); in testCycyleInterpolator() local
|
/cts/tests/tests/animation/src/android/animation/cts/ |
D | ValueAnimatorTest.java | 108 final ValueAnimator anim = ValueAnimator.ofFloat(0, 100).setDuration(mDuration); in testSetCurrentPlayTime() local 187 final ValueAnimator anim = ValueAnimator.ofFloat(0, 1).setDuration(duration); in testSetCurrentPlayTimeAfterStart() local 223 final ValueAnimator anim = ValueAnimator.ofFloat(0, 100).setDuration(mDuration); in testSetCurrentFraction() local
|