Searched refs:addGestureToNode (Results 1 - 6 of 6) sorted by relevance
/foundation/arkui/ace_engine/test/unittest/interfaces/ |
H A D | native_gesture_test.cpp | 63 auto ret = gestureAPI->addGestureToNode(gestureNode, group, PRIORITY, NORMAL_GESTURE_MASK); in HWTEST_F()
|
/foundation/arkui/ace_engine/interfaces/native/ |
H A D | native_gesture.h | 829 int32_t (*addGestureToNode)( member
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_gesture_modifier.cpp | 472 void addGestureToNode(ArkUINodeHandle node, ArkUIGesture* gesture, ArkUI_Int32 priorityNum, ArkUI_Int32 mask) in addGestureToNode() function 800 addGestureToNode, in GetGestureModifier() 838 addGestureToNode, in GetCJUIGestureModifier()
|
/foundation/arkui/ace_engine/interfaces/native/node/ |
H A D | gesture_impl.cpp | 500 OHOS::Ace::NodeModel::GetFullImpl()->getNodeModifiers()->getGestureModifier()->addGestureToNode( in AddGestureToNode()
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/cjui/ |
H A D | cjui_api.h | 1344 void (*addGestureToNode)(ArkUINodeHandle node, ArkUIGesture* gesture, ArkUI_Int32 priorityNum, ArkUI_Int32 mask);
member
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/ |
H A D | arkoala_api.h | 2961 void (*addGestureToNode)(ArkUINodeHandle node, ArkUIGesture* gesture, ArkUI_Int32 priorityNum, ArkUI_Int32 mask); member
|
Completed in 37 milliseconds