Home
last modified time | relevance | path

Searched refs:SwipeGesture (Results 1 - 13 of 13) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/gestures/
H A Dslide_gesture.h26 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 Dslide_gesture.cpp22 RefPtr<GestureRecognizer> Ace::SwipeGesture::CreateRecognizer(WeakPtr<PipelineBase> context) in CreateRecognizer()
/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/
H A Dswipe_gesture.h26 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 Dswipe_gesture.cpp23 RefPtr<NGGestureRecognizer> SwipeGesture::CreateRecognizer() in CreateRecognizer()
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/cppview/
H A Dgesture.h58 class ACE_EXPORT SwipeGesture : public Gesture { class
H A Dgesture.cpp191 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 Dtap_gesture_test_ng.cpp156 auto swipeGestureNG = AceType::DynamicCast<NG::SwipeGesture>(gestureProcessor->TopGestureNG()); in HWTEST_F()
H A Dswipe_recognizer_test_ng.cpp826 * @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 Dgesture_model_impl.cpp102 auto gesture = AceType::MakeRefPtr<SwipeGesture>(fingersNum, slideDirection, speedNum); in Create()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/gesture/
H A Dgesture_model_ng.cpp161 auto gesture = AceType::MakeRefPtr<NG::SwipeGesture>(fingersNum, slideDirection, speedNum); in Create()
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_gesture_ffi.cpp263 // SwipeGesture
276 auto gesture = AceType::MakeRefPtr<NG::SwipeGesture>(fingersNum, swipeDirection, speedNum); in FfiOHOSAceFrameworkSwipeGestureCreate()
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_gesture_modifier.cpp129 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 Dsegmentbutton.js2201 SwipeGesture.create();
2202 SwipeGesture.onAction((event) => {
2224 SwipeGesture.pop();

Completed in 10 milliseconds