Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/functions/
H A Djs_swiper_function.cpp24 "selectedIndex", &JsSwiperContentTransitionProxy::GetSelectedIndex, in JSBind()
44 void JsSwiperContentTransitionProxy::GetSelectedIndex(const JSCallbackInfo& args) in GetSelectedIndex() function in OHOS::Ace::Framework::JsSwiperContentTransitionProxy
48 selectedIndex = proxy_->GetSelectedIndex(); in GetSelectedIndex()
H A Djs_swiper_function.h51 void GetSelectedIndex(const JSCallbackInfo& args);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dindexer_model_impl.cpp158 fun(eventInfo->GetSelectedIndex()); in SetOnSelected()
174 return fun(info->GetSelectedIndex()); in SetOnRequestPopupData()
192 fun(eventInfo->GetSelectedIndex()); in SetOnPopupSelected()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/indexer/
H A Dindexer_event_info.h32 int32_t GetSelectedIndex() const in GetSelectedIndex() function
H A Dindexer_component.h200 int32_t GetSelectedIndex() const in GetSelectedIndex() function
H A Drender_indexer.cpp68 focusedItem_ = indexerComponent->GetSelectedIndex(); in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_content_transition_proxy.h32 int32_t GetSelectedIndex() const in GetSelectedIndex() function