Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_scroll_view.h59 class OnScrollListener : public HeapBase {
67 OnScrollListener() : state_(SCROLL_STATE_STOP) {} in OnScrollListener() function
74 virtual ~OnScrollListener() {} in ~OnScrollListener()
232 void RegisterScrollListener(OnScrollListener* scrollListener) in RegisterScrollListener()
247 OnScrollListener* scrollListener_;
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Dui_scroll_view.cpp61 …if (scrollListener_ && (scrollListener_->GetScrollState() == OnScrollListener::SCROLL_STATE_MOVE))… in OnDragEndEvent()
63 scrollListener_->SetScrollState(OnScrollListener::SCROLL_STATE_STOP); in OnDragEndEvent()
172 …if ((scrollListener_ != nullptr) && (scrollListener_->GetScrollState() == OnScrollListener::SCROLL… in ScrollBy()
174 scrollListener_->SetScrollState(OnScrollListener::SCROLL_STATE_STOP); in ScrollBy()
246 (scrollListener_->GetScrollState() == OnScrollListener::SCROLL_STATE_STOP)) { in MoveOffset()
248 scrollListener_->SetScrollState(OnScrollListener::SCROLL_STATE_MOVE); in MoveOffset()
306 …if ((scrollListener_ != nullptr) && (scrollListener_->GetScrollState() == OnScrollListener::SCROLL… in StopAnimator()
308 scrollListener_->SetScrollState(OnScrollListener::SCROLL_STATE_STOP); in StopAnimator()
/ohos5.0/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_scroll_view_unit_test.cpp63 UIScrollView::OnScrollListener* scrollListener = new UIScrollView::OnScrollListener();
68 uint8_t state = UIScrollView::OnScrollListener::SCROLL_STATE_MOVE;
72 state = UIScrollView::OnScrollListener::SCROLL_STATE_STOP;
/ohos5.0/docs/zh-cn/device-dev/subsystems/
H A Dsubsys-graphics-container-guide.md114 | void RegisterScrollListener(OnScrollListener\* scrollListener) | 注册滑动事件回调类 |
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_ui_scroll_view/
H A Dui_test_ui_scroll_view.cpp38 class TestOnScrollListener : public UIScrollView::OnScrollListener {
/ohos5.0/docs/en/device-dev/subsystems/
H A Dsubsys-graphics-container-guide.md180 …5208244"></a><a name="p33415208244"></a>void RegisterScrollListener(OnScrollListener* scrollListen…