Home
last modified time | relevance | path

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

/ohos5.0/base/msdp/device_status/services/interaction/drag/include/
H A Ddrag_smooth_processor.h48 DragMoveEvent GetNearestEvent(const std::vector<DragMoveEvent>& events, uint64_t nanoTimestamp);
/ohos5.0/base/msdp/device_status/services/interaction/drag/src/
H A Ddrag_smooth_processor.cpp67 DragMoveEvent nearestEvent = GetNearestEvent(current, nanoTimestamp); in GetResampleEvent()
71 DragMoveEvent DragSmoothProcessor::GetNearestEvent(const std::vector<DragMoveEvent>& events, uint64… in GetNearestEvent() function in OHOS::Msdp::DeviceStatus::DragSmoothProcessor