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

/frameworks/base/core/java/android/view/
H A DViewGroup.java152 private Transformation mChildTransformation; field in class:ViewGroup
278 // When set, the next call to drawChild() will clear mChildTransformation's matrix
4441 if (mChildTransformation == null) {
4442 mChildTransformation = new Transformation();
4444 return mChildTransformation;

Completed in 43 milliseconds