Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DViewGroup.java142 private Transformation mChildTransformation; field in ViewGroup
3820 if (mChildTransformation == null) { in getChildTransformation()
3821 mChildTransformation = new Transformation(); in getChildTransformation()
3823 return mChildTransformation; in getChildTransformation()