Searched refs:UpdateTouchPoint (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/gestures/ |
H A D | drag_recognizer.cpp | 93 dragInfo.velocityTracker_.UpdateTouchPoint(event); in HandleTouchDownEvent() 110 dragInfo.velocityTracker_.UpdateTouchPoint(event); in HandleTouchMoveEvent() 151 dragInfo.velocityTracker_.UpdateTouchPoint(event, true); in HandleTouchUpEvent()
|
H A D | pan_recognizer.cpp | 71 velocityTracker_.UpdateTouchPoint(event); in HandleTouchDownEvent() 109 velocityTracker_.UpdateTouchPoint(event, true); in HandleTouchUpEvent() 177 velocityTracker_.UpdateTouchPoint(event); in HandleTouchMoveEvent()
|
H A D | velocity_tracker.h | 46 void UpdateTouchPoint(const TouchEvent& event, bool end = false);
|
H A D | velocity_tracker.cpp | 124 void VelocityTracker::UpdateTouchPoint(const TouchEvent& event, bool end) in UpdateTouchPoint() function in OHOS::Ace::VelocityTracker
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/recognizers/ |
H A D | pan_recognizer.cpp | 170 panVelocity_.UpdateTouchPoint(event.id, transformEvent, end); in UpdateTouchPointInVelocityTracker() 188 panVelocity_.UpdateTouchPoint(event.id, pesudoTouchEvent, end); in UpdateAxisPointInVelocityTracker() 292 panVelocity_.UpdateTouchPoint(event.id, pesudoTouchEvent, false); in HandleTouchDownEvent() 918 void PanRecognizer::PanVelocity::UpdateTouchPoint(int32_t id, const TouchEvent& event, bool end) in UpdateTouchPoint() function in OHOS::Ace::NG::PanRecognizer::PanVelocity 920 trackerMap_[id].UpdateTouchPoint(event, end); in UpdateTouchPoint()
|
H A D | pan_recognizer.h | 89 void UpdateTouchPoint(int32_t id, const TouchEvent& event, bool end);
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/manager/ |
H A D | drag_drop_manager_test_ng_new.cpp | 444 dragDropManager->velocityTracker_.UpdateTouchPoint(event, false); 504 dragDropManager->velocityTracker_.UpdateTouchPoint(event, false); 599 dragDropManager->velocityTracker_.UpdateTouchPoint(event, false); 813 dragDropManager->velocityTracker_.UpdateTouchPoint(event, false); 888 dragDropManager->velocityTracker_.UpdateTouchPoint(event, false);
|
H A D | drag_drop_manager_test_ng.cpp | 831 dragDropManager->velocityTracker_.UpdateTouchPoint(event, false);
|