Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/animation/cts/
DAlphaAnimationTest.java62 AlphaAnimation animation = new AlphaAnimation(mContext, null); in testWillChangeBounds() local
68 AlphaAnimation animation = new AlphaAnimation(0.0f, 0.5f); in testWillChangeTransformationMatrix() local
74 MyAlphaAnimation animation = new MyAlphaAnimation(0.0f, 1.0f); in testApplyTransformation() local
DAnimationTest.java123 Animation animation = AnimationUtils.loadAnimation(mActivity, R.anim.decelerate_alpha); in testAccessInterpolator() local
136 Animation animation = new Animation() { in testDefaultFill() local
151 Animation animation = AnimationUtils.loadAnimation(mActivity, R.anim.accelerate_alpha); in testAccessFill() local
215 Animation animation = AnimationUtils.loadAnimation(mActivity, R.anim.decelerate_alpha); in testComputeDurationHint() local
230 Animation animation = new Animation() { in testRepeatAnimation() local
345 Animation animation = new Animation() { in testAccessStartOffset() local
388 Animation animation = new Animation() { in testRunAccelerateAlpha() local
DAnimationTestUtils.java54 final ActivityTestRule activityTestRule, final View view, final Animation animation) in assertRunAnimation()
71 final ActivityTestRule activityTestRule, final View view, final Animation animation, in assertRunAnimation()
DLayoutAnimationControllerTest.java396 Animation animation = AnimationUtils.loadAnimation(mActivity, R.anim.decelerate_alpha); in testGetTransformedIndex() local
423 Animation animation = new ScaleAnimation(0.0f, 10.0f, 0.0f, 20.0f); in testStart() local
442 Animation animation = AnimationUtils.loadAnimation(mActivity, R.anim.decelerate_alpha); in testGetAnimationForView() local
475 public MyLayoutAnimationController(Animation animation) { in MyLayoutAnimationController()
DAnimationUtilsTest.java65 Animation animation = AnimationUtils.loadAnimation(mActivity, R.anim.anim_alpha); in testLoad() local
DGridLayoutAnimationControllerTest.java439 public MyGridLayoutAnimationController(Animation animation) { in MyGridLayoutAnimationController()
/cts/tests/tests/animation/src/android/animation/cts/
DAnimatorTest.java234 public void onAnimationCancel(Animator animation) { in onAnimationCancel()
238 public void onAnimationEnd(Animator animation) { in onAnimationEnd()
242 public void onAnimationRepeat(Animator animation) { in onAnimationRepeat()
246 public void onAnimationStart(Animator animation) { in onAnimationStart()
DObjectAnimatorTest.java393 anim.addUpdateListener((ValueAnimator animation) -> { in testOfFloat_Path()
448 anim.addUpdateListener((ValueAnimator animation) -> { in testOfInt_Path()
569 anim.addUpdateListener((ValueAnimator animation) -> { in testOfMultiFloat()
670 anim.addUpdateListener((ValueAnimator animation) -> { in testOfMultiInt()
DPropertyValuesHolderTest.java393 anim.addUpdateListener((ValueAnimator animation) -> { in testOfMultiFloat_Array()
487 anim.addUpdateListener((ValueAnimator animation) -> { in testOfMultiInt_Array()
657 anim2.addUpdateListener((ValueAnimator animation) -> { in testSetConverter()
DAnimatorSetTest.java993 public void onAnimationStart(Animator animation) { in onAnimationStart()
997 public void onAnimationEnd(Animator animation) { in onAnimationEnd()
DAnimationActivity.java190 AnimatorSet animation = null; field in AnimationActivity.AnimationView
DValueAnimatorTest.java614 valueAnimatorLocal.addUpdateListener((ValueAnimator animation) -> { in testOfArgb()
/cts/tests/tests/transition/src/android/transition/cts/
DChangeBoundsTest.java437 public void onAnimationStart(Animator animation) { in onAnimationStart()
442 public void onAnimationEnd(Animator animation) { in onAnimationEnd()
448 public void onAnimationCancel(Animator animation) { in onAnimationCancel()
452 public void onAnimationRepeat(Animator animation) { in onAnimationRepeat()
/cts/tests/tests/widget/src/android/widget/cts/
DViewAnimatorTest.java85 Animation animation = mViewAnimator.getInAnimation(); in testAccessInAnimation() local
325 Animation animation = mViewAnimator.getOutAnimation(); in testAccessOutAnimation() local
/cts/tests/tests/view/src/android/view/cts/
DSystemGestureExclusionRectsTest.java295 public void onAnimationEnd(Animator animation) { in onAnimationEnd()
DViewGroupTest.java427 RotateAnimation animation = new RotateAnimation(0.1f, 0.1f); in testCanAnimate() local
917 RotateAnimation animation = new RotateAnimation(0.1f, 0.1f); in testGetLayoutAnimation() local
2034 Animation animation = new AlphaAnimation(mContext, null); in testScheduleLayoutAnimation() local
2323 RotateAnimation animation = new RotateAnimation(0.1f, 0.1f); in testStartLayoutAnimation() local
DViewTest.java246 Animation animation = new AlphaAnimation(0.0f, 1.0f); in testGetAnimation() local
259 Animation animation = new AlphaAnimation(0.0f, 1.0f); in testSetAnimation() local
275 Animation animation = new AlphaAnimation(0.0f, 1.0f); in testClearAnimation() local
296 Animation animation = new AlphaAnimation(0.0f, 1.0f); in testStartAnimation() local
307 final Animation animation = new AlphaAnimation(0.0f, 1.0f); in testOnAnimation() local