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.java110 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()
DAnimationTest.java154 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 …]
DTranslateAnimationTest.java116 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()
DDecelerateInterpolatorTest.java95 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()
DAccelerateInterpolatorTest.java92 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()
DAccelerateDecelerateInterpolatorTest.java90 final View animWindow = mActivity.findViewById(R.id.anim_window); in testAccelerateDecelerateInterpolator() local
104 AnimationTestUtils.assertRunAnimation(mInstrumentation, mActivityRule, animWindow, anim); in testAccelerateDecelerateInterpolator()
DLinearInterpolatorTest.java101 final View animWindow = mActivity.findViewById(R.id.anim_window); in testLinearInterpolator() local
110 AnimationTestUtils.assertRunAnimation(mInstrumentation, mActivityRule, animWindow, anim); in testLinearInterpolator()
DCycleInterpolatorTest.java92 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()
DScaleAnimationTest.java136 final View animWindow = mActivity.findViewById(R.id.anim_window);
144 AnimationTestUtils.assertRunAnimation(mInstrumentation, mActivityRule, animWindow,
DAnimationSetTest.java324 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()