Home
last modified time | relevance | path

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

/ohos5.0/base/msdp/device_status/services/interaction/drag/src/
H A Ddrag_smooth_processor.cpp43 auto targetTimeStamp = resampleTimeStamp_; in SmoothMoveEvent() local
50 auto resampleEvent = GetResampleEvent(historyEvents_, currentEvents, targetTimeStamp); in SmoothMoveEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.cpp2919 auto targetTimeStamp = GetVsyncTime() - compensationValue_; in CollectTouchEventsBeforeVsync() local
2922 if (targetTimeStamp < static_cast<uint64_t>(timeStamp)) { in CollectTouchEventsBeforeVsync()
2958 auto targetTimeStamp = resampleTimeStamp_; in FlushTouchEvents() local
2962 if (targetTimeStamp > static_cast<uint64_t>(stamp)) { in FlushTouchEvents()
2967 … historyPointsById_[idIter.first], idIter.second.history, targetTimeStamp, newTouchEvent)) { in FlushTouchEvents()