| /cts/tests/tests/view/src/android/view/animation/cts/ |
| D | AlphaAnimationTest.java | 62 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
|
| D | AnimationTest.java | 123 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
|
| D | AnimationTestUtils.java | 54 final ActivityTestRule activityTestRule, final View view, final Animation animation) in assertRunAnimation() 71 final ActivityTestRule activityTestRule, final View view, final Animation animation, in assertRunAnimation()
|
| D | LayoutAnimationControllerTest.java | 396 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()
|
| D | AnimationUtilsTest.java | 65 Animation animation = AnimationUtils.loadAnimation(mActivity, R.anim.anim_alpha); in testLoad() local
|
| D | GridLayoutAnimationControllerTest.java | 439 public MyGridLayoutAnimationController(Animation animation) { in MyGridLayoutAnimationController()
|
| /cts/tests/framework/base/windowmanager/src/android/server/wm/ |
| D | WindowInsetsAnimationCallbackTests.java | 156 public void onPrepare(@NonNull WindowInsetsAnimation animation) { in onPrepare() 162 public Bounds onStart(@NonNull WindowInsetsAnimation animation, @NonNull Bounds bounds) { in onStart() 178 public void onEnd(@NonNull WindowInsetsAnimation animation) { in onEnd()
|
| D | WindowInsetsAnimationTestBase.java | 205 public void onPrepare(WindowInsetsAnimation animation) { in onPrepare() 212 WindowInsetsAnimation animation, WindowInsetsAnimation.Bounds bounds) { in onStart() 225 public void onEnd(WindowInsetsAnimation animation) { in onEnd() 248 public void onPrepare(WindowInsetsAnimation animation) { in onPrepare() 262 WindowInsetsAnimation animation, WindowInsetsAnimation.Bounds bounds) { in onStart() 299 public void onEnd(WindowInsetsAnimation animation) { in onEnd()
|
| D | WindowInsetsAnimationControllerTests.java | 777 public void onPrepare(@NonNull WindowInsetsAnimation animation) { in onPrepare() 786 public WindowInsetsAnimation.Bounds onStart(@NonNull WindowInsetsAnimation animation, in onStart() 814 public void onEnd(@NonNull WindowInsetsAnimation animation) { in onEnd()
|
| D | WindowInsetsAnimationSynchronicityTests.java | 283 private static boolean isImeAnimation(WindowInsetsAnimation animation) { in isImeAnimation()
|
| D | WindowInsetsControllerTests.java | 926 public void onEnd(WindowInsetsAnimation animation) { in onEnd()
|
| /cts/tests/tests/animation/src/android/animation/cts/ |
| D | AnimatorTest.java | 247 public void onAnimationCancel(Animator animation) { in onAnimationCancel() 251 public void onAnimationEnd(Animator animation) { in onAnimationEnd() 255 public void onAnimationRepeat(Animator animation) { in onAnimationRepeat() 259 public void onAnimationStart(Animator animation) { in onAnimationStart()
|
| D | AnimatorSetTest.java | 1497 public void onAnimationStart(@NonNull Animator animation, boolean isReverse) { in onAnimationStart() 1506 public void onAnimationEnd(@NonNull Animator animation, boolean isReverse) { in onAnimationEnd() 1515 public void onAnimationStart(@NonNull Animator animation) { in onAnimationStart() 1519 public void onAnimationEnd(@NonNull Animator animation) { in onAnimationEnd() 1523 public void onAnimationCancel(@NonNull Animator animation) { in onAnimationCancel() 1527 public void onAnimationRepeat(@NonNull Animator animation) { in onAnimationRepeat() 1564 public void onAnimationStart(Animator animation) { in onAnimationStart() 1568 public void onAnimationEnd(Animator animation) { in onAnimationEnd()
|
| D | ObjectAnimatorTest.java | 438 anim.addUpdateListener((ValueAnimator animation) -> { in testOfFloat_Path() 493 anim.addUpdateListener((ValueAnimator animation) -> { in testOfInt_Path() 614 anim.addUpdateListener((ValueAnimator animation) -> { in testOfMultiFloat() 715 anim.addUpdateListener((ValueAnimator animation) -> { in testOfMultiInt()
|
| D | PropertyValuesHolderTest.java | 399 anim.addUpdateListener((ValueAnimator animation) -> { in testOfMultiFloat_Array() 493 anim.addUpdateListener((ValueAnimator animation) -> { in testOfMultiInt_Array() 663 anim2.addUpdateListener((ValueAnimator animation) -> { in testSetConverter()
|
| D | AnimationActivity.java | 190 AnimatorSet animation = null; field in AnimationActivity.AnimationView
|
| D | ValueAnimatorTest.java | 615 valueAnimatorLocal.addUpdateListener((ValueAnimator animation) -> { in testOfArgb()
|
| /cts/tests/framework/base/windowmanager/overlayappbase/src/android/server/wm/overlay/ |
| D | ExitAnimationActivity.java | 94 private static int getAnimationRes(int animation) { in getAnimationRes()
|
| /cts/tests/tests/transition/src/android/transition/cts/ |
| D | ChangeBoundsTest.java | 437 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/ |
| D | ViewAnimatorTest.java | 85 Animation animation = mViewAnimator.getInAnimation(); in testAccessInAnimation() local 325 Animation animation = mViewAnimator.getOutAnimation(); in testAccessOutAnimation() local
|
| /cts/tests/framework/base/windowmanager/app_base/src/android/server/wm/app/ |
| D | TestActivity.java | 76 final RotateAnimation animation = new RotateAnimation(0, 180, Animation.RELATIVE_TO_SELF, in preventActivityIdle() local
|
| /cts/tests/tests/view/src/android/view/cts/ |
| D | FrameMetricsListenerTest.java | 193 long animation = frameMetrics.getMetric(FrameMetrics.ANIMATION_DURATION); in callGetMetric() local
|
| D | SystemGestureExclusionRectsTest.java | 297 public void onAnimationEnd(Animator animation) { in onAnimationEnd()
|
| D | ViewGroupTest.java | 425 RotateAnimation animation = new RotateAnimation(0.1f, 0.1f); in testCanAnimate() local 918 RotateAnimation animation = new RotateAnimation(0.1f, 0.1f); in testGetLayoutAnimation() local 2054 Animation animation = new AlphaAnimation(mContext, null); in testScheduleLayoutAnimation() local 2343 RotateAnimation animation = new RotateAnimation(0.1f, 0.1f); in testStartLayoutAnimation() local
|
| /cts/tests/surfacecontrol/surfacevalidator/src/android/view/cts/surfacevalidator/ |
| D | ASurfaceControlTestActivity.java | 381 public void onEnd(WindowInsetsAnimation animation) { in onEnd()
|