Searched refs:willChangeTransformationMatrix (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/view/animation/
H A DAlphaAnimation.java73 public boolean willChangeTransformationMatrix() { method in class:AlphaAnimation
H A DAnimationSet.java162 if (noMatrix && a.willChangeTransformationMatrix()) {
167 if (changeBounds && a.willChangeTransformationMatrix()) {
447 public boolean willChangeTransformationMatrix() { method in class:AnimationSet
H A DAnimation.java679 public boolean willChangeTransformationMatrix() { method in class:Animation
/frameworks/base/core/java/android/view/
H A DViewGroup.java1514 concatMatrix = a.willChangeTransformationMatrix();

Completed in 121 milliseconds