Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DLayerRenderArea.cpp29 struct ReparentForDrawing { struct
30 const sp<Layer>& oldParent;
32 ReparentForDrawing(const sp<Layer>& oldParent, const sp<Layer>& newParent, in ReparentForDrawing() function
40 ~ReparentForDrawing() { oldParent->setChildrenDrawingParent(oldParent); } in ~ReparentForDrawing()