Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.h1191 std::unordered_map<int32_t, uint64_t> lastDispatchTime_; variable
H A Dpipeline_context.cpp2568 lastDispatchTime_.erase(scalePoint.id); in OnTouchEvent()
2622 auto iter = lastDispatchTime_.find(lastEventIter->first); in CompensateTouchMoveEvent()
2623 if (iter != lastDispatchTime_.end()) { in CompensateTouchMoveEvent()
2975 lastDispatchTime_[iter.first] = GetVsyncTime() - compensationValue_; in FlushTouchEvents()