Searched refs:DragThrowAnimator (Results 1 – 4 of 4) sorted by relevance
/foundation/graphic/ui/frameworks/components/ |
D | ui_abstract_scroll.cpp | 229 bool UIAbstractScroll::DragThrowAnimator(Point currentPos, Point lastPos, uint8_t dragDirection, bo… in DragThrowAnimator() function in OHOS::UIAbstractScroll 391 DragThrowAnimator(current, {0, 0}, dir, dragBack_); in OnRotateEndEvent() 393 DragThrowAnimator({0, 0}, {0, 0}, dir, dragBack_); in OnRotateEndEvent()
|
D | ui_scroll_view.cpp | 60 if (!DragThrowAnimator(current, last, event.GetDragDirection())) { in OnDragEndEvent()
|
D | ui_list.cpp | 219 if (!DragThrowAnimator(current, last, event.GetDragDirection(), dragBack_)) { in OnDragEndEvent()
|
/foundation/graphic/ui/interfaces/kits/components/ |
D | ui_abstract_scroll.h | 417 …bool DragThrowAnimator(Point currentPos, Point lastPos, uint8_t dragDirection, bool dragBack = tru…
|