Searched refs:GetResampleEvent (Results 1 – 2 of 2) sorted by relevance
50 std::optional<DragMoveEvent> GetResampleEvent(const std::vector<DragMoveEvent>& history,
50 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