Home
last modified time | relevance | path

Searched refs:ArkUI_GestureInterruptInfo (Results 1 - 4 of 4) sorted by relevance

/foundation/arkui/ace_engine/interfaces/native/
H A Dnative_gesture.h57 typedef struct ArkUI_GestureInterruptInfo ArkUI_GestureInterruptInfo; typedef
292 bool OH_ArkUI_GestureInterruptInfo_GetSystemFlag(const ArkUI_GestureInterruptInfo* event);
301 ArkUI_GestureRecognizer* OH_ArkUI_GestureInterruptInfo_GetRecognizer(const ArkUI_GestureInterruptInfo* event);
310 ArkUI_GestureEvent* OH_ArkUI_GestureInterruptInfo_GetGestureEvent(const ArkUI_GestureInterruptInfo* event);
320 int32_t OH_ArkUI_GestureInterruptInfo_GetSystemRecognizerType(const ArkUI_GestureInterruptInfo* event);
471 int32_t OH_ArkUI_GetResponseRecognizersFromInterruptInfo(const ArkUI_GestureInterruptInfo* event,
854 ArkUI_NodeHandle node, ArkUI_GestureInterruptResult (*interrupter)(ArkUI_GestureInterruptInfo* info));
/foundation/arkui/ace_engine/interfaces/native/node/
H A Dgesture_impl.cpp50 struct ArkUI_GestureInterruptInfo { struct
164 bool OH_ArkUI_GestureInterruptInfo_GetSystemFlag(const ArkUI_GestureInterruptInfo* event) in OH_ArkUI_GestureInterruptInfo_GetSystemFlag()
169 ArkUI_GestureRecognizer* OH_ArkUI_GestureInterruptInfo_GetRecognizer(const ArkUI_GestureInterruptInfo* event) in OH_ArkUI_GestureInterruptInfo_GetRecognizer()
174 ArkUI_GestureEvent* OH_ArkUI_GestureInterruptInfo_GetGestureEvent(const ArkUI_GestureInterruptInfo* event) in OH_ArkUI_GestureInterruptInfo_GetGestureEvent()
189 int32_t OH_ArkUI_GestureInterruptInfo_GetSystemRecognizerType(const ArkUI_GestureInterruptInfo* event) in OH_ArkUI_GestureInterruptInfo_GetSystemRecognizerType()
198 const ArkUI_GestureInterruptInfo* event, ArkUI_GestureRecognizerHandleArray* responseChain, int32_t* count) in OH_ArkUI_GetResponseRecognizersFromInterruptInfo()
574 ArkUI_NodeHandle node, ArkUI_GestureInterruptResult (*interrupter)(ArkUI_GestureInterruptInfo* info)) in SetGestureInterrupterToNode()
H A Dgesture_impl.h62 ArkUI_NodeHandle node, ArkUI_GestureInterruptResult (*interrupter)(ArkUI_GestureInterruptInfo* info));
/foundation/arkui/ace_engine/test/unittest/interfaces/
H A Dnative_gesture_test.cpp59 auto onInterruptCallback = [](ArkUI_GestureInterruptInfo* info) -> ArkUI_GestureInterruptResult { in HWTEST_F()

Completed in 4 milliseconds