Searched refs:parentVG (Results 1 – 2 of 2) sorted by relevance
5368 ViewGroup parentVG = (ViewGroup) parent; in damageChild() local5369 if (parentVG.mLayerType != LAYER_TYPE_NONE) { in damageChild()5371 parentVG.invalidate(); in damageChild()5374 parent = parentVG.damageChildInParent(left, top, dirty); in damageChild()5375 left = parentVG.mLeft; in damageChild()5376 top = parentVG.mTop; in damageChild()
16711 ViewGroup parentVG = (ViewGroup) mParent; in setDisplayListProperties() local16712 final Transformation t = parentVG.getChildTransformation(); in setDisplayListProperties()16713 if (parentVG.getChildStaticTransformation(this, t)) { in setDisplayListProperties()