Home
last modified time | relevance | path

Searched refs:GetResampleEvent (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/msdp/device_status/services/interaction/drag/include/
H A Ddrag_smooth_processor.h50 std::optional<DragMoveEvent> GetResampleEvent(const std::vector<DragMoveEvent>& history,
/ohos5.0/base/msdp/device_status/services/interaction/drag/src/
H A Ddrag_smooth_processor.cpp50 auto resampleEvent = GetResampleEvent(historyEvents_, currentEvents, targetTimeStamp); in SmoothMoveEvent()
63 std::optional<DragMoveEvent> DragSmoothProcessor::GetResampleEvent(const std::vector<DragMoveEvent>… in GetResampleEvent() function in OHOS::Msdp::DeviceStatus::DragSmoothProcessor