Home
last modified time | relevance | path

Searched refs:SCROLL_STATE_STOP (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Dui_scroll_view.cpp63 scrollListener_->SetScrollState(OnScrollListener::SCROLL_STATE_STOP); in OnDragEndEvent()
174 scrollListener_->SetScrollState(OnScrollListener::SCROLL_STATE_STOP); in ScrollBy()
246 (scrollListener_->GetScrollState() == OnScrollListener::SCROLL_STATE_STOP)) { in MoveOffset()
308 scrollListener_->SetScrollState(OnScrollListener::SCROLL_STATE_STOP); in StopAnimator()
H A Dui_list.cpp221 scrollListener_->SetScrollState(ListScrollListener::SCROLL_STATE_STOP); in OnDragEndEvent()
256 scrollListener_->SetScrollState(ListScrollListener::SCROLL_STATE_STOP); in ScrollBy()
352 …(scrollListener_ && (scrollListener_->GetScrollState() == ListScrollListener::SCROLL_STATE_STOP)) { in MoveOffset()
714 scrollListener_->SetScrollState(ListScrollListener::SCROLL_STATE_STOP); in StopAnimator()
H A Dui_picker.cpp326 listListener_->SetScrollState(ListScrollListener::SCROLL_STATE_STOP); in RefreshSelected()
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_scroll_view.h67 OnScrollListener() : state_(SCROLL_STATE_STOP) {} in OnScrollListener()
109 static constexpr uint8_t SCROLL_STATE_STOP = 0; variable
H A Dui_list.h63 ListScrollListener() : state_(SCROLL_STATE_STOP) {} in ListScrollListener()
153 static constexpr uint8_t SCROLL_STATE_STOP = 0; variable
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_ui_list/
H A Dui_test_ui_list.cpp446 if (GetScrollState() == SCROLL_STATE_STOP) { in OnScrollStart()
457 if (GetScrollState() == SCROLL_STATE_STOP) { in OnScrollEnd()
/ohos5.0/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_scroll_view_unit_test.cpp72 state = UIScrollView::OnScrollListener::SCROLL_STATE_STOP;