Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DLayer.cpp312 const sp<Layer>& p = mDrawingParent.promote(); in computeScreenBounds()
349 const auto& p = mDrawingParent.promote(); in computeBounds()
397 const auto& p = mDrawingParent.promote(); in computeInitialCrop()
588 sp<Layer> parent = mDrawingParent.promote(); in setGeometry()
1327 auto p = mDrawingParent.promote(); in getLayerStack()
1358 const auto& parent = mDrawingParent.promote(); in isHiddenByPolicy()
1476 if (layerState.zOrderRelativeOf != nullptr || mDrawingParent != nullptr) { in miniDump()
1590 child->mDrawingParent = newParent; in setChildrenDrawingParent()
1847 const auto& p = mDrawingParent.promote(); in getTransform()
1877 const auto& p = mDrawingParent.promote(); in getAlpha()
[all …]
DLayer.h787 wp<Layer> mDrawingParent; variable
DBufferLayer.cpp231 sp<Layer> p = mDrawingParent.promote(); in onDraw()