Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp5673 class ReparentForDrawing { in captureLayers() class in android::SurfaceFlinger::captureLayers::LayerRenderArea
5678 ReparentForDrawing(const sp<Layer>& oldParent, const sp<Layer>& newParent, in captureLayers() function in android::SurfaceFlinger::captureLayers::LayerRenderArea::ReparentForDrawing
5685 ~ReparentForDrawing() { oldParent->setChildrenDrawingParent(oldParent); } in captureLayers()
5704 ReparentForDrawing reparent(mLayer, screenshotParentLayer, sourceCrop); in captureLayers()