Home
last modified time | relevance | path

Searched refs:PAN_GESTURE (Results 1 - 15 of 15) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/
H A Dpan_gesture.h40 gestureInfo_->SetType(GestureTypeName::PAN_GESTURE); in PanGesture()
41 gestureInfo_->SetRecognizerType(GestureTypeName::PAN_GESTURE); in PanGesture()
43 gestureInfo_ = MakeRefPtr<GestureInfo>(GestureTypeName::PAN_GESTURE, GestureTypeName::PAN_GESTURE, false); in PanGesture()
50 gestureInfo_->SetType(GestureTypeName::PAN_GESTURE); in PanGesture()
51 gestureInfo_->SetRecognizerType(GestureTypeName::PAN_GESTURE); in PanGesture()
53 gestureInfo_ = MakeRefPtr<GestureInfo>(GestureTypeName::PAN_GESTURE, GestureTypeName::PAN_GESTURE, false); in PanGesture()
/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dpan_event.cpp130 panRecognizer_->SetRecognizerType(GestureTypeName::PAN_GESTURE); in OnCollectTouchTarget()
/foundation/arkui/ace_engine/test/unittest/core/base/
H A Dframe_node_test_ng_coverage_new.cpp237 recognizer->SetRecognizerType(GestureTypeName::PAN_GESTURE); in HWTEST_F()
249 recognizer2->SetRecognizerType(GestureTypeName::PAN_GESTURE); in HWTEST_F()
/foundation/arkui/ace_engine/interfaces/native/
H A Dnative_gesture.h197 PAN_GESTURE, enumerator
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/functions/
H A Djs_gesture_judge_function.cpp125 case OHOS::Ace::GestureTypeName::PAN_GESTURE: { in SetUniqueAttributes()
/foundation/arkui/ace_engine/frameworks/core/components/common/layout/
H A Dconstants.h784 PAN_GESTURE = 2, member in OHOS::Ace::GestureTypeName
/foundation/arkui/ace_engine/interfaces/native/node/
H A Dgesture_impl.cpp465 auto* ndkGesture = new ArkUI_GestureRecognizer{ PAN_GESTURE, nullptr, nullptr, nullptr }; in CreatePanGesture()
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_gesture_modifier.cpp321 case OHOS::Ace::GestureTypeName::PAN_GESTURE: { in GetUniqueGestureEvent()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll/inner/
H A Dscroll_bar.cpp681 panRecognizer_->SetRecognizerType(GestureTypeName::PAN_GESTURE); in OnCollectTouchTarget()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable.cpp1328 panRecognizerNG_->SetRecognizerType(GestureTypeName::PAN_GESTURE); in OnCollectTouchTarget()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll_bar/
H A Dscroll_bar_pattern.cpp808 panRecognizer_->SetRecognizerType(GestureTypeName::PAN_GESTURE); in OnCollectTouchTarget()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.cpp6578 gestureHub->SetPanEventType(GestureTypeName::PAN_GESTURE);
6583 if (gestureInfo->GetType() == GestureTypeName::PAN_GESTURE &&
6588 CHECK_NULL_RETURN(gestureInfo->GetType() != GestureTypeName::PAN_GESTURE, GestureJudgeResult::REJECT);
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dframe_node.cpp5532 if (!item->IsSystemGesture() || item->GetRecognizerType() != GestureTypeName::PAN_GESTURE) { in TriggerShouldParallelInnerWith()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DarkComponent.js4325 CommonGestureType[CommonGestureType['PAN_GESTURE'] = 2] = 'PAN_GESTURE';
4398 super(CommonGestureType.PAN_GESTURE);
4722 case CommonGestureType.PAN_GESTURE: {
4796 case CommonGestureType.PAN_GESTURE: {
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_common_bridge.cpp6061 case OHOS::Ace::GestureTypeName::PAN_GESTURE: { in SetUniqueAttributes()

Completed in 71 milliseconds