Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.h617 isNeedFlushMouseEvent_ = true; in MarkNeedFlushMouseEvent()
1154 bool isNeedFlushMouseEvent_ = false; variable
H A Dpipeline_context.cpp634 if (isNeedFlushMouseEvent_) { in FlushVsync()
636 isNeedFlushMouseEvent_ = false; in FlushVsync()