Searched refs:staticNode (Results 1 – 1 of 1) sorted by relevance
320 auto staticNode = FrameNode::CreateFrameNode( in BuildStaticImageNode() local322 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() local382 CHECK_NULL_VOID(staticNode); in CreateASStartingWindow()388 startingWindow_->AddChild(staticNode); in CreateASStartingWindow()