Searched refs:TAP_GESTURE (Results 1 – 16 of 16) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/ |
H A D | tap_gesture.h | 39 gestureInfo_->SetType(GestureTypeName::TAP_GESTURE); in TapGesture() 40 gestureInfo_->SetRecognizerType(GestureTypeName::TAP_GESTURE); in TapGesture() 42 …gestureInfo_ = MakeRefPtr<GestureInfo>(GestureTypeName::TAP_GESTURE, GestureTypeName::TAP_GESTURE,… in TapGesture() 49 gestureInfo_->SetType(GestureTypeName::TAP_GESTURE); 50 gestureInfo_->SetRecognizerType(GestureTypeName::TAP_GESTURE); 52 …gestureInfo_ = MakeRefPtr<GestureInfo>(GestureTypeName::TAP_GESTURE, GestureTypeName::TAP_GESTURE,…
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/ |
H A D | ArkGesture.ts | 18 TAP_GESTURE = 0, 43 super(CommonGestureType.TAP_GESTURE);
|
H A D | ArkComponent.ts | 4856 case CommonGestureType.TAP_GESTURE: { 4953 case CommonGestureType.TAP_GESTURE: {
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/ |
H A D | scrollable_event.cpp | 103 clickRecognizer_->SetRecognizerType(GestureTypeName::TAP_GESTURE); in InitClickRecognizer()
|
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/ |
H A D | native_gesture.h | 191 TAP_GESTURE = 0, enumerator
|
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/node/ |
H A D | gesture_impl.cpp | 410 auto* ndkGesture = new ArkUI_GestureRecognizer{ TAP_GESTURE, nullptr, nullptr, nullptr }; in CreateTapGesture() 421 auto* ndkGesture = new ArkUI_GestureRecognizer{ TAP_GESTURE, nullptr, nullptr, nullptr }; in CreateTapGestureWithDistanceThreshold()
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/ |
H A D | native__gesture_8h.md | 51 …rType](_ark_u_i___native_module.md#arkui_gesturerecognizertype) {<br/>[TAP_GESTURE](_ark_u_i___nat…
|
H A D | _ark_u_i___native_module.md | 151 | [ArkUI_GestureRecognizerType](#arkui_gesturerecognizertype) {<br/>TAP_GESTURE = 0, LONG_PRESS_GES… 2415 | TAP_GESTURE | 敲击手势。 |
|
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_4.1.5.5/ |
H A D | changelogs-arkui.md | 566 if (gestureInfo.type == GestureControl.GestureType.TAP_GESTURE) {
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-gesture-customize-judge.md | 56 | TAP_GESTURE | 0 | 点击手势|
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/layout/ |
H A D | constants.h | 778 TAP_GESTURE = 0, enumerator
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/ |
H A D | native__gesture_8h.md | 51 …erType](_ark_u_i___native_module.md#arkui_gesturerecognizertype) {<br>[TAP_GESTURE](_ark_u_i___nat…
|
H A D | _ark_u_i___native_module.md | 148 | [ArkUI_GestureRecognizerType](#arkui_gesturerecognizertype) {<br>TAP_GESTURE = 0, LONG_PRESS_GEST… 2369 | TAP_GESTURE | Tap. |
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-gesture-customize-judge.md | 56 | TAP_GESTURE | 0 | Tap gesture.|
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.1.5.5/ |
H A D | changelogs-arkui.md | 576 if (gestureInfo.type == GestureControl.GestureType.TAP_GESTURE) {
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/ |
H A D | arkComponent.js | 4464 super(CommonGestureType.TAP_GESTURE); 4841 case CommonGestureType.TAP_GESTURE: { 4938 case CommonGestureType.TAP_GESTURE: {
|