HomeSort by relevance Sort by last modified time
    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 304 final Transformation tempTransformation = new Transformation();
309 tempTransformation.clear();
310 children.get(i).getTransformation(currentTime, tempTransformation);
311 expectedTransformation.compose(tempTransformation);

Completed in 137 milliseconds