Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/functions/
H A Djs_tabs_function.cpp26 "to", &JsTabContentTransitionProxy::GetToIndex, &JsTabContentTransitionProxy::SetToIndex); in JSBind()
48 void JsTabContentTransitionProxy::SetToIndex(const JSCallbackInfo& args) in SetToIndex() function in OHOS::Ace::Framework::JsTabContentTransitionProxy
H A Djs_tabs_function.h46 void SetToIndex(const JSCallbackInfo& args);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H A Dtab_content_transition_proxy.h44 void SetToIndex(int32_t toIndex) in SetToIndex() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_pattern.cpp5254 proxy->SetToIndex(toIndex); in TriggerCustomContentTransitionEvent()