Home
last modified time | relevance | path

Searched refs:TouchResult (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/base/
H A Dframe_node_test_ng_new.cpp349 TouchResult touchResult;
354 TouchResult res; in __anon37c5be3c0302()
371 TouchResult test = GET_PARENT->GetOnChildTouchTestRet(touchInfos);
394 TouchResult result; in __anon37c5be3c0402()
435 TouchResult touchResult;
468 TouchResult touchResult;
503 TouchResult touchResult;
540 TouchResult result; in __anon37c5be3c0502()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-universal-attributes-on-child-touch-test.md13 onChildTouchTest(event: (value: Array<TouchTestInfo>) => TouchResult): T
56 ## TouchResult section
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-universal-attributes-on-child-touch-test.md13 onChildTouchTest(event: (value: Array<TouchTestInfo>) => TouchResult): T
56 ## TouchResult section
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/container_modal/
H A Dcontainer_modal_pattern.cpp790 auto func = [](const std::vector<TouchTestInfo>& touchInfo) -> TouchResult { in InitColumnTouchTestFunc()
791 TouchResult touchRes; in InitColumnTouchTestFunc()
792 TouchResult defaultRes; in InitColumnTouchTestFunc()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dgesture_event_hub.h108 struct TouchResult { struct
144 using OnChildTouchTestFunc = std::function<TouchResult(const std::vector<TouchTestInfo>& touchInfo)…
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dframe_node.h694 TouchResult GetOnChildTouchTestRet(const std::vector<TouchTestInfo>& touchInfo);
698 RefPtr<FrameNode> GetDispatchFrameNode(const TouchResult& touchRes);
H A Dframe_node.cpp2736 TouchResult touchRes; in TouchTest()
4806 TouchResult FrameNode::GetOnChildTouchTestRet(const std::vector<TouchTestInfo>& touchInfo) in GetOnChildTouchTestRet()
4808 TouchResult res; in GetOnChildTouchTestRet()
4863 RefPtr<FrameNode> FrameNode::GetDispatchFrameNode(const TouchResult& touchRes) in GetDispatchFrameNode()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_abstract.cpp10089 const std::vector<NG::TouchTestInfo>& touchInfo) -> NG::TouchResult { in JsOnChildTouchTest()
10090 NG::TouchResult touchRes; in JsOnChildTouchTest()
10091 NG::TouchResult defaultRes; in JsOnChildTouchTest()