Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/
H A Dtab_controller.cpp87 void TabController::SetPendingIndex(int32_t index) in SetPendingIndex() function in OHOS::Ace::TabController
102 SetPendingIndex(index); in SetIndexByController()
H A Dtab_controller.h63 void SetPendingIndex(int32_t index);
H A Drender_tab_bar.cpp822 controller->SetPendingIndex(index_); in ApplyRestoreInfo()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/tabs/
H A Dtab_content_proxy_element.cpp95 controller_->SetPendingIndex(maxIndex < 0 ? 0 : maxIndex); in PerformBuild()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dtabs_model_impl.cpp65 controller->SetPendingIndex(index); in SetIndex()