Home
last modified time | relevance | path

Searched refs:GetPendingIndex (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/
H A Dtab_controller.h54 int32_t GetPendingIndex() const in GetPendingIndex() function
H A Drender_tab_content.cpp86 auto pendingIndex = controller_->GetPendingIndex(); in FlushIndex()
H A Drender_tab_bar.cpp83 auto pendingIndex = controller->GetPendingIndex(); in FlushIndex()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/tabs/
H A Dtab_content_proxy_element.cpp94 if (controller_->GetPendingIndex() >= totalCount) { in PerformBuild()