Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/
H A DView.java23500 ViewGroup parentVG = (ViewGroup) mParent; in setDisplayListProperties() local
23501 final Transformation t = parentVG.getChildTransformation(); in setDisplayListProperties()
23502 if (parentVG.getChildStaticTransformation(this, t)) { in setDisplayListProperties()