Home
last modified time | relevance | path

Searched refs:DragThrowAnimator (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Dui_abstract_scroll.cpp227 bool UIAbstractScroll::DragThrowAnimator(Point currentPos, Point lastPos, uint8_t dragDirection, bo… in DragThrowAnimator() function in OHOS::UIAbstractScroll
389 DragThrowAnimator(current, {0, 0}, dir, dragBack_); in OnRotateEndEvent()
391 DragThrowAnimator({0, 0}, {0, 0}, dir, dragBack_); in OnRotateEndEvent()
H A Dui_scroll_view.cpp60 if (!DragThrowAnimator(current, last, event.GetDragDirection())) { in OnDragEndEvent()
H A Dui_list.cpp219 if (!DragThrowAnimator(current, last, event.GetDragDirection(), dragBack_)) { in OnDragEndEvent()
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_abstract_scroll.h482 …bool DragThrowAnimator(Point currentPos, Point lastPos, uint8_t dragDirection, bool dragBack = tru…