Home
last modified time | relevance | path

Searched refs:animWindow (Results 1 – 10 of 10) sorted by relevance

/cts/tests/tests/view/src/android/view/animation/cts/
DRotateAnimationTest.java99 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()
DAnimationTest.java144 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 …]
DTranslateAnimationTest.java103 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()
DDecelerateInterpolatorTest.java84 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()
DAccelerateInterpolatorTest.java81 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()
DAccelerateDecelerateInterpolatorTest.java79 final View animWindow = mActivity.findViewById(R.id.anim_window); in testAccelerateDecelerateInterpolator() local
93 AnimationTestUtils.assertRunAnimation(mInstrumentation, mActivityRule, animWindow, anim); in testAccelerateDecelerateInterpolator()
DLinearInterpolatorTest.java90 final View animWindow = mActivity.findViewById(R.id.anim_window); in testLinearInterpolator() local
99 AnimationTestUtils.assertRunAnimation(mInstrumentation, mActivityRule, animWindow, anim); in testLinearInterpolator()
DCycleInterpolatorTest.java81 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()
DScaleAnimationTest.java125 final View animWindow = mActivity.findViewById(R.id.anim_window);
133 AnimationTestUtils.assertRunAnimation(mInstrumentation, mActivityRule, animWindow,
DAnimationSetTest.java313 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()