Home
last modified time | relevance | path

Searched refs:getGestureType (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/ui/
H A Dndk-bind-gesture-events.md141 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 …]
/ohos5.0/docs/en/application-dev/ui/
H A Dndk-bind-gesture-events.md141 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 …]
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/
H A D_ark_u_i___native_gesture_a_p_i__1.md36 …erType](_ark_u_i___native_module.md#arkui_gesturerecognizertype)(\* [getGestureType](#getgesturety…
274 ### getGestureType subsection
277 ArkUI_GestureRecognizerType(* ArkUI_NativeGestureAPI_1::getGestureType) (ArkUI_GestureRecognizer *r…
/ohos5.0/docs/en/application-dev/reference/apis-arkui/
H A D_ark_u_i___native_gesture_a_p_i__1.md36 …erType](_ark_u_i___native_module.md#arkui_gesturerecognizertype)(\* [getGestureType](#getgesturety…
274 ### getGestureType subsection
277 ArkUI_GestureRecognizerType(* ArkUI_NativeGestureAPI_1::getGestureType) (ArkUI_GestureRecognizer *r…
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/
H A Dnative_gesture.h862 ArkUI_GestureRecognizerType (*getGestureType)(ArkUI_GestureRecognizer* recognizer); member