OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tempTransformation
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/java/android/view/animation/
Animation.java
[
all
...]
/cts/tests/tests/view/src/android/view/animation/cts/
AnimationSetTest.java
412
final Transformation
tempTransformation
= new Transformation();
417
tempTransformation
.clear();
418
children.get(i).getTransformation(currentTime,
tempTransformation
);
419
expectedTransformation.compose(
tempTransformation
);
Completed in 377 milliseconds