Searched refs:DragThrowAnimator (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/ |
H A D | ui_abstract_scroll.cpp | 227 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 D | ui_scroll_view.cpp | 60 if (!DragThrowAnimator(current, last, event.GetDragDirection())) { in OnDragEndEvent()
|
H A D | ui_list.cpp | 219 if (!DragThrowAnimator(current, last, event.GetDragDirection(), dragBack_)) { in OnDragEndEvent()
|
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/components/ |
H A D | ui_abstract_scroll.h | 482 …bool DragThrowAnimator(Point currentPos, Point lastPos, uint8_t dragDirection, bool dragBack = tru…
|