Searched refs:lastEventIter (Results 1 – 1 of 1) sorted by relevance
2620 auto lastEventIter = idToTouchPoints_.find(event.id); in CompensateTouchMoveEvent() local2621 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() local2638 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()