Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/
H A Dtab_controller.h71 bool IsIndexDefined() const;
H A Dtab_controller.cpp182 bool TabController::IsIndexDefined() const in IsIndexDefined() function in OHOS::Ace::TabController
H A Dtab_bar_element.cpp70 if (!controller->IsIndexDefined() && controller_) { in Update()
H A Dtab_content_element.cpp120 if (!controller->IsIndexDefined() && controller_) { in Update()
H A Drender_tab_content.cpp81 if (controller_->IsIndexDefined()) { in FlushIndex()
H A Drender_tab_bar.cpp79 if (controller->IsIndexDefined()) { in FlushIndex()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/tabs/
H A Dtab_content_proxy_element.cpp38 if (!controller->IsIndexDefined()) { in Update()