Home
last modified time | relevance | path

Searched refs:scrollEnd_ (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Dscroll_position_controller.h138 scrollEnd_ = scrollEvent; in SetScrollEvent()
180 if (scrollEnd_) { in HandleScrollEvent()
181 scrollEnd_(info); in HandleScrollEvent()
270 ScrollEventFunc scrollEnd_; variable
H A Dscrollable.h230 scrollEnd_ = scrollEnd; in SetScrollEnd()
495 ScrollEventCallback scrollEnd_; variable
H A Dscrollable.cpp946 if (scrollEnd_) { in OnAnimateStop()
947 scrollEnd_(); in OnAnimateStop()
1020 if (scrollEnd_) { in ProcessScrollMotionStop()
1021 scrollEnd_(); in ProcessScrollMotionStop()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable.h198 scrollEnd_ = scrollEnd; in SetScrollEnd()
501 ScrollEventCallback scrollEnd_; variable
H A Dscrollable.cpp813 if (scrollEnd_) { in OnAnimateStop()
814 scrollEnd_(); in OnAnimateStop()
959 if (scrollEnd_) { in ProcessScrollMotionStop()
960 scrollEnd_(); in ProcessScrollMotionStop()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/scrollable/
H A Dscrollable_cover_test_ng.cpp631 scrollable->scrollEnd_ = [&scrollEndCalled]() { in __anon09dd19590b02()
1724 scrollable->scrollEnd_ = [&isScrollEndCalled]() { isScrollEndCalled = true; }; in __anon09dd19594102()
1733 scrollable->scrollEnd_ = [&isScrollEndCalled]() { isScrollEndCalled = true; }; in __anon09dd19594202()