Searched refs:GetSelectedIndex (Results 1 – 7 of 7) sorted by relevance
24 "selectedIndex", &JsSwiperContentTransitionProxy::GetSelectedIndex, in JSBind()44 void JsSwiperContentTransitionProxy::GetSelectedIndex(const JSCallbackInfo& args) in GetSelectedIndex() function in OHOS::Ace::Framework::JsSwiperContentTransitionProxy48 selectedIndex = proxy_->GetSelectedIndex(); in GetSelectedIndex()
51 void GetSelectedIndex(const JSCallbackInfo& args);
158 fun(eventInfo->GetSelectedIndex()); in SetOnSelected()174 return fun(info->GetSelectedIndex()); in SetOnRequestPopupData()192 fun(eventInfo->GetSelectedIndex()); in SetOnPopupSelected()
32 int32_t GetSelectedIndex() const in GetSelectedIndex() function
200 int32_t GetSelectedIndex() const in GetSelectedIndex() function
68 focusedItem_ = indexerComponent->GetSelectedIndex(); in Update()