Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DLayer.cpp766 const auto p = mDrawingParent.promote(); in isSecure()
986 const auto& p = mDrawingParent.promote(); in isTrustedOverlay()
1181 const auto parent = useDrawing ? mDrawingParent.promote() : mCurrentParent.promote(); in getLayerStack()
1524 const auto& parent = mDrawingParent.promote(); in isHiddenByPolicy()
1605 if (layerState.zOrderRelativeOf != nullptr || mDrawingParent != nullptr) { in miniDumpLegacy()
1751 child->mDrawingParent = newParent; in setChildrenDrawingParent()
1808 if (sp<Layer> parent = mDrawingParent.promote(); parent != nullptr) { in getColorTransform()
1816 if (sp<Layer> parent = mDrawingParent.promote(); parent != nullptr) { in hasColorTransform()
2045 const auto& p = mDrawingParent.promote(); in getAlpha()
2071 const auto& p = mDrawingParent.promote(); in getBackgroundBlurRadius()
[all …]
DLayer.h1081 wp<Layer> mDrawingParent; variable
/frameworks/native/services/surfaceflinger/tests/unittests/
DTestableSurfaceFlinger.h355 layer->mDrawingParent = drawingParent; in setLayerDrawingParent()