Home
last modified time | relevance | path

Searched refs:SCROLL_STATE_MOVE (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Dui_scroll_view.cpp61 …f (scrollListener_ && (scrollListener_->GetScrollState() == OnScrollListener::SCROLL_STATE_MOVE)) { in OnDragEndEvent()
172 …tener_ != nullptr) && (scrollListener_->GetScrollState() == OnScrollListener::SCROLL_STATE_MOVE)) { in ScrollBy()
248 scrollListener_->SetScrollState(OnScrollListener::SCROLL_STATE_MOVE); in MoveOffset()
306 …tener_ != nullptr) && (scrollListener_->GetScrollState() == OnScrollListener::SCROLL_STATE_MOVE)) { in StopAnimator()
H A Dui_list.cpp220 …(scrollListener_ && (scrollListener_->GetScrollState() == ListScrollListener::SCROLL_STATE_MOVE)) { in OnDragEndEvent()
255 …(scrollListener_ && (scrollListener_->GetScrollState() == ListScrollListener::SCROLL_STATE_MOVE)) { in ScrollBy()
353 scrollListener_->SetScrollState(ListScrollListener::SCROLL_STATE_MOVE); in MoveOffset()
713 (scrollListener_->GetScrollState() == ListScrollListener::SCROLL_STATE_MOVE)) { in StopAnimator()
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_scroll_view.h110 static constexpr uint8_t SCROLL_STATE_MOVE = 1; variable
H A Dui_list.h154 static constexpr uint8_t SCROLL_STATE_MOVE = 1; variable
/ohos5.0/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_scroll_view_unit_test.cpp68 uint8_t state = UIScrollView::OnScrollListener::SCROLL_STATE_MOVE;