Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.cpp2620 auto lastEventIter = idToTouchPoints_.find(event.id); in CompensateTouchMoveEvent() local
2621 if (lastEventIter != idToTouchPoints_.end()) { in CompensateTouchMoveEvent()
2622 auto iter = lastDispatchTime_.find(lastEventIter->first); in CompensateTouchMoveEvent()
2625 … std::to_string(static_cast<uint64_t>(lastEventIter->second.time.time_since_epoch().count())) in CompensateTouchMoveEvent()
2628 … if (static_cast<uint64_t>(lastEventIter->second.time.time_since_epoch().count()) > iter->second) { in CompensateTouchMoveEvent()
2630 eventManager_->DispatchTouchEvent(lastEventIter->second); in CompensateTouchMoveEvent()
2637 auto lastEventIter = idToTouchPoints_.find(event.id); in CompensateTouchMoveEvent() local
2638 if (lastEventIter != idToTouchPoints_.end()) { in CompensateTouchMoveEvent()
2639 ACE_SCOPED_TRACE("Finger id: %d process last move event eventId: %d", lastEventIter->first, in CompensateTouchMoveEvent()
2640 lastEventIter->second.touchEventId); in CompensateTouchMoveEvent()