Searched refs:UpdateTrackerPoint (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/gestures/ |
H A D | velocity_tracker.h | 48 void UpdateTrackerPoint(double x, double y, const TimeStamp& time, bool end = false);
|
H A D | velocity_tracker.cpp | 161 void VelocityTracker::UpdateTrackerPoint(double x, double y, const TimeStamp& time, bool end) in UpdateTrackerPoint() function in OHOS::Ace::VelocityTracker
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/ |
H A D | textpicker_overscroll.cpp | 105 velocityTracker_.UpdateTrackerPoint(0.0, offsetY, std::chrono::high_resolution_clock::now()); in UpdateTossSpring()
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/timepicker/ |
H A D | timepicker_haptic_controller.cpp | 200 velocityTracker_.UpdateTrackerPoint(0, scrollValue_, startTime); in HandleDelta()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/drag_drop/ |
H A D | drag_drop_manager.cpp | 1568 velocityTracker_.UpdateTrackerPoint(point.GetX(), point.GetY(), curTime, isEnd); in UpdateVelocityTrackerPoint()
|