Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DViewGroup.java152 private Transformation mChildTransformation; field in ViewGroup
4441 if (mChildTransformation == null) { in getChildTransformation()
4442 mChildTransformation = new Transformation(); in getChildTransformation()
4444 return mChildTransformation; in getChildTransformation()