Home
last modified time | relevance | path

Searched defs:onActionEnd (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-uigestureevent.md194 ### onActionEnd subsection
315 ### onActionEnd subsection
490 ### onActionEnd subsection
610 ### onActionEnd subsection
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-uigestureevent.md194 ### onActionEnd subsection
315 ### onActionEnd subsection
490 ### onActionEnd subsection
610 ### onActionEnd subsection
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/gestures/
H A Dlong_press_recognizer_test_ng.cpp514 auto onActionEnd = [](GestureEvent& info) { return true; }; in __anon876fb52d0502() variable
768 auto onActionEnd = [](GestureEvent& info) { return true; }; in __anon876fb52d0802() variable
959 auto onActionEnd = [](GestureEvent& info) { return true; }; in __anon876fb52d0d02() variable
994 auto onActionEnd = [](GestureEvent& info) { return true; }; in __anon876fb52d1002() variable
1078 auto onActionEnd = [](GestureEvent& info) { return true; }; in __anon876fb52d1502() variable
1113 auto onActionEnd = [](GestureEvent& info) { return true; }; in __anon876fb52d1802() variable
H A Drotation_recognizer_test_ng.cpp821 auto onActionEnd = [](GestureEvent& info) { return true; }; in __anon97c840410502() variable
H A Dpinch_recognizer_test_ng.cpp555 auto onActionEnd = [](GestureEvent& info) { return true; }; in __anon1d59c4030502() variable
H A Dpan_recognizer_test_ng.cpp1432 auto onActionEnd = [](GestureEvent& info) { return true; }; in __anon668e8bf00502() variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/gestures/
H A Dgesture_recognizer.h119 void SetOnActionEnd(const GestureEventFunc& onActionEnd) in SetOnActionEnd()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/recognizers/
H A Dgesture_recognizer.h191 void SetOnActionEnd(const GestureEventFunc& onActionEnd) in SetOnActionEnd()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_gesture_modifier.cpp465 auto onActionEnd = [extraParam](GestureEvent& info) { in registerGestureEvent() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/indexer/
H A Dindexer_pattern.cpp411 auto onActionEnd = [weak = WeakClaim(this)](const GestureEvent& info) {}; in InitPanEvent() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DarkComponent.js4499 onActionEnd(event) { method in LongPressGestureHandler
4540 onActionEnd(event) { method in PanGestureHandler
4606 onActionEnd(event) { method in PinchGestureHandler
4646 onActionEnd(event) { method in RotationGestureHandler