Searched refs:createRotationGesture (Results 1 – 11 of 11) sorted by relevance
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/ |
H A D | _ark_u_i___native_gesture_a_p_i__1.md | 26 | ArkUI_GestureRecognizer \*(\* [createRotationGesture](#createrotationgesture) )(int32_t fingersNu… 172 ### createRotationGesture subsection 175 ArkUI_GestureRecognizer*(* ArkUI_NativeGestureAPI_1::createRotationGesture) (int32_t fingersNum, do…
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/interfaces/ |
H A D | native_gesture_test.cpp | 51 auto rotateGesture = gestureAPI->createRotationGesture(2, 90);
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/ |
H A D | _ark_u_i___native_gesture_a_p_i__1.md | 26 | ArkUI_GestureRecognizer \*(\* [createRotationGesture](#createrotationgesture) )(int32_t fingersNu… 172 ### createRotationGesture subsection 175 ArkUI_GestureRecognizer*(* ArkUI_NativeGestureAPI_1::createRotationGesture) (int32_t fingersNum, do…
|
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/ |
H A D | native_gesture.h | 748 ArkUI_GestureRecognizer* (*createRotationGesture)(int32_t fingersNum, double angleNum); member
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_gesture_modifier.cpp | 115 ArkUIGesture* createRotationGesture(ArkUI_Int32 fingers, ArkUI_Float64 angle, void* userData) in createRotationGesture() function 795 createRotationGesture, in GetGestureModifier() 833 createRotationGesture, in GetCJUIGestureModifier()
|
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/node/ |
H A D | gesture_impl.cpp | 457 …:NodeModel::GetFullImpl()->getNodeModifiers()->getGestureModifier()->createRotationGesture(fingers, in CreateRotationGesture()
|
/ohos5.0/docs/zh-cn/application-dev/ui/ |
H A D | ndk-bind-gesture-events.md | 87 ArkUI_GestureRecognizer* (*createRotationGesture)(int32_t fingersNum, double angleNum);
|
/ohos5.0/docs/en/application-dev/ui/ |
H A D | ndk-bind-gesture-events.md | 87 ArkUI_GestureRecognizer* (*createRotationGesture)(int32_t fingersNum, double angleNum);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/cjui/ |
H A D | cjui_api.h | 1314 … ArkUIGesture* (*createRotationGesture)(ArkUI_Int32 fingers, ArkUI_Float64 angle, void* userData); member
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_common_bridge.cpp | 7658 …auto* gesture = GetArkUINodeModifiers()->getGestureModifier()->createRotationGesture(fingers, angl… in AddRotationGesture() 7785 …auto* gesture = GetArkUINodeModifiers()->getGestureModifier()->createRotationGesture(fingers, angl… in AddRotationGestureToGroup()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/ |
H A D | arkoala_api.h | 2981 … ArkUIGesture* (*createRotationGesture)(ArkUI_Int32 fingers, ArkUI_Float64 angle, void* userData); member
|