| java.lang.Object | |
| ↳ | android.support.v4.view.accessibility.AccessibilityEventCompat |
Helper for accessing features in AccessibilityEvent
introduced after API level 4 in a backwards compatible fashion.
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| int | TYPE_TOUCH_EXPLORATION_GESTURE_END | Represents the event of ending a touch exploration gesture. | |||||||||
| int | TYPE_TOUCH_EXPLORATION_GESTURE_START | Represents the event of starting a touch exploration gesture. | |||||||||
| int | TYPE_VIEW_HOVER_ENTER | Represents the event of a hover enter over a View. |
|||||||||
| int | TYPE_VIEW_HOVER_EXIT | Represents the event of a hover exit over a View. |
|||||||||
| int | TYPE_VIEW_SCROLLED | Represents the event of scrolling a view. | |||||||||
| int | TYPE_VIEW_TEXT_SELECTION_CHANGED | Represents the event of changing the selection in an EditText. |
|||||||||
| int | TYPE_WINDOW_CONTENT_CHANGED | Represents the event of changing the content of a window. | |||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Appends an
AccessibilityRecord to the end of
event records. | |||||||||||
Gets the record at a given index.
| |||||||||||
Gets the number of records contained in the event.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Represents the event of ending a touch exploration gesture.
Represents the event of starting a touch exploration gesture.
Represents the event of a hover enter over a View.
Represents the event of a hover exit over a View.
Represents the event of scrolling a view.
Represents the event of changing the selection in an EditText.
Represents the event of changing the content of a window.
Appends an AccessibilityRecord to the end of
event records.
| record | The record to append. |
|---|
| IllegalStateException | If called from an AccessibilityService. |
|---|
Gets the record at a given index.
| index | The index. |
|---|
Gets the number of records contained in the event.