Home
last modified time | relevance | path

Searched refs:SetScrollEvent (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Drender_single_child_scroll.cpp51 positionController_->SetScrollEvent(ScrollEvent::SCROLL_TOP, in Update()
53 positionController_->SetScrollEvent(ScrollEvent::SCROLL_EDGE, in Update()
55 positionController_->SetScrollEvent(ScrollEvent::SCROLL_END, in Update()
57 positionController_->SetScrollEvent(ScrollEvent::SCROLL_POSITION, in Update()
H A Drender_multi_child_scroll.cpp295 positionController_->SetScrollEvent(ScrollEvent::SCROLL_TOP, in Update()
298 positionController_->SetScrollEvent(ScrollEvent::SCROLL_BOTTOM, in Update()
301 positionController_->SetScrollEvent(ScrollEvent::SCROLL_TOUCHUP, in Update()
304 positionController_->SetScrollEvent(ScrollEvent::SCROLL_END, in Update()
307 positionController_->SetScrollEvent(ScrollEvent::SCROLL_POSITION, in Update()
H A Dscroll_position_controller.h127 void SetScrollEvent( in SetScrollEvent() function