共用方式為


AccessibilityGesture 列舉

定義

列舉數種類型所傳回的值。

public enum AccessibilityGesture
type AccessibilityGesture = 
繼承
AccessibilityGesture

欄位

DoubleTap 17
DoubleTapAndHold 18
FourFingerDoubleTap 38
FourFingerDoubleTapAndHold 42
FourFingerSingleTap 37
FourFingerSwipeDown 34
FourFingerSwipeLeft 35
FourFingerSwipeRight 36
FourFingerSwipeUp 33
FourFingerTripleTap 39
SwipeDown 2

使用者已在觸摸屏上執行向下撥動手勢。

SwipeDownAndLeft 15

使用者已在觸摸屏上執行向下和左手勢。

SwipeDownAndRight 16

使用者已在觸摸屏上執行向下和右手勢。

SwipeDownAndUp 8

使用者已在觸摸屏上執行向下撥動和向上手勢。

SwipeLeft 3

使用者已在觸摸屏上執行撥動左手勢。

SwipeLeftAndDown 10

使用者已在觸摸屏上執行左側和向下手勢。

SwipeLeftAndRight 5

使用者已在觸摸屏上執行向左和向右撥動手勢。

SwipeLeftAndUp 9

使用者已在觸摸屏上執行左側和向上手勢。

SwipeRight 4

使用者已在觸摸屏上執行撥動右手勢。

SwipeRightAndDown 12

使用者已在觸摸屏上執行右下手勢。

SwipeRightAndLeft 6

使用者已在觸摸屏上執行向右和左撥動手勢。

SwipeRightAndUp 11

使用者已在觸摸屏上執行向右和向上手勢。

SwipeUp 1

使用者已在觸摸屏上執行向上撥動手勢。

SwipeUpAndDown 7

使用者已在觸摸屏上執行向上和向下撥動手勢。

SwipeUpAndLeft 13

使用者已在觸摸屏上執行向上和左手勢。

SwipeUpAndRight 14

使用者已在觸摸屏上執行向上和右手勢。

ThreeFingerDoubleTap 23
ThreeFingerDoubleTapAndHold 41
ThreeFingerSingleTap 22
ThreeFingerSingleTapAndHold 44
ThreeFingerSwipeDown 30
ThreeFingerSwipeLeft 31
ThreeFingerSwipeRight 32
ThreeFingerSwipeUp 29
ThreeFingerTripleTap 24
ThreeFingerTripleTapAndHold 45
TwoFingerDoubleTap 20
TwoFingerDoubleTapAndHold 40
TwoFingerSingleTap 19
TwoFingerSwipeDown 26
TwoFingerSwipeLeft 27
TwoFingerSwipeRight 28
TwoFingerSwipeUp 25
TwoFingerTripleTap 21
TwoFingerTripleTapAndHold 43
Unknown 0

備註

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於