Searched refs:createTapGesture (Results 1 - 6 of 6) sorted by relevance
/foundation/arkui/ace_engine/test/unittest/interfaces/ |
H A D | native_gesture_test.cpp | 34 * @tc.desc: Test createTapGesture function. 45 auto tapGesture = gestureAPI->createTapGesture(1, 1); in HWTEST_F() 46 auto tapGesture1 = gestureAPI->createTapGesture(0, 11); in HWTEST_F() 79 * @tc.desc: Test createTapGesture function.
|
/foundation/arkui/ace_engine/interfaces/native/ |
H A D | native_gesture.h | 674 ArkUI_GestureRecognizer* (*createTapGesture)(int32_t countNum, int32_t fingersNum); member
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_gesture_modifier.cpp | 78 ArkUIGesture* createTapGesture(ArkUI_Int32 count, ArkUI_Int32 fingers, void* userData) in createTapGesture() function 787 createTapGesture, in GetGestureModifier() 826 createTapGesture, in GetCJUIGestureModifier()
|
/foundation/arkui/ace_engine/interfaces/native/node/ |
H A D | gesture_impl.cpp | 390 auto* gesture = OHOS::Ace::NodeModel::GetFullImpl()->getNodeModifiers()->getGestureModifier()->createTapGesture( in CreateTapGesture()
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/cjui/ |
H A D | cjui_api.h | 1329 ArkUIGesture* (*createTapGesture)(ArkUI_Int32 count, ArkUI_Int32 fingers, void* userData);
member
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/ |
H A D | arkoala_api.h | 2944 ArkUIGesture* (*createTapGesture)(ArkUI_Int32 count, ArkUI_Int32 fingers, void* userData); member
|
Completed in 37 milliseconds