/cts/tests/tests/view/src/android/view/animation/cts/ |
D | RotateAnimationTest.java | 110 final View animWindow = mActivity.findViewById(R.id.anim_window); in testRotateAgainstOrigin() local 118 rotateAnimation.initialize(animWindow.getWidth(), animWindow.getHeight(), in testRotateAgainstOrigin() 122 AnimationTestUtils.assertRunAnimation(mInstrumentation, mActivityRule, animWindow, in testRotateAgainstOrigin() 163 final View animWindow = mActivity.findViewById(R.id.anim_window); in testRotateAgainstPoint() local 168 final float actualPivotY = pivotY * animWindow.getHeight(); in testRotateAgainstPoint() 176 rotateAnimation.initialize(animWindow.getWidth(), animWindow.getHeight(), in testRotateAgainstPoint() 180 AnimationTestUtils.assertRunAnimation(mInstrumentation, mActivityRule, animWindow, in testRotateAgainstPoint()
|
D | AnimationTest.java | 154 View animWindow = mActivity.findViewById(R.id.anim_window); in testAccessFill() local 166 AnimationTestUtils.assertRunAnimation(mInstrumentation, mActivityRule, animWindow, in testAccessFill() 188 AnimationTestUtils.assertRunAnimation(mInstrumentation, mActivityRule, animWindow, in testAccessFill() 207 AnimationTestUtils.assertRunAnimation(mInstrumentation, mActivityRule, animWindow, in testAccessFill() 244 final View animWindow = mActivity.findViewById(R.id.anim_window); in testRepeatAnimation() local 257 AnimationTestUtils.assertRunAnimation(mInstrumentation, mActivityRule, animWindow, anim); in testRepeatAnimation() 264 mActivityRule.runOnUiThread(() -> animWindow.startAnimation(anim)); in testRepeatAnimation() 309 mActivityRule.runOnUiThread(() -> animWindow.startAnimation(anim)); in testRepeatAnimation() 359 View animWindow = mActivity.findViewById(R.id.anim_window); in testAccessStartOffset() local 370 AnimationTestUtils.assertRunAnimation(mInstrumentation, mActivityRule, animWindow, in testAccessStartOffset() [all …]
|
D | TranslateAnimationTest.java | 116 final View animWindow = mActivity.findViewById(R.id.anim_window); in testApplyTransformation() local 126 AnimationTestUtils.assertRunAnimation(mInstrumentation, mActivityRule, animWindow, in testApplyTransformation() 177 final View animWindow = mActivity.findViewById(R.id.anim_window); in testInitialize() local 179 final int selfWidth = animWindow.getWidth(); in testInitialize() 180 final int selfHeight = animWindow.getHeight(); in testInitialize() 196 AnimationTestUtils.assertRunAnimation(mInstrumentation, mActivityRule, animWindow, in testInitialize()
|
D | DecelerateInterpolatorTest.java | 95 final View animWindow = mActivity.findViewById(R.id.anim_window); in testDecelerateInterpolator() local 113 AnimationTestUtils.assertRunAnimation(mInstrumentation, mActivityRule, animWindow, anim); in testDecelerateInterpolator() 147 AnimationTestUtils.assertRunAnimation(mInstrumentation, mActivityRule, animWindow, anim); in testDecelerateInterpolator()
|
D | AccelerateInterpolatorTest.java | 92 final View animWindow = mActivity.findViewById(R.id.anim_window); in testAccelerateInterpolator() local 110 AnimationTestUtils.assertRunAnimation(mInstrumentation, mActivityRule, animWindow, anim); in testAccelerateInterpolator() 144 AnimationTestUtils.assertRunAnimation(mInstrumentation, mActivityRule, animWindow, anim); in testAccelerateInterpolator()
|
D | AccelerateDecelerateInterpolatorTest.java | 90 final View animWindow = mActivity.findViewById(R.id.anim_window); in testAccelerateDecelerateInterpolator() local 104 AnimationTestUtils.assertRunAnimation(mInstrumentation, mActivityRule, animWindow, anim); in testAccelerateDecelerateInterpolator()
|
D | LinearInterpolatorTest.java | 101 final View animWindow = mActivity.findViewById(R.id.anim_window); in testLinearInterpolator() local 110 AnimationTestUtils.assertRunAnimation(mInstrumentation, mActivityRule, animWindow, anim); in testLinearInterpolator()
|
D | CycleInterpolatorTest.java | 92 final View animWindow = mActivity.findViewById(R.id.anim_window); in testCycleInterpolator() local 102 AnimationTestUtils.assertRunAnimation(mInstrumentation, mActivityRule, animWindow, anim); in testCycleInterpolator() 141 AnimationTestUtils.assertRunAnimation(mInstrumentation, mActivityRule, animWindow, anim); in testCycleInterpolator()
|
D | ScaleAnimationTest.java | 136 final View animWindow = mActivity.findViewById(R.id.anim_window); 144 AnimationTestUtils.assertRunAnimation(mInstrumentation, mActivityRule, animWindow,
|
D | AnimationSetTest.java | 324 final View animWindow = mActivity.findViewById(R.id.anim_window); in testGetTransformation() local 327 animationSet.initialize(animWindow.getWidth(), animWindow.getHeight(), in testGetTransformation() 330 AnimationTestUtils.assertRunAnimation(mInstrumentation, mActivityRule, animWindow, in testGetTransformation()
|