Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/interfaces/native/node/
H A Dgesture_impl.cpp389 auto* ndkGesture = new ArkUI_GestureRecognizer{ TAP_GESTURE, nullptr, nullptr, nullptr }; in CreateTapGesture() local
391 count, fingers, ndkGesture); in CreateTapGesture()
392 ndkGesture->gesture = gesture; in CreateTapGesture()
393 return ndkGesture; in CreateTapGesture()
400 auto* ndkGesture = new ArkUI_GestureRecognizer{ TAP_GESTURE, nullptr, nullptr, nullptr }; in CreateTapGestureWithDistanceThreshold() local
402 createTapGestureWithDistanceThreshold(count, fingers, distanceThreshold, ndkGesture); in CreateTapGestureWithDistanceThreshold()
403 ndkGesture->gesture = gesture; in CreateTapGestureWithDistanceThreshold()
404 return ndkGesture; in CreateTapGestureWithDistanceThreshold()
409 auto* ndkGesture = new ArkUI_GestureRecognizer{ LONG_PRESS_GESTURE, nullptr, nullptr, nullptr }; in CreateLongPressGesture() local
412 repeatResult, duration, ndkGesture); in CreateLongPressGesture()
424 auto* ndkGesture = new ArkUI_GestureRecognizer{ PINCH_GESTURE, nullptr, nullptr, nullptr }; CreatePinchGesture() local
434 auto* ndkGesture = new ArkUI_GestureRecognizer{ ROTATION_GESTURE, nullptr, nullptr, nullptr }; CreateRotationGesture() local
449 auto* ndkGesture = new ArkUI_GestureRecognizer{ SWIPE_GESTURE, nullptr, nullptr, nullptr }; CreateSwipeGesture() local
465 auto* ndkGesture = new ArkUI_GestureRecognizer{ PAN_GESTURE, nullptr, nullptr, nullptr }; CreatePanGesture() local
[all...]

Completed in 2 milliseconds