Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.h927 void CollectTouchEventsBeforeVsync(std::list<TouchEvent>& touchEvents);
H A Dpipeline_context.cpp2917 void PipelineContext::CollectTouchEventsBeforeVsync(std::list<TouchEvent>& touchEvents) in CollectTouchEventsBeforeVsync() function in OHOS::Ace::NG::PipelineContext
2938 CollectTouchEventsBeforeVsync(touchEvents); in FlushTouchEvents()