Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.cpp487 newTouchEvent = GetLatestPoint(current, nanoTimeStamp); in GetResampleTouchEvent()
490 newTouchEvent.x = std::get<INDEX_X>(newXy); in GetResampleTouchEvent()
491 newTouchEvent.y = std::get<INDEX_Y>(newXy); in GetResampleTouchEvent()
492 newTouchEvent.screenX = std::get<INDEX_X>(newScreenXy); in GetResampleTouchEvent()
493 newTouchEvent.screenY = std::get<INDEX_Y>(newScreenXy); in GetResampleTouchEvent()
495 newTouchEvent.time = TimeStamp(nanoseconds); in GetResampleTouchEvent()
496 newTouchEvent.history = current; in GetResampleTouchEvent()
497 newTouchEvent.isInterpolated = true; in GetResampleTouchEvent()
505newTouchEvent.id, newTouchEvent.x, newTouchEvent.y, newTouchEvent.screenX, newTouchEvent.screenY, in GetResampleTouchEvent()
2965 TouchEvent newTouchEvent; in FlushTouchEvents() local
[all …]
H A Dpipeline_context.h1069 … const std::vector<TouchEvent>& current, const uint64_t nanoTimeStamp, TouchEvent& newTouchEvent);