Home
last modified time | relevance | path

Searched refs:UpdateTrackerPoint (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/gestures/
H A Dvelocity_tracker.h48 void UpdateTrackerPoint(double x, double y, const TimeStamp& time, bool end = false);
H A Dvelocity_tracker.cpp161 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 Dtextpicker_overscroll.cpp105 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 Dtimepicker_haptic_controller.cpp200 velocityTracker_.UpdateTrackerPoint(0, scrollValue_, startTime); in HandleDelta()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/drag_drop/
H A Ddrag_drop_manager.cpp1568 velocityTracker_.UpdateTrackerPoint(point.GetX(), point.GetY(), curTime, isEnd); in UpdateVelocityTrackerPoint()