Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/view/
H A DViewGroup.java172 private Transformation mChildTransformation; field in ViewGroup
4735 if (mChildTransformation == null) { in getChildTransformation()
4736 mChildTransformation = new Transformation(); in getChildTransformation()
4738 return mChildTransformation; in getChildTransformation()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt67510 Landroid/view/ViewGroup;->mChildTransformation:Landroid/view/animation/Transformation;