Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/test/unittest/interfaces/
H A Dnative_gesture_test.cpp47 auto longPressGesture = gestureAPI->createLongPressGesture(1, true, 500); in HWTEST_F()
/foundation/arkui/ace_engine/interfaces/native/
H A Dnative_gesture.h697 ArkUI_GestureRecognizer* (*createLongPressGesture)(int32_t fingersNum, bool repeatResult, int32_t durationNum); member
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_gesture_modifier.cpp96 ArkUIGesture* createLongPressGesture(ArkUI_Int32 fingers, bool repeat, ArkUI_Int32 duration, void* userData) in createLongPressGesture() function
789 createLongPressGesture, in GetGestureModifier()
827 createLongPressGesture, in GetCJUIGestureModifier()
/foundation/arkui/ace_engine/interfaces/native/node/
H A Dgesture_impl.cpp411 OHOS::Ace::NodeModel::GetFullImpl()->getNodeModifiers()->getGestureModifier()->createLongPressGesture(fingers, in CreateLongPressGesture()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_common_bridge.cpp7246 auto* gesture = GetArkUINodeModifiers()->getGestureModifier()->createLongPressGesture( in AddLongPressGesture()
7401 auto* gesture = GetArkUINodeModifiers()->getGestureModifier()->createLongPressGesture( in AddLongPressGestureToGroup()
/foundation/arkui/ace_engine/frameworks/core/interfaces/cjui/
H A Dcjui_api.h1330 ArkUIGesture* (*createLongPressGesture)(ArkUI_Int32 fingers, bool repeat, ArkUI_Int32 duration, void* userData); member
/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/
H A Darkoala_api.h2947 ArkUIGesture* (*createLongPressGesture)(ArkUI_Int32 fingers, bool repeat, ArkUI_Int32 duration, void* userData); member

Completed in 55 milliseconds