Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/
H A Dtab_controller.h67 void SetIndexByScrollContent(int32_t index);
H A Dtab_controller.cpp147 void TabController::SetIndexByScrollContent(int32_t index) in SetIndexByScrollContent() function in OHOS::Ace::TabController
H A Dtab_content_element.cpp81 controller_->SetIndexByScrollContent(index); in ChangeByContent()