Searched refs:SwipeGesture (Results 1 - 13 of 13) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/gestures/ |
H A D | slide_gesture.h | 26 class ACE_EXPORT SwipeGesture : public Gesture { class 27 DECLARE_ACE_TYPE(SwipeGesture, Gesture); 30 SwipeGesture(int32_t fingers, const SwipeDirection& direction, double speed) in SwipeGesture() function in OHOS::Ace::SwipeGesture 37 ~SwipeGesture() override = default;
|
H A D | slide_gesture.cpp | 22 RefPtr<GestureRecognizer> Ace::SwipeGesture::CreateRecognizer(WeakPtr<PipelineBase> context) in CreateRecognizer()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/ |
H A D | swipe_gesture.h | 26 class ACE_FORCE_EXPORT SwipeGesture : public Gesture { class 27 DECLARE_ACE_TYPE(SwipeGesture, Gesture); 30 SwipeGesture(int32_t fingers, const SwipeDirection& direction, double speed) in SwipeGesture() function in OHOS::Ace::NG::SwipeGesture 44 ~SwipeGesture() override = default;
|
H A D | swipe_gesture.cpp | 23 RefPtr<NGGestureRecognizer> SwipeGesture::CreateRecognizer() in CreateRecognizer()
|
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/cppview/ |
H A D | gesture.h | 58 class ACE_EXPORT SwipeGesture : public Gesture { class
|
H A D | gesture.cpp | 191 void SwipeGesture::Create(int32_t fingers, const SwipeDirection& swipeDirection, double speed) in Create() 200 auto gesture = AceType::MakeRefPtr<OHOS::Ace::SwipeGesture>(fingersNum, swipeDirection, speedNum); in Create()
|
/foundation/arkui/ace_engine/test/unittest/core/gestures/ |
H A D | tap_gesture_test_ng.cpp | 156 auto swipeGestureNG = AceType::DynamicCast<NG::SwipeGesture>(gestureProcessor->TopGestureNG()); in HWTEST_F()
|
H A D | swipe_recognizer_test_ng.cpp | 826 * @tc.desc: Test SwipeGesture CreateRecognizer function 831 * @tc.steps: step1. create SwipeGesture. in HWTEST_F() 843 SwipeGesture swipeGesture = SwipeGesture(fingersNum, slideDirection, speedNum); in HWTEST_F() 869 * @tc.desc: Test SwipeGesture CreateRecognizer function 874 * @tc.steps: step1. create SwipeGesture. in HWTEST_F() 886 SwipeGesture swipeGesture = SwipeGesture(fingersNum, slideDirection, speedNum); in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | gesture_model_impl.cpp | 102 auto gesture = AceType::MakeRefPtr<SwipeGesture>(fingersNum, slideDirection, speedNum); in Create()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/gesture/ |
H A D | gesture_model_ng.cpp | 161 auto gesture = AceType::MakeRefPtr<NG::SwipeGesture>(fingersNum, slideDirection, speedNum); in Create()
|
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_gesture_ffi.cpp | 263 // SwipeGesture 276 auto gesture = AceType::MakeRefPtr<NG::SwipeGesture>(fingersNum, swipeDirection, speedNum); in FfiOHOSAceFrameworkSwipeGestureCreate()
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_gesture_modifier.cpp | 129 auto swipeGestureObject = AceType::MakeRefPtr<SwipeGesture>(fingers, swipeDirection, speed); in createSwipeGesture() 155 auto swipeGestureObject = AceType::MakeRefPtr<SwipeGesture>(fingers, swipeDirection, speed); in createSwipeGestureByModifier()
|
/foundation/arkui/ace_engine/advanced_ui_component/segmentbutton/interfaces/ |
H A D | segmentbutton.js | 2201 SwipeGesture.create(); 2202 SwipeGesture.onAction((event) => { 2224 SwipeGesture.pop();
|
Completed in 9 milliseconds