Home
last modified time | relevance | path

Searched refs:GestureControl (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-gesture-customize-judge.md45 | type | [GestureControl.GestureType](#gesturetype11) | 手势类型。<br/>**说明:**<br/> 当手势为未暴露…
212 if (gestureInfo.type == GestureControl.GestureType.LONG_PRESS_GESTURE) {
217 if (gestureInfo.type == GestureControl.GestureType.SWIPE_GESTURE) {
222 if (gestureInfo.type == GestureControl.GestureType.PAN_GESTURE) {
227 if (gestureInfo.type == GestureControl.GestureType.DRAG) {
287 if (gestureInfo.type == GestureControl.GestureType.LONG_PRESS_GESTURE) {
H A Dts-gesture-blocking-enhancement.md75 getType(): GestureControl.GestureType
87 | [GestureControl.GestureType](ts-gesture-customize-judge.md#gesturetype11) | 当前手势识别器的类型。 |
412 …etId() == "inner" && others[i].isBuiltIn() && others[i].getType() == GestureControl.GestureType.PA…
425 …et.getId() == "outer" && current.isBuiltIn() && current.getType() == GestureControl.GestureType.PA…
560 …if (target && current.isBuiltIn() && current.getType() == GestureControl.GestureType.PAN_GESTURE) {
/ohos5.0/docs/zh-cn/application-dev/ui/
H A Darkts-gesture-events-gesture-judge.md58 if (gestureInfo.type == GestureControl.GestureType.LONG_PRESS_GESTURE) {
111 if (gestureInfo.type == GestureControl.GestureType.LONG_PRESS_GESTURE) {
160 …etId() == "inner" && others[i].isBuiltIn() && others[i].getType() == GestureControl.GestureType.PA…
175 …if (target.getId() == "outer" && current.isBuiltIn() && current.getType() == GestureControl.Gestur…
304 …etId() == "inner" && others[i].isBuiltIn() && others[i].getType() == GestureControl.GestureType.PA…
314 …et.getId() == "outer" && current.isBuiltIn() && current.getType() == GestureControl.GestureType.PA…
/ohos5.0/docs/en/application-dev/ui/
H A Darkts-gesture-events-gesture-judge.md58 if (gestureInfo.type == GestureControl.GestureType.LONG_PRESS_GESTURE) {
111 if (gestureInfo.type == GestureControl.GestureType.LONG_PRESS_GESTURE) {
160 …etId() == "inner" && others[i].isBuiltIn() && others[i].getType() == GestureControl.GestureType.PA…
175 …if (target.getId() == "outer" && current.isBuiltIn() && current.getType() == GestureControl.Gestur…
304 …etId() == "inner" && others[i].isBuiltIn() && others[i].getType() == GestureControl.GestureType.PA…
314 …et.getId() == "outer" && current.isBuiltIn() && current.getType() == GestureControl.GestureType.PA…
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-gesture-customize-judge.md45 | type | [GestureControl.GestureType](#gesturetype11) | Gesture type.<br>**NOTE**<br> …
212 if (gestureInfo.type == GestureControl.GestureType.LONG_PRESS_GESTURE) {
217 if (gestureInfo.type == GestureControl.GestureType.SWIPE_GESTURE) {
222 if (gestureInfo.type == GestureControl.GestureType.PAN_GESTURE) {
227 if (gestureInfo.type == GestureControl.GestureType.DRAG) {
287 if (gestureInfo.type == GestureControl.GestureType.LONG_PRESS_GESTURE) {
H A Dts-gesture-blocking-enhancement.md75 getType(): GestureControl.GestureType
87 | [GestureControl.GestureType](ts-gesture-customize-judge.md#gesturetype11) | Type of the current g…
412 …etId() == "inner" && others[i].isBuiltIn() && others[i].getType() == GestureControl.GestureType.PA…
425 …et.getId() == "outer" && current.isBuiltIn() && current.getType() == GestureControl.GestureType.PA…
560 …if (target && current.isBuiltIn() && current.getType() == GestureControl.GestureType.PAN_GESTURE) {
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DjsEnumStyle.js1729 var GestureControl; variable
1730 (function (GestureControl) {
1741 })(GestureType = GestureControl.GestureType || (GestureControl.GestureType = {}));
1742 })(GestureControl || (GestureControl = {}));
/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/en/release-notes/changelogs/OpenHarmony_4.1.5.5/
H A Dchangelogs-arkui.md576 if (gestureInfo.type == GestureControl.GestureType.TAP_GESTURE) {