/cts/tests/tests/view/src/android/view/animation/cts/ |
D | RotateAnimationTest.java | 99 final View animWindow = mActivity.findViewById(R.id.anim_window); in testRotateAgainstOrigin() local 107 rotateAnimation.initialize(animWindow.getWidth(), animWindow.getHeight(), in testRotateAgainstOrigin() 111 AnimationTestUtils.assertRunAnimation(mInstrumentation, mActivityRule, animWindow, in testRotateAgainstOrigin() 152 final View animWindow = mActivity.findViewById(R.id.anim_window); in testRotateAgainstPoint() local 157 final float actualPivotY = pivotY * animWindow.getHeight(); in testRotateAgainstPoint() 165 rotateAnimation.initialize(animWindow.getWidth(), animWindow.getHeight(), in testRotateAgainstPoint() 169 AnimationTestUtils.assertRunAnimation(mInstrumentation, mActivityRule, animWindow, in testRotateAgainstPoint()
|
D | AnimationTest.java | 144 View animWindow = mActivity.findViewById(R.id.anim_window); in testAccessFill() local 156 AnimationTestUtils.assertRunAnimation(mInstrumentation, mActivityRule, animWindow, in testAccessFill() 178 AnimationTestUtils.assertRunAnimation(mInstrumentation, mActivityRule, animWindow, in testAccessFill() 197 AnimationTestUtils.assertRunAnimation(mInstrumentation, mActivityRule, animWindow, in testAccessFill() 234 final View animWindow = mActivity.findViewById(R.id.anim_window); in testRepeatAnimation() local 247 AnimationTestUtils.assertRunAnimation(mInstrumentation, mActivityRule, animWindow, anim); in testRepeatAnimation() 254 mActivityRule.runOnUiThread(() -> animWindow.startAnimation(anim)); in testRepeatAnimation() 299 mActivityRule.runOnUiThread(() -> animWindow.startAnimation(anim)); in testRepeatAnimation() 349 View animWindow = mActivity.findViewById(R.id.anim_window); in testAccessStartOffset() local 360 AnimationTestUtils.assertRunAnimation(mInstrumentation, mActivityRule, animWindow, in testAccessStartOffset() [all …]
|
D | TranslateAnimationTest.java | 103 final View animWindow = mActivity.findViewById(R.id.anim_window); in testApplyTransformation() local 113 AnimationTestUtils.assertRunAnimation(mInstrumentation, mActivityRule, animWindow, in testApplyTransformation() 164 final View animWindow = mActivity.findViewById(R.id.anim_window); in testInitialize() local 166 final int selfWidth = animWindow.getWidth(); in testInitialize() 167 final int selfHeight = animWindow.getHeight(); in testInitialize() 183 AnimationTestUtils.assertRunAnimation(mInstrumentation, mActivityRule, animWindow, in testInitialize()
|
D | DecelerateInterpolatorTest.java | 84 final View animWindow = mActivity.findViewById(R.id.anim_window); in testDecelerateInterpolator() local 102 AnimationTestUtils.assertRunAnimation(mInstrumentation, mActivityRule, animWindow, anim); in testDecelerateInterpolator() 136 AnimationTestUtils.assertRunAnimation(mInstrumentation, mActivityRule, animWindow, anim); in testDecelerateInterpolator()
|
D | AccelerateInterpolatorTest.java | 81 final View animWindow = mActivity.findViewById(R.id.anim_window); in testAccelerateInterpolator() local 99 AnimationTestUtils.assertRunAnimation(mInstrumentation, mActivityRule, animWindow, anim); in testAccelerateInterpolator() 133 AnimationTestUtils.assertRunAnimation(mInstrumentation, mActivityRule, animWindow, anim); in testAccelerateInterpolator()
|
D | AccelerateDecelerateInterpolatorTest.java | 79 final View animWindow = mActivity.findViewById(R.id.anim_window); in testAccelerateDecelerateInterpolator() local 93 AnimationTestUtils.assertRunAnimation(mInstrumentation, mActivityRule, animWindow, anim); in testAccelerateDecelerateInterpolator()
|
D | LinearInterpolatorTest.java | 90 final View animWindow = mActivity.findViewById(R.id.anim_window); in testLinearInterpolator() local 99 AnimationTestUtils.assertRunAnimation(mInstrumentation, mActivityRule, animWindow, anim); in testLinearInterpolator()
|
D | CycleInterpolatorTest.java | 81 final View animWindow = mActivity.findViewById(R.id.anim_window); in testCycleInterpolator() local 91 AnimationTestUtils.assertRunAnimation(mInstrumentation, mActivityRule, animWindow, anim); in testCycleInterpolator() 130 AnimationTestUtils.assertRunAnimation(mInstrumentation, mActivityRule, animWindow, anim); in testCycleInterpolator()
|
D | ScaleAnimationTest.java | 125 final View animWindow = mActivity.findViewById(R.id.anim_window); 133 AnimationTestUtils.assertRunAnimation(mInstrumentation, mActivityRule, animWindow,
|
D | AnimationSetTest.java | 313 final View animWindow = mActivity.findViewById(R.id.anim_window); in testGetTransformation() local 316 animationSet.initialize(animWindow.getWidth(), animWindow.getHeight(), in testGetTransformation() 319 AnimationTestUtils.assertRunAnimation(mInstrumentation, mActivityRule, animWindow, in testGetTransformation()
|