Home
last modified time | relevance | path

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

/foundation/graphic/ui/frameworks/components/
Dui_abstract_scroll.cpp229 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()
Dui_scroll_view.cpp60 if (!DragThrowAnimator(current, last, event.GetDragDirection())) { in OnDragEndEvent()
Dui_list.cpp219 if (!DragThrowAnimator(current, last, event.GetDragDirection(), dragBack_)) { in OnDragEndEvent()
/foundation/graphic/ui/interfaces/kits/components/
Dui_abstract_scroll.h417 …bool DragThrowAnimator(Point currentPos, Point lastPos, uint8_t dragDirection, bool dragBack = tru…