Home
last modified time | relevance | path

Searched refs:OnScrollEnd (Results 1 – 12 of 12) sorted by relevance

/foundation/graphic/ui/frameworks/components/
Dui_scroll_view.cpp62 scrollListener_->OnScrollEnd(); in OnDragEndEvent()
166 scrollListener_->OnScrollEnd(); in ScrollBy()
300 scrollListener_->OnScrollEnd(); in StopAnimator()
Dui_list.cpp222 scrollListener_->OnScrollEnd(onSelectedIndex_, onSelectedView_); in OnDragEndEvent()
257 scrollListener_->OnScrollEnd(onSelectedIndex_, onSelectedView_); in ScrollBy()
713 scrollListener_->OnScrollEnd(onSelectedIndex_, onSelectedView_); in StopAnimator()
Dui_picker.cpp57 void PickerListScrollListener::OnScrollEnd(int16_t index, UIView* view) in OnScrollEnd() function in OHOS::PickerListScrollListener
/foundation/graphic/ui/interfaces/kits/components/
Dui_scroll_view.h90 virtual void OnScrollEnd() {} in OnScrollEnd() function
Dui_picker.h51 void OnScrollEnd(int16_t index, UIView* view) override;
Dui_list.h94 virtual void OnScrollEnd(int16_t index, UIView* view) {} in OnScrollEnd() function
/foundation/graphic/ui/test/uitest/test_ui_list/
Dui_test_ui_list.h37 void OnScrollEnd(int16_t index, UIView* view) override;
Dui_test_ui_list.cpp435 void UITestUIList::OnScrollEnd(int16_t index, UIView* view) in OnScrollEnd() function in OHOS::UITestUIList
/foundation/ace/ace_engine/frameworks/core/components/grid/
Drender_grid.h172 void OnScrollEnd() const;
Drender_grid.cpp982 OnScrollEnd(); in HandleScrollEnd()
1026 void RenderGrid::OnScrollEnd() const in OnScrollEnd() function in OHOS::Ace::RenderGrid
/foundation/ace/ace_engine_lite/frameworks/src/core/components/
Devent_listener.h301 void OnScrollEnd(int16_t index, UIView* view) override in OnScrollEnd() function
/foundation/graphic/ui/test/uitest/test_ui_scroll_view/
Dui_test_ui_scroll_view.cpp46 void OnScrollEnd() override in OnScrollEnd() function in OHOS::TestOnScrollListener