Home
last modified time | relevance | path

Searched refs:DragYInner (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Dui_scroll_view.cpp79 DragYInner(yDistance); in Drag()
105 DragYInner(rotateLen); in OnRotateEvent()
170 DragYInner(yDistance); in ScrollBy()
210 bool UIScrollView::DragYInner(int16_t distance) in DragYInner() function in OHOS::UIScrollView
H A Dui_swipe_view.cpp127 bool UISwipeView::DragYInner(int16_t distance) in DragYInner() function in OHOS::UISwipeView
169 DragYInner(event.GetDeltaY()); in OnDragEvent()
207 DragYInner(rotateLen); in OnRotateEvent()
H A Dui_list.cpp202 DragYInner(yDistance); in OnDragEvent()
251 DragYInner(distance); in ScrollBy()
301 bool UIList::DragYInner(int16_t distance) in DragYInner() function in OHOS::UIList
788 DragYInner(offset); in RefreshList()
H A Dui_abstract_scroll.cpp324 if (!scrollView->DragYInner(actY - previousValueY_)) { in Callback()
365 DragYInner(rotateLen); in OnRotateEvent()
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_scroll_view.h240 bool DragYInner(int16_t distance) override;
H A Dui_swipe_view.h325 bool DragYInner(int16_t distance) override;
H A Dui_list.h428 bool DragYInner(int16_t distance) override;
H A Dui_abstract_scroll.h488 virtual bool DragYInner(int16_t distance) = 0;