Home
last modified time | relevance | path

Searched refs:ArkUI_GestureRecognizerType (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/ui/
H A Dndk-bind-gesture-events.md142 ArkUI_GestureRecognizerType type = gestureApi->getGestureType(longPressGesture);
144 … "onPanActionCallBack longPressGesture,ArkUI_GestureRecognizerType%{public}d", type);
185 ArkUI_GestureRecognizerType type = gestureApi->getGestureType(swipeGesture);
187 "onPanActionCallBack, ArkUI_GestureRecognizerType %{public}d", type);
279 ArkUI_GestureRecognizerType type = gestureApi->getGestureType(longPressGesture);
281 "onPanActionCallBack,ArkUI_GestureRecognizerType%{public}d", type);
323 ArkUI_GestureRecognizerType type = gestureApi->getGestureType(swipeGesture);
325 "onPanActionCallBack, ArkUI_GestureRecognizerType %{public}d", type);
416 ArkUI_GestureRecognizerType type = gestureApi->getGestureType(panGesture);
418 … "onPanActionCallBack panGesture, ArkUI_GestureRecognizerType %{public}d", type);
[all …]
/ohos5.0/docs/en/application-dev/ui/
H A Dndk-bind-gesture-events.md142 ArkUI_GestureRecognizerType type = gestureApi->getGestureType(longPressGesture);
144 … "onPanActionCallBack longPressGesture,ArkUI_GestureRecognizerType%{public}d", type);
185 ArkUI_GestureRecognizerType type = gestureApi->getGestureType(swipeGesture);
187 "onPanActionCallBack, ArkUI_GestureRecognizerType %{public}d", type);
279 ArkUI_GestureRecognizerType type = gestureApi->getGestureType(longPressGesture);
281 "onPanActionCallBack,ArkUI_GestureRecognizerType%{public}d", type);
323 ArkUI_GestureRecognizerType type = gestureApi->getGestureType(swipeGesture);
325 "onPanActionCallBack, ArkUI_GestureRecognizerType %{public}d", type);
416 ArkUI_GestureRecognizerType type = gestureApi->getGestureType(panGesture);
418 … "onPanActionCallBack panGesture, ArkUI_GestureRecognizerType %{public}d", type);
[all …]
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/
H A Dnative_gesture.h210 } ArkUI_GestureRecognizerType; typedef
862 ArkUI_GestureRecognizerType (*getGestureType)(ArkUI_GestureRecognizer* recognizer);
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/
H A D_ark_u_i___native_gesture_a_p_i__1.md36 | [ArkUI_GestureRecognizerType](_ark_u_i___native_module.md#arkui_gesturerecognizertype)(\* [getGes…
277 ArkUI_GestureRecognizerType(* ArkUI_NativeGestureAPI_1::getGestureType) (ArkUI_GestureRecognizer *r…
H A Dnative__gesture_8h.md51 | [ArkUI_GestureRecognizerType](_ark_u_i___native_module.md#arkui_gesturerecognizertype) {<br/>[TAP…
H A D_ark_u_i___native_module.md151 | [ArkUI_GestureRecognizerType](#arkui_gesturerecognizertype) {<br/>TAP_GESTURE = 0, LONG_PRESS_GES…
2402 ### ArkUI_GestureRecognizerType subsection
2405 enum ArkUI_GestureRecognizerType
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/node/
H A Dgesture_impl.h51 ArkUI_GestureRecognizerType GetGestureType(ArkUI_GestureRecognizer* recognizer);
H A Dgesture_impl.cpp520 ArkUI_GestureRecognizerType GetGestureType(ArkUI_GestureRecognizer* recognizer) in GetGestureType()
522 return static_cast<ArkUI_GestureRecognizerType>(recognizer->type); in GetGestureType()
/ohos5.0/docs/en/application-dev/reference/apis-arkui/
H A D_ark_u_i___native_gesture_a_p_i__1.md36 | [ArkUI_GestureRecognizerType](_ark_u_i___native_module.md#arkui_gesturerecognizertype)(\* [getGes…
277 ArkUI_GestureRecognizerType(* ArkUI_NativeGestureAPI_1::getGestureType) (ArkUI_GestureRecognizer *r…
H A Dnative__gesture_8h.md51 | [ArkUI_GestureRecognizerType](_ark_u_i___native_module.md#arkui_gesturerecognizertype) {<br>[TAP_…
H A D_ark_u_i___native_module.md148 | [ArkUI_GestureRecognizerType](#arkui_gesturerecognizertype) {<br>TAP_GESTURE = 0, LONG_PRESS_GEST…
2356 ### ArkUI_GestureRecognizerType subsection
2359 enum ArkUI_GestureRecognizerType