Searched refs:RebuildChild (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_overlay/ |
H A D | text_overlay_element.cpp | 42 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 D | text_overlay_element.h | 35 …void RebuildChild(bool isSingleHandle, bool hasToolBar, bool hasMenu, bool hasIcon, bool hasAnimat…
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/focus/ |
H A D | focus_node.h | 328 void RebuildChild(std::list<RefPtr<FocusNode>>&& rebuildFocusNodes);
|
H A D | focus_node.cpp | 835 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 D | element.cpp | 457 focusScope->RebuildChild(std::move(rebuildFocusNodes)); in RebuildFocusTree()
|