Home
last modified time | relevance | path

Searched refs:OnItemSelected (Results 1 - 7 of 7) sorted by relevance

/foundation/arkui/ui_lite/frameworks/components/
H A Dui_list.cpp543 scrollListener_->OnItemSelected(child->GetViewIndex(), child); in GetSelectView()
551 scrollListener_->OnItemSelected(child->GetViewIndex(), child); in GetSelectView()
643 scrollListener_->OnItemSelected(onSelectedIndex_, onSelectedView_); in MoveChildByOffset()
654 scrollListener_->OnItemSelected(onSelectedIndex_, onSelectedView_); in MoveChildByOffset()
674 scrollListener_->OnItemSelected(onSelectedIndex_, onSelectedView_); in MoveChildByOffset()
686 scrollListener_->OnItemSelected(onSelectedIndex_, onSelectedView_); in MoveChildByOffset()
H A Dui_picker.cpp31 void PickerListScrollListener::OnItemSelected(int16_t index, UIView* view) in OnItemSelected() function in OHOS::PickerListScrollListener
/foundation/arkui/ui_lite/test/uitest/test_ui_list/
H A Dui_test_ui_list.h40 void OnItemSelected(int16_t index, UIView* view) override;
H A Dui_test_ui_list.cpp477 void UITestUIList::OnItemSelected(int16_t index, UIView* view) in OnItemSelected() function in OHOS::UITestUIList
/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_picker.h49 void OnItemSelected(int16_t index, UIView* view) override;
H A Dui_list.h134 virtual void OnItemSelected(int16_t index, UIView* view) {} in OnItemSelected() function in OHOS::ListScrollListener
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Devent_listener.h286 void OnItemSelected(int16_t index, UIView *view) override

Completed in 6 milliseconds