OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:transformation3
(Results
1 - 2
of
2
) sorted by null
/cts/tests/tests/view/src/android/view/animation/cts/
GridLayoutAnimationControllerTest.java
131
Transformation
transformation3
= new Transformation();
local
136
child3.getTransformation(startTime + 500,
transformation3
);
139
assertEquals(0.0f,
transformation3
.getAlpha(), DELTA);
144
child3.getTransformation(startTime + 1200,
transformation3
);
147
assertEquals(0.0f,
transformation3
.getAlpha(), DELTA);
152
child3.getTransformation(startTime + 2000,
transformation3
);
155
assertEquals(0.0f,
transformation3
.getAlpha(), DELTA);
160
child3.getTransformation(startTime + 2700,
transformation3
);
163
assertEquals(0.0f,
transformation3
.getAlpha(), DELTA);
168
child3.getTransformation(startTime + 3500,
transformation3
);
[
all
...]
LayoutAnimationControllerTest.java
94
Transformation
transformation3
= new Transformation();
local
99
childAnimation3.getTransformation(startTime + 500,
transformation3
);
102
assertEquals(0.0f,
transformation3
.getAlpha(), DELTA);
107
childAnimation3.getTransformation(startTime + 1000,
transformation3
);
110
assertEquals(0.0f,
transformation3
.getAlpha(), DELTA);
115
childAnimation3.getTransformation(startTime + 1500,
transformation3
);
118
assertIsRunningAnimation(
transformation3
.getAlpha());
128
transformation3
= new Transformation();
140
childAnimation3.getTransformation(startTime + 500,
transformation3
);
143
assertIsRunningAnimation(
transformation3
.getAlpha())
186
Transformation
transformation3
= new Transformation();
local
[
all
...]
Completed in 37 milliseconds