Home
last modified time | relevance | path

Searched defs:animation (Results 1 – 13 of 13) sorted by relevance

/cts/tests/tests/view/src/android/view/animation/cts/
DAlphaAnimationTest.java41 AlphaAnimation animation = new AlphaAnimation(mContext, null); in testWillChangeBounds() local
46 AlphaAnimation animation = new AlphaAnimation(0.0f, 0.5f); in testWillChangeTransformationMatrix() local
51 MyAlphaAnimation animation = new MyAlphaAnimation(0.0f, 1.0f); in testApplyTransformation() local
DAnimationTest.java91 Animation animation = AnimationUtils.loadAnimation(mActivity, R.anim.decelerate_alpha); in testAccessInterpolator() local
103 Animation animation = new Animation() { in testDefaultFill() local
117 Animation animation = AnimationUtils.loadAnimation(mActivity, R.anim.accelerate_alpha); in testAccessFill() local
122 AnimationTestUtils.assertRunAnimation(getInstrumentation(), animWindow, animation); in testAccessFill() local
143 AnimationTestUtils.assertRunAnimation(getInstrumentation(), animWindow, animation); in testAccessFill() local
161 AnimationTestUtils.assertRunAnimation(getInstrumentation(), animWindow, animation); in testAccessFill() local
177 Animation animation = AnimationUtils.loadAnimation(mActivity, R.anim.decelerate_alpha); in testComputeDurationHint() local
191 Animation animation = new Animation() { in testRepeatAnimation() local
333 Animation animation = new Animation() { in testAccessStartOffset() local
349 animation, ACCELERATE_ALPHA_DURATION + startOffset); in testAccessStartOffset() local
[all …]
DAnimationTestUtils.java48 final View view, final Animation animation) { in assertRunAnimation()
61 final View view, final Animation animation, final long duration) { in assertRunAnimation()
DAnimationUtilsTest.java55 Animation animation = AnimationUtils.loadAnimation(mActivity, R.anim.anim_alpha); in testLoad() local
/cts/tests/tests/animation/src/android/animation/cts/
DAnimatorTest.java212 public void onAnimationCancel(Animator animation) { in onAnimationCancel()
216 public void onAnimationEnd(Animator animation) { in onAnimationEnd()
220 public void onAnimationRepeat(Animator animation) { in onAnimationRepeat()
224 public void onAnimationStart(Animator animation) { in onAnimationStart()
DValueAnimatorTest.java490 public void onAnimationCancel(Animator animation) { in onAnimationCancel()
494 public void onAnimationEnd(Animator animation) { in onAnimationEnd()
498 public void onAnimationRepeat(Animator animation) { in onAnimationRepeat()
502 public void onAnimationStart(Animator animation) { in onAnimationStart()
DAnimatorSetTest.java450 public void onAnimationStart(Animator animation) { in onAnimationStart()
454 public void onAnimationEnd(Animator animation) { in onAnimationEnd()
DAnimationActivity.java191 AnimatorSet animation = null; field in AnimationActivity.AnimationView
/cts/tests/tests/widget/src/android/widget/cts/
DViewAnimatorTest.java82 Animation animation = mViewAnimator.getInAnimation(); in testAccessInAnimation() local
313 Animation animation = mViewAnimator.getOutAnimation(); in testAccessOutAnimation() local
/cts/tests/tests/transition/src/android/transition/cts/
DChangeImageTransformTest.java268 public void onAnimationStart(Animator animation) { in onAnimationStart()
273 public void onAnimationEnd(Animator animation) { in onAnimationEnd()
DTransitionTest.java575 public void onAnimationStart(Animator animation) { in onAnimationStart()
/cts/tests/tests/view/src/android/view/cts/
DViewGroupTest.java290 RotateAnimation animation = new RotateAnimation(0.1f, 0.1f); in testCanAnimate() local
799 RotateAnimation animation = new RotateAnimation(0.1f, 0.1f); in testGetLayoutAnimation() local
1354 Animation animation = new AlphaAnimation(mContext, null); in testScheduleLayoutAnimation() local
1367 public MockLayoutAnimationController(Animation animation) { in MockLayoutAnimationController()
1654 RotateAnimation animation = new RotateAnimation(0.1f, 0.1f); in testStartLayoutAnimation() local
DViewTest.java199 Animation animation = new AlphaAnimation(0.0f, 1.0f); in testGetAnimation() local
211 Animation animation = new AlphaAnimation(0.0f, 1.0f); in testSetAnimation() local
226 Animation animation = new AlphaAnimation(0.0f, 1.0f); in testClearAnimation() local
240 Animation animation = new AlphaAnimation(0.0f, 1.0f); in testStartAnimation() local
256 final Animation animation = new AlphaAnimation(0.0f, 1.0f); in testOnAnimation() local