Home
last modified time | relevance | path

Searched refs:isRedispatch (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/event/
H A Dkey_event.h595 bool isRedispatch = false; member
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/event/
H A Dfocus_hub_test_ng.cpp652 keyEvent.isRedispatch = true;
H A Dfocus_hub_test_ng_for_property_config.cpp711 keyEvent.isRedispatch = false;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dfocus_hub.cpp756 if (keyEvent.isRedispatch) { in OnKeyEventNode()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.cpp3245 keyEvent.isRedispatch = true; in ReDispatch()