Home
last modified time | relevance | path

Searched refs:outTransformation (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/view/src/android/view/animation/cts/
DAnimationTest.java750 public boolean getTransformation(long currentTime, Transformation outTransformation) {
752 return super.getTransformation(currentTime, outTransformation);
/cts/tests/tests/view/src/android/view/cts/
DViewGroupTest.java1062 public boolean getTransformation(long currentTime, Transformation outTransformation) { in getTransformation() argument
1063 super.getTransformation(currentTime, outTransformation); in getTransformation()