Searched defs:mChildTransformation (Results 1 - 1 of 1) sorted by path

/frameworks/base/core/java/android/view/
H A DViewGroup.java106 private final Transformation mChildTransformation = new Transformation(); field in class:ViewGroup
205 // When set, the next call to drawChild() will clear mChildTransformation's matrix
2627 mChildTransformation.clear();
2657 more = a.getTransformation(drawingTime, mChildTransformation,
2666 invalidationTransform = mChildTransformation;
2668 transformToApply = mChildTransformation;
2702 final boolean hasTransform = getChildStaticTransformation(child, mChildTransformation);
2704 final int transformType = mChildTransformation.getTransformationType();
2706 mChildTransformation : null;

Completed in 47 milliseconds