Searched refs:SCROLL_STATE_STOP (Results 1 – 7 of 7) sorted by relevance
63 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()
221 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()
326 listListener_->SetScrollState(ListScrollListener::SCROLL_STATE_STOP); in RefreshSelected()
67 OnScrollListener() : state_(SCROLL_STATE_STOP) {} in OnScrollListener()109 static constexpr uint8_t SCROLL_STATE_STOP = 0; variable
63 ListScrollListener() : state_(SCROLL_STATE_STOP) {} in ListScrollListener()153 static constexpr uint8_t SCROLL_STATE_STOP = 0; variable
446 if (GetScrollState() == SCROLL_STATE_STOP) { in OnScrollStart()457 if (GetScrollState() == SCROLL_STATE_STOP) { in OnScrollEnd()
72 state = UIScrollView::OnScrollListener::SCROLL_STATE_STOP;