Home
last modified time | relevance | path

Searched refs:OnScrollEnd (Results 1 - 19 of 19) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Drefresh_coordination.h38 void OnScrollEnd(float mainVelocity) const;
H A Drefresh_coordination.cpp68 void RefreshCoordination::OnScrollEnd(float mainVelocity) const in OnScrollEnd() function in OHOS::Ace::NG::RefreshCoordination
H A Dscrollable_pattern.cpp336 refreshCoordination_->OnScrollEnd(GetVelocity()); in CoordinateWithRefresh()
453 void ScrollablePattern::OnScrollEnd() in OnScrollEnd() function in OHOS::Ace::NG::ScrollablePattern
455 // Previous: Sets ScrollablePattern::OnScrollEnd to Scrollable->scrollEndCallback_ in OnScrollEnd()
459 // calls OnScrollEnd in ScrollablePattern in OnScrollEnd()
462 refreshCoordination_->OnScrollEnd(GetVelocity()); in OnScrollEnd()
591 pattern->OnScrollEnd(); in SetScrollEndCallback()
904 pattern->OnScrollEnd(); in RegisterScrollBarEventTask()
1136 pattern->OnScrollEnd(); in SetScrollBarProxy()
1946 OnScrollEnd(); in ProcessSpringEffect()
2303 OnScrollEnd(); in HandleScrollableOverScroll()
[all...]
H A Dscrollable_pattern.h849 void OnScrollEnd();
/foundation/arkui/ui_lite/frameworks/components/
H A Dui_scroll_view.cpp62 scrollListener_->OnScrollEnd(); in OnDragEndEvent()
173 scrollListener_->OnScrollEnd(); in ScrollBy()
307 scrollListener_->OnScrollEnd(); in StopAnimator()
H A Dui_list.cpp222 scrollListener_->OnScrollEnd(onSelectedIndex_, onSelectedView_); in OnDragEndEvent()
257 scrollListener_->OnScrollEnd(onSelectedIndex_, onSelectedView_); in ScrollBy()
715 scrollListener_->OnScrollEnd(onSelectedIndex_, onSelectedView_); in StopAnimator()
H A Dui_picker.cpp60 void PickerListScrollListener::OnScrollEnd(int16_t index, UIView* view) in OnScrollEnd() function in OHOS::PickerListScrollListener
/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_scroll_view.h90 virtual void OnScrollEnd() {} in OnScrollEnd() function in OHOS::UIScrollView::OnScrollListener
H A Dui_picker.h51 void OnScrollEnd(int16_t index, UIView* view) override;
H A Dui_list.h94 virtual void OnScrollEnd(int16_t index, UIView* view) {} in OnScrollEnd() function in OHOS::ListScrollListener
/foundation/arkui/ui_lite/test/uitest/test_ui_list/
H A Dui_test_ui_list.h37 void OnScrollEnd(int16_t index, UIView* view) override;
H A Dui_test_ui_list.cpp455 void UITestUIList::OnScrollEnd(int16_t index, UIView* view) in OnScrollEnd() function in OHOS::UITestUIList
/foundation/arkui/ace_engine/frameworks/core/components/grid/
H A Drender_grid.h172 void OnScrollEnd() const;
H A Drender_grid.cpp961 OnScrollEnd(); in HandleScrollEnd()
1003 void RenderGrid::OnScrollEnd() const in OnScrollEnd() function in RenderGrid
/foundation/arkui/ui_lite/test/uitest/test_ui_scroll_view/
H A Dui_test_ui_scroll_view.cpp45 void OnScrollEnd() override
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Devent_listener.h304 void OnScrollEnd(int16_t index, UIView* view) override
/foundation/arkui/ace_engine/test/unittest/core/pattern/grid/
H A Dgrid_scroller_event_test_ng.cpp46 * @tc.steps: step1. Test OnScrollPosition/OnScrollEnd. in HWTEST_F()
56 pattern_->OnScrollEnd(); in HWTEST_F()
67 pattern_->OnScrollEnd(); in HWTEST_F()
69 pattern_->OnScrollEnd(); in HWTEST_F()
/foundation/arkui/ace_engine/test/unittest/core/pattern/scrollable/
H A Dscrollable_fling_test_ng.cpp1554 * @tc.desc: Test CreateCoordinationEvent without OnScrollStart OnScrollEnd
1590 refreshCoordination->OnScrollEnd(2.0f); in HWTEST_F()
H A Dscrollable_cover_test_ng.cpp791 * @tc.desc: Test both methods of OnScrollStart and OnScrollEnd to ensure callback is correctly set and callable
828 * @tc.steps: step3. Call the OnScrollEnd and verify the expected behavior in HWTEST_F()
830 scrollPn->refreshCoordination_->OnScrollEnd(70.0f); in HWTEST_F()

Completed in 25 milliseconds