Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_render_node.h744 void SetChildrenHasUIExtension(bool SetChildrenHasUIExtension);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_render_node.cpp4385 void RSRenderNode::SetChildrenHasUIExtension(bool childrenHasUIExtension) in SetChildrenHasUIExtension() function in OHOS::Rosen::RSRenderNode
4390 parent->SetChildrenHasUIExtension(childrenHasUIExtension); in SetChildrenHasUIExtension()
H A Drs_surface_render_node.cpp2632 parent->SetChildrenHasUIExtension(onTree); in SetIsOnTheTree()