Home
last modified time | relevance | path

Searched defs:historyEvent (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/recognizers/
H A Dpan_recognizer.cpp160 auto historyEvent = Platform::GetTouchEventOriginOffset(end ? lastTouchEvent_ : event); in UpdateTouchPointInVelocityTracker() local
176 for (const auto& historyEvent: touchEvent.history) { in UpdateTouchPointInVelocityTracker() local
/ohos5.0/base/notification/eventhandler/frameworks/eventhandler/src/
H A Devent_queue_base.cpp665 std::string EventQueueBase::HistoryQueueDump(const HistoryEvent &historyEvent) in HistoryQueueDump()