Searched refs:createSwipeGesture (Results 1 - 6 of 6) sorted by relevance
/foundation/arkui/ace_engine/test/unittest/interfaces/ |
H A D | native_gesture_test.cpp | 49 auto swipeGesture = gestureAPI->createSwipeGesture(1, 1, 5); in HWTEST_F() 88 auto swipeGesture = gestureAPI->createSwipeGesture(1, 1, 0.0f); in HWTEST_F()
|
/foundation/arkui/ace_engine/interfaces/native/ |
H A D | native_gesture.h | 763 ArkUI_GestureRecognizer* (*createSwipeGesture)( member
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_gesture_modifier.cpp | 120 ArkUIGesture* createSwipeGesture(ArkUI_Int32 fingers, ArkUI_Int32 directions, ArkUI_Float64 speed, void* userData) in createSwipeGesture() function 793 createSwipeGesture, in GetGestureModifier() 831 createSwipeGesture, in GetCJUIGestureModifier()
|
/foundation/arkui/ace_engine/interfaces/native/node/ |
H A D | gesture_impl.cpp | 451 OHOS::Ace::NodeModel::GetFullImpl()->getNodeModifiers()->getGestureModifier()->createSwipeGesture(fingers, in CreateSwipeGesture()
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/cjui/ |
H A D | cjui_api.h | 1335 ArkUIGesture* (*createSwipeGesture)(
member
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/ |
H A D | arkoala_api.h | 2952 ArkUIGesture* (*createSwipeGesture)( member
|
Completed in 38 milliseconds