OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:animWindow
(Results
1 - 10
of
10
) sorted by null
/cts/tests/tests/view/src/android/view/animation/cts/
RotateAnimationTest.java
84
final View
animWindow
= mActivity.findViewById(R.id.anim_window);
92
rotateAnimation.initialize(
animWindow
.getWidth(),
animWindow
.getHeight(),
96
AnimationTestUtils.assertRunAnimation(getInstrumentation(),
animWindow
, rotateAnimation);
135
final View
animWindow
= mActivity.findViewById(R.id.anim_window);
140
final float actualPivotY = pivotY *
animWindow
.getHeight();
148
rotateAnimation.initialize(
animWindow
.getWidth(),
animWindow
.getHeight(),
152
AnimationTestUtils.assertRunAnimation(getInstrumentation(),
animWindow
, rotateAnimation);
AnimationTest.java
107
View
animWindow
= mActivity.findViewById(R.id.anim_window);
119
AnimationTestUtils.assertRunAnimation(getInstrumentation(),
animWindow
, animation);
140
AnimationTestUtils.assertRunAnimation(getInstrumentation(),
animWindow
, animation);
158
AnimationTestUtils.assertRunAnimation(getInstrumentation(),
animWindow
, animation);
192
final View
animWindow
= mActivity.findViewById(R.id.anim_window);
205
AnimationTestUtils.assertRunAnimation(getInstrumentation(),
animWindow
, anim);
214
animWindow
.startAnimation(anim);
273
animWindow
.startAnimation(anim);
334
View
animWindow
= mActivity.findViewById(R.id.anim_window);
345
AnimationTestUtils.assertRunAnimation(getInstrumentation(),
animWindow
,
[
all
...]
TranslateAnimationTest.java
87
final View
animWindow
= mActivity.findViewById(R.id.anim_window);
97
AnimationTestUtils.assertRunAnimation(getInstrumentation(),
animWindow
, translateAnimation);
146
final View
animWindow
= mActivity.findViewById(R.id.anim_window);
148
final int selfWidth =
animWindow
.getWidth();
149
final int selfHeight =
animWindow
.getHeight();
165
AnimationTestUtils.assertRunAnimation(getInstrumentation(),
animWindow
, translateAnimation);
DecelerateInterpolatorTest.java
68
final View
animWindow
= mActivity.findViewById(R.id.anim_window);
86
AnimationTestUtils.assertRunAnimation(getInstrumentation(),
animWindow
, anim);
120
AnimationTestUtils.assertRunAnimation(getInstrumentation(),
animWindow
, anim);
AccelerateDecelerateInterpolatorTest.java
63
final View
animWindow
= mActivity.findViewById(R.id.anim_window);
77
AnimationTestUtils.assertRunAnimation(getInstrumentation(),
animWindow
, anim);
LinearInterpolatorTest.java
72
final View
animWindow
= mActivity.findViewById(R.id.anim_window);
81
AnimationTestUtils.assertRunAnimation(getInstrumentation(),
animWindow
, anim);
AccelerateInterpolatorTest.java
65
final View
animWindow
= mActivity.findViewById(R.id.anim_window);
83
AnimationTestUtils.assertRunAnimation(getInstrumentation(),
animWindow
, anim);
117
AnimationTestUtils.assertRunAnimation(getInstrumentation(),
animWindow
, anim);
CycleInterpolatorTest.java
66
final View
animWindow
= mActivity.findViewById(R.id.anim_window);
76
AnimationTestUtils.assertRunAnimation(getInstrumentation(),
animWindow
, anim);
115
AnimationTestUtils.assertRunAnimation(getInstrumentation(),
animWindow
, anim);
ScaleAnimationTest.java
106
final View
animWindow
= mActivity.findViewById(R.id.anim_window);
114
AnimationTestUtils.assertRunAnimation(getInstrumentation(),
animWindow
, scaleAnimation);
AnimationSetTest.java
286
final View
animWindow
= mActivity.findViewById(R.id.anim_window);
289
animationSet.initialize(
animWindow
.getWidth(),
animWindow
.getHeight(),
292
AnimationTestUtils.assertRunAnimation(getInstrumentation(),
animWindow
, animationSet);
Completed in 2102 milliseconds