Home
last modified time | relevance | path

Searched refs:createTapGesture (Results 1 - 6 of 6) sorted by relevance

/foundation/arkui/ace_engine/test/unittest/interfaces/
H A Dnative_gesture_test.cpp34 * @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 Dnative_gesture.h674 ArkUI_GestureRecognizer* (*createTapGesture)(int32_t countNum, int32_t fingersNum); member
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_gesture_modifier.cpp78 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 Dgesture_impl.cpp390 auto* gesture = OHOS::Ace::NodeModel::GetFullImpl()->getNodeModifiers()->getGestureModifier()->createTapGesture( in CreateTapGesture()
/foundation/arkui/ace_engine/frameworks/core/interfaces/cjui/
H A Dcjui_api.h1329 ArkUIGesture* (*createTapGesture)(ArkUI_Int32 count, ArkUI_Int32 fingers, void* userData); member
/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/
H A Darkoala_api.h2944 ArkUIGesture* (*createTapGesture)(ArkUI_Int32 count, ArkUI_Int32 fingers, void* userData); member

Completed in 37 milliseconds