Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_overlay/
H A Dtext_overlay_element.cpp42 overlay->RebuildChild(isSingleHandle, hasToolBar, hasMenu, hasIcon, hasAnimation); in PerformBuild()
73 void TextOverlayElement::RebuildChild( in RebuildChild() function in OHOS::Ace::TextOverlayElement
205 overlay->RebuildChild(isSingleHandle, true, false, true, false, false); in AddListener()
207 overlay->RebuildChild(isSingleHandle, false, true, true, false, true); in AddListener()
H A Dtext_overlay_element.h35 …void RebuildChild(bool isSingleHandle, bool hasToolBar, bool hasMenu, bool hasIcon, bool hasAnimat…
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/focus/
H A Dfocus_node.h328 void RebuildChild(std::list<RefPtr<FocusNode>>&& rebuildFocusNodes);
H A Dfocus_node.cpp835 void FocusGroup::RebuildChild(std::list<RefPtr<FocusNode>>&& rebuildFocusNodes) in RebuildChild() function in OHOS::Ace::FocusGroup
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Delement.cpp457 focusScope->RebuildChild(std::move(rebuildFocusNodes)); in RebuildFocusTree()