Home
last modified time | relevance | path

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 Dtap_gesture.h39 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 DArkGesture.ts18 TAP_GESTURE = 0,
43 super(CommonGestureType.TAP_GESTURE);
H A DArkComponent.ts4856 case CommonGestureType.TAP_GESTURE: {
4953 case CommonGestureType.TAP_GESTURE: {
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dscrollable_event.cpp103 clickRecognizer_->SetRecognizerType(GestureTypeName::TAP_GESTURE); in InitClickRecognizer()
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/
H A Dnative_gesture.h191 TAP_GESTURE = 0, enumerator
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/node/
H A Dgesture_impl.cpp410 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 Dnative__gesture_8h.md51 …rType](_ark_u_i___native_module.md#arkui_gesturerecognizertype) {<br/>[TAP_GESTURE](_ark_u_i___nat…
H A D_ark_u_i___native_module.md151 | [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 Dchangelogs-arkui.md566 if (gestureInfo.type == GestureControl.GestureType.TAP_GESTURE) {
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-gesture-customize-judge.md56 | TAP_GESTURE | 0 | 点击手势|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/layout/
H A Dconstants.h778 TAP_GESTURE = 0, enumerator
/ohos5.0/docs/en/application-dev/reference/apis-arkui/
H A Dnative__gesture_8h.md51 …erType](_ark_u_i___native_module.md#arkui_gesturerecognizertype) {<br>[TAP_GESTURE](_ark_u_i___nat…
H A D_ark_u_i___native_module.md148 | [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 Dts-gesture-customize-judge.md56 | TAP_GESTURE | 0 | Tap gesture.|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.1.5.5/
H A Dchangelogs-arkui.md576 if (gestureInfo.type == GestureControl.GestureType.TAP_GESTURE) {
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DarkComponent.js4464 super(CommonGestureType.TAP_GESTURE);
4841 case CommonGestureType.TAP_GESTURE: {
4938 case CommonGestureType.TAP_GESTURE: {