Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/
H A Dtab_content_element.cpp227 auto childIter = focusChildMap_.find(controller_->GetIndex()); in GetCurrentFocusNode()
228 if (childIter == focusChildMap_.end()) { in GetCurrentFocusNode()
H A Dtab_content_element.h60 std::unordered_map<int32_t, RefPtr<FocusNode>> focusChildMap_; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/tabs/
H A Dtab_content_proxy_element.cpp113 focusChildMap_[target] = GetChildFocusNode(element); in PerformBuild()