Home
last modified time | relevance | path

Searched refs:createRotationGesture (Results 1 - 7 of 7) sorted by relevance

/foundation/arkui/ace_engine/test/unittest/interfaces/
H A Dnative_gesture_test.cpp51 auto rotateGesture = gestureAPI->createRotationGesture(2, 90); in HWTEST_F()
/foundation/arkui/ace_engine/interfaces/native/
H A Dnative_gesture.h748 ArkUI_GestureRecognizer* (*createRotationGesture)(int32_t fingersNum, double angleNum); member
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_gesture_modifier.cpp112 ArkUIGesture* createRotationGesture(ArkUI_Int32 fingers, ArkUI_Float64 angle, void* userData) in createRotationGesture() function
792 createRotationGesture, in GetGestureModifier()
830 createRotationGesture, in GetCJUIGestureModifier()
/foundation/arkui/ace_engine/interfaces/native/node/
H A Dgesture_impl.cpp436 OHOS::Ace::NodeModel::GetFullImpl()->getNodeModifiers()->getGestureModifier()->createRotationGesture(fingers, in CreateRotationGesture()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_common_bridge.cpp7351 auto* gesture = GetArkUINodeModifiers()->getGestureModifier()->createRotationGesture(fingers, angle, nullptr); in AddRotationGesture()
7478 auto* gesture = GetArkUINodeModifiers()->getGestureModifier()->createRotationGesture(fingers, angle, nullptr); in AddRotationGestureToGroup()
/foundation/arkui/ace_engine/frameworks/core/interfaces/cjui/
H A Dcjui_api.h1334 ArkUIGesture* (*createRotationGesture)(ArkUI_Int32 fingers, ArkUI_Float64 angle, void* userData); member
/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/
H A Darkoala_api.h2951 ArkUIGesture* (*createRotationGesture)(ArkUI_Int32 fingers, ArkUI_Float64 angle, void* userData); member

Completed in 79 milliseconds