Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/scene/
H A Dwindow_pattern.cpp320 auto staticNode = FrameNode::CreateFrameNode( in BuildStaticImageNode() local
322 CHECK_NULL_RETURN(staticNode, nullptr); in BuildStaticImageNode()
323 auto staticLayoutProperty = staticNode->GetLayoutProperty<ImageLayoutProperty>(); in BuildStaticImageNode()
333 auto staticContext = AceType::DynamicCast<RosenRenderContext>(staticNode->GetRenderContext()); in BuildStaticImageNode()
335 auto staticPaintProperty = staticNode->GetPaintProperty<ImageRenderProperty>(); in BuildStaticImageNode()
343 staticNode->MarkModifyDone(); in BuildStaticImageNode()
344 return staticNode; in BuildStaticImageNode()
381 auto staticNode = BuildStaticImageNode(circleIcon); in CreateASStartingWindow() local
382 CHECK_NULL_VOID(staticNode); in CreateASStartingWindow()
388 startingWindow_->AddChild(staticNode); in CreateASStartingWindow()