Searched refs:getGestureType (Results 1 – 5 of 5) sorted by relevance
141 if (gestureApi->getGestureType) {142 ArkUI_GestureRecognizerType type = gestureApi->getGestureType(longPressGesture);184 if (gestureApi->getGestureType) {185 ArkUI_GestureRecognizerType type = gestureApi->getGestureType(swipeGesture);278 if (gestureApi->getGestureType) {322 if (gestureApi->getGestureType) {323 ArkUI_GestureRecognizerType type = gestureApi->getGestureType(swipeGesture);415 if (gestureApi->getGestureType) {416 ArkUI_GestureRecognizerType type = gestureApi->getGestureType(panGesture);459 if (gestureApi->getGestureType) {[all …]
36 …erType](_ark_u_i___native_module.md#arkui_gesturerecognizertype)(\* [getGestureType](#getgesturety…274 ### getGestureType subsection277 ArkUI_GestureRecognizerType(* ArkUI_NativeGestureAPI_1::getGestureType) (ArkUI_GestureRecognizer *r…
862 ArkUI_GestureRecognizerType (*getGestureType)(ArkUI_GestureRecognizer* recognizer); member