Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/
H A Dgesture_info.h129 void SetOnActionEndId(const GestureEventFunc& onActionEndId) in SetOnActionEndId() argument
131 onActionEndId_ = std::make_unique<GestureEventFunc>(onActionEndId); in SetOnActionEndId()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/gestures/
H A Dgesture_event.h404 void SetOnActionEndId(const GestureEventFunc& onActionEndId) in SetOnActionEndId() argument
406 onActionEndId_ = std::make_unique<GestureEventFunc>(onActionEndId); in SetOnActionEndId()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/gestures/
H A Drotation_recognizer_test_ng.cpp737 std::unique_ptr<GestureEventFunc> onActionEndId; variable
741 rotationGesture.onActionEndId_ = std::move(onActionEndId);
811 std::unique_ptr<GestureEventFunc> onActionEndId; variable
815 rotationGesture.onActionEndId_ = std::move(onActionEndId);
H A Dswipe_recognizer_test_ng.cpp858 std::unique_ptr<GestureEventFunc> onActionEndId; variable
861 swipeGesture.onActionEndId_ = std::move(onActionEndId);
901 std::unique_ptr<GestureEventFunc> onActionEndId; variable
904 swipeGesture.onActionEndId_ = std::move(onActionEndId);
H A Dlong_press_recognizer_test_ng.cpp682 std::unique_ptr<GestureEventFunc> onActionEndId; variable
685 longPressGesture.onActionEndId_ = std::move(onActionEndId);