Home
last modified time | relevance | path

Searched refs:PINCH_GESTURE (Results 1 - 8 of 8) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/
H A Dpinch_gesture.h37 gestureInfo_->SetType(GestureTypeName::PINCH_GESTURE); in PinchGesture()
38 gestureInfo_->SetRecognizerType(GestureTypeName::PINCH_GESTURE); in PinchGesture()
41 MakeRefPtr<GestureInfo>(GestureTypeName::PINCH_GESTURE, GestureTypeName::PINCH_GESTURE, false); in PinchGesture()
/foundation/arkui/ace_engine/interfaces/native/
H A Dnative_gesture.h200 PINCH_GESTURE, enumerator
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/functions/
H A Djs_gesture_judge_function.cpp141 case OHOS::Ace::GestureTypeName::PINCH_GESTURE: { in SetUniqueAttributes()
/foundation/arkui/ace_engine/frameworks/core/components/common/layout/
H A Dconstants.h785 PINCH_GESTURE = 3, member in OHOS::Ace::GestureTypeName
/foundation/arkui/ace_engine/interfaces/native/node/
H A Dgesture_impl.cpp424 auto* ndkGesture = new ArkUI_GestureRecognizer{ PINCH_GESTURE, nullptr, nullptr, nullptr }; in CreatePinchGesture()
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_gesture_modifier.cpp332 case OHOS::Ace::GestureTypeName::PINCH_GESTURE: { in GetUniqueGestureEvent()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DarkComponent.js4327 CommonGestureType[CommonGestureType['PINCH_GESTURE'] = 4] = 'PINCH_GESTURE';
4465 super(CommonGestureType.PINCH_GESTURE);
4735 case CommonGestureType.PINCH_GESTURE: {
4809 case CommonGestureType.PINCH_GESTURE: {
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_common_bridge.cpp6074 case OHOS::Ace::GestureTypeName::PINCH_GESTURE: { in SetUniqueAttributes()

Completed in 45 milliseconds