Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/test/unittest/interfaces/
H A Dnative_gesture_test.cpp48 auto panGesture = gestureAPI->createPanGesture(1, GESTURE_DIRECTION_DOWN, 5); in HWTEST_F()
90 auto panGesture = gestureAPI->createPanGesture(0, GESTURE_DIRECTION_DOWN, 5); in HWTEST_F()
/foundation/arkui/ace_engine/interfaces/native/
H A Dnative_gesture.h714 ArkUI_GestureRecognizer* (*createPanGesture)( member
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_gesture_modifier.cpp40 ArkUIGesture* createPanGesture(ArkUI_Int32 fingers, ArkUI_Int32 direction, ArkUI_Float64 distance, void* userData) in createPanGesture() function
790 createPanGesture, in GetGestureModifier()
828 createPanGesture, in GetCJUIGestureModifier()
/foundation/arkui/ace_engine/interfaces/native/node/
H A Dgesture_impl.cpp466 auto* gesture = OHOS::Ace::NodeModel::GetFullImpl()->getNodeModifiers()->getGestureModifier()->createPanGesture( in CreatePanGesture()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_common_bridge.cpp7273 auto* gesture = GetArkUINodeModifiers()->getGestureModifier()->createPanGesture( in AddPanGesture()
7421 auto* gesture = GetArkUINodeModifiers()->getGestureModifier()->createPanGesture( in AddPanGestureToGroup()
/foundation/arkui/ace_engine/frameworks/core/interfaces/cjui/
H A Dcjui_api.h1331 ArkUIGesture* (*createPanGesture)( member
/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/
H A Darkoala_api.h2948 ArkUIGesture* (*createPanGesture)( member

Completed in 54 milliseconds