Searched refs:isDispatch (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/form/ |
H A D | form_node_test.cpp | 83 bool isDispatch = false; variable 86 parentRevertPoint, touchRestrict, result, touchId, responseLinkResult, isDispatch); 91 parentRevertPoint, touchRestrict, result, touchId, responseLinkResult, isDispatch); 97 parentRevertPoint, touchRestrict, result, touchId, responseLinkResult, isDispatch); 104 parentRevertPoint, touchRestrict, result, touchId, responseLinkResult, isDispatch); 116 parentRevertPoint, touchRestrict, result, touchId, responseLinkResult, isDispatch); 123 parentRevertPoint, touchRestrict, result, touchId, responseLinkResult, isDispatch); 128 parentRevertPoint, touchRestrict, result, touchId, responseLinkResult, isDispatch);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/screen/ |
H A D | screen_node.h | 33 bool isDispatch = false) override;
|
H A D | screen_node.cpp | 22 ResponseLinkResult& responseLinkResult, bool isDispatch) in TouchTest() argument
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/form/ |
H A D | form_node.h | 36 bool isDispatch = false) override;
|
H A D | form_node.cpp | 165 ResponseLinkResult& responseLinkResult, bool isDispatch) in TouchTest() argument
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | ui_node.h | 303 ResponseLinkResult& responseLinkResult, bool isDispatch = false);
|
H A D | frame_node.h | 369 bool isDispatch = false) override;
|
H A D | ui_node.cpp | 1059 ResponseLinkResult& responseLinkResult, bool isDispatch) in TouchTest() argument
|
H A D | frame_node.cpp | 2665 ResponseLinkResult& responseLinkResult, bool isDispatch) in TouchTest() argument 2700 if ((!isDispatch) && isOutOfRegion) { in TouchTest() 2827 (isDispatch || (InResponseRegionList(revertPoint, responseRegionList)))) { in TouchTest()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/base/ |
H A D | ui_node_test_ng.cpp | 73 bool isDispatch = false) override in TouchTest() argument
|