EventTypes 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
列舉數種型別所傳回的值,並當作數種型別的參數。
此列舉支援其成員值的位元組合。
[System.Flags]
public enum EventTypes
[<System.Flags>]
type EventTypes =
- 繼承
-
EventTypes
- 屬性
欄位
AllMask | -1 | AccessibilityEvent所有類型的遮罩。 |
Announcement | 16384 | 表示發出公告之應用程式的事件。 |
AssistReadingContext | 16777216 | |
GestureDetectionEnd | 524288 | 表示結束手勢偵測的事件。 |
GestureDetectionStart | 262144 | 表示開始手勢偵測的事件。 |
NotificationStateChanged | 64 | 表示顯示 Notification的事件。 |
SpeechStateChange | 33554432 | |
TouchExplorationGestureEnd | 1024 | 表示結束觸控探索手勢的事件。 |
TouchExplorationGestureStart | 512 | 表示啟動觸控探索手勢的事件。 |
TouchInteractionEnd | 2097152 | 表示結束以觸控螢幕的使用者事件。 |
TouchInteractionStart | 1048576 | 表示用戶開始觸碰螢幕的事件。 |
ViewAccessibilityFocusCleared | 65536 | 表示清除輔助功能焦點的事件。 |
ViewAccessibilityFocused | 32768 | 表示取得輔助功能焦點的事件。 |
ViewClicked | 1 | 表示單擊 View 類似 Button、 CompoundButton等的 事件。 |
ViewContextClicked | 8388608 | |
ViewFocused | 8 | 表示設定 之輸入焦點的事件 View。 |
ViewHoverEnter | 128 | 表示將滑鼠停留在上的 Viewenter 事件。 |
ViewHoverExit | 256 | 表示暫留結束在 上的 View事件。 |
ViewLongClicked | 2 | 表示長時間按兩下 View 、ButtonCompoundButton、 等的事件。 |
ViewScrolled | 4096 | 表示卷動檢視的事件。 |
ViewSelected | 4 | 表示通常在的內容 AdapterView中選取專案的事件。 |
ViewTargetedByScroll | 67108864 | |
ViewTextChanged | 16 | 表示變更 之文字的事件 EditText。 |
ViewTextSelectionChanged | 8192 | 表示在 中 EditText變更選取範圍的事件。 |
ViewTextTraversedAtMovementGranularity | 131072 | 表示在指定移動粒度周遊檢視文字的事件。 |
WindowContentChanged | 2048 | 表示變更窗口內容的事件,更具體地說是事件來源根目錄的子樹狀結構。 |
WindowsChanged | 4194304 | |
WindowStateChanged | 32 | 表示開啟 PopupWindow、 Menu、 Dialog等的事件。 |
備註
此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。