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 891 final Transformation tempTransformation = mTransformation;
894 tempTransformation.set(transformation);
896 previousTransformation.set(tempTransformation);
    [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 20 milliseconds