Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DView.java13434 boolean more = a.getTransformation(drawingTime, parent.mChildTransformation, 1f);
13442 invalidationTransform = parent.mChildTransformation;
13496 parentVG.getChildStaticTransformation(this, parentVG.mChildTransformation);
13498 Transformation transform = parentVG.mChildTransformation;
13499 final int transformType = parentVG.mChildTransformation.getTransformationType();
13550 parent.mChildTransformation.clear();
13578 transformToApply = parent.mChildTransformation;
13589 parent.getChildStaticTransformation(this, parent.mChildTransformation);
13591 final int transformType = parent.mChildTransformation.getTransformationType();
13593 parent.mChildTransformation : null;
DViewGroup.java131 final Transformation mChildTransformation = new Transformation(); field in ViewGroup