| /cts/tests/tests/view/src/android/view/animation/cts/ |
| D | AnimationTest.java | 110 View animWindow = mActivity.findViewById(R.id.anim_window); 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 195 final View animWindow = mActivity.findViewById(R.id.anim_window); in testRepeatAnimation() local 208 AnimationTestUtils.assertRunAnimation(getInstrumentation(), animWindow, anim); in testRepeatAnimation() local 337 View animWindow = mActivity.findViewById(R.id.anim_window); in testAccessStartOffset() local 348 AnimationTestUtils.assertRunAnimation(getInstrumentation(), animWindow, in testAccessStartOffset() local 383 View animWindow = mActivity.findViewById(R.id.anim_window); in testRunAccelerateAlpha() local 394 AnimationTestUtils.assertRunAnimation(getInstrumentation(), animWindow, anim); in testRunAccelerateAlpha() local [all …]
|
| D | TranslateAnimationTest.java | 87 final View animWindow = mActivity.findViewById(R.id.anim_window); in testApplyTransformation() local 97 AnimationTestUtils.assertRunAnimation(getInstrumentation(), animWindow, translateAnimation); in testApplyTransformation() local 146 final View animWindow = mActivity.findViewById(R.id.anim_window); in testInitialize() local 165 AnimationTestUtils.assertRunAnimation(getInstrumentation(), animWindow, translateAnimation); in testInitialize() local
|
| D | RotateAnimationTest.java | 84 final View animWindow = mActivity.findViewById(R.id.anim_window); in testRotateAgainstOrigin() local 96 AnimationTestUtils.assertRunAnimation(getInstrumentation(), animWindow, rotateAnimation); in testRotateAgainstOrigin() local 135 final View animWindow = mActivity.findViewById(R.id.anim_window); in testRotateAgainstPoint() local 152 AnimationTestUtils.assertRunAnimation(getInstrumentation(), animWindow, rotateAnimation); in testRotateAgainstPoint() local
|
| D | DecelerateInterpolatorTest.java | 68 final View animWindow = mActivity.findViewById(R.id.anim_window); in testDecelerateInterpolator() local 86 AnimationTestUtils.assertRunAnimation(getInstrumentation(), animWindow, anim); in testDecelerateInterpolator() local 120 AnimationTestUtils.assertRunAnimation(getInstrumentation(), animWindow, anim); in testDecelerateInterpolator() local
|
| D | AccelerateInterpolatorTest.java | 65 final View animWindow = mActivity.findViewById(R.id.anim_window); in testAccelerateInterpolator() local 83 AnimationTestUtils.assertRunAnimation(getInstrumentation(), animWindow, anim); in testAccelerateInterpolator() local
|
| D | LinearInterpolatorTest.java | 72 final View animWindow = mActivity.findViewById(R.id.anim_window); in testLinearInterpolator() local 81 AnimationTestUtils.assertRunAnimation(getInstrumentation(), animWindow, anim); in testLinearInterpolator() local
|
| D | AccelerateDecelerateInterpolatorTest.java | 63 final View animWindow = mActivity.findViewById(R.id.anim_window); in testAccelerateDecelerateInterpolator() local 77 AnimationTestUtils.assertRunAnimation(getInstrumentation(), animWindow, anim); in testAccelerateDecelerateInterpolator() local
|
| D | CycleInterpolatorTest.java | 66 final View animWindow = mActivity.findViewById(R.id.anim_window); in testCycyleInterpolator() local 76 AnimationTestUtils.assertRunAnimation(getInstrumentation(), animWindow, anim); in testCycyleInterpolator() local 115 AnimationTestUtils.assertRunAnimation(getInstrumentation(), animWindow, anim); in testCycyleInterpolator() local
|
| D | AnimationSetTest.java | 286 final View animWindow = mActivity.findViewById(R.id.anim_window); in testGetTransformation() local 292 AnimationTestUtils.assertRunAnimation(getInstrumentation(), animWindow, animationSet); in testGetTransformation() local
|