Home
last modified time | relevance | path

Searched refs:ROTATION_GESTURE (Results 1 - 9 of 9) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/
H A Drotation_gesture.h37 gestureInfo_->SetType(GestureTypeName::ROTATION_GESTURE); in RotationGesture()
38 gestureInfo_->SetRecognizerType(GestureTypeName::ROTATION_GESTURE); in RotationGesture()
41 MakeRefPtr<GestureInfo>(GestureTypeName::ROTATION_GESTURE, GestureTypeName::ROTATION_GESTURE, false); in RotationGesture()
H A Drotation_gesture.cpp33 gestureInfo_->SetType(GestureTypeName::ROTATION_GESTURE); in RotationGesture()
34 gestureInfo_->SetRecognizerType(GestureTypeName::ROTATION_GESTURE); in RotationGesture()
37 MakeRefPtr<GestureInfo>(GestureTypeName::ROTATION_GESTURE, GestureTypeName::ROTATION_GESTURE, false); in RotationGesture()
/foundation/arkui/ace_engine/interfaces/native/
H A Dnative_gesture.h203 ROTATION_GESTURE, enumerator
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/functions/
H A Djs_gesture_judge_function.cpp152 case OHOS::Ace::GestureTypeName::ROTATION_GESTURE: { in SetUniqueAttributes()
/foundation/arkui/ace_engine/frameworks/core/components/common/layout/
H A Dconstants.h787 ROTATION_GESTURE = 5, member in OHOS::Ace::GestureTypeName
/foundation/arkui/ace_engine/interfaces/native/node/
H A Dgesture_impl.cpp434 auto* ndkGesture = new ArkUI_GestureRecognizer{ ROTATION_GESTURE, nullptr, nullptr, nullptr }; in CreateRotationGesture()
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_gesture_modifier.cpp341 case OHOS::Ace::GestureTypeName::ROTATION_GESTURE: { in GetUniqueGestureEvent()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DarkComponent.js4328 CommonGestureType[CommonGestureType['ROTATION_GESTURE'] = 5] = 'ROTATION_GESTURE';
4505 super(CommonGestureType.ROTATION_GESTURE);
4742 case CommonGestureType.ROTATION_GESTURE: {
4816 case CommonGestureType.ROTATION_GESTURE: {
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_common_bridge.cpp6085 case OHOS::Ace::GestureTypeName::ROTATION_GESTURE: { in SetUniqueAttributes()

Completed in 44 milliseconds