Home
last modified time | relevance | path

Searched refs:BypassEvent (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Ddistributed_ui.h86 void BypassEvent(const TouchEvent& point, bool isSubPipe);
H A Ddistributed_ui.cpp237 void DistributedUI::BypassEvent(const TouchEvent& point, bool isSubPipe) in BypassEvent() function in OHOS::Ace::NG::DistributedUI
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/base/
H A Ddistributed_ui_test_ng.cpp215 distributedUI.BypassEvent(touchEvent, false);
220 distributedUI.BypassEvent(touchEvent, false);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.cpp2391 distributedUI->BypassEvent(point, isSubPipe); in OnTouchEvent()