belongs to Maven artifact com.android.support:support-compat:28.0.0-alpha1
AccessibilityEventCompat
public
final
class
AccessibilityEventCompat
extends Object
java.lang.Object | |
↳ | android.support.v4.view.accessibility.AccessibilityEventCompat |
Helper for accessing features in AccessibilityEvent
.
Summary
Constants | |
---|---|
int |
CONTENT_CHANGE_TYPE_CONTENT_DESCRIPTION
Change type for |
int |
CONTENT_CHANGE_TYPE_SUBTREE
Change type for |
int |
CONTENT_CHANGE_TYPE_TEXT
Change type for |
int |
CONTENT_CHANGE_TYPE_UNDEFINED
Change type for |
int |
TYPES_ALL_MASK
Mask for |
int |
TYPE_ANNOUNCEMENT
Represents the event of an application making an announcement. |
int |
TYPE_ASSIST_READING_CONTEXT
Represents the event of the assistant currently reading the users screen context. |
int |
TYPE_GESTURE_DETECTION_END
Represents the event of ending gesture detection. |
int |
TYPE_GESTURE_DETECTION_START
Represents the event of beginning gesture detection. |
int |
TYPE_TOUCH_EXPLORATION_GESTURE_END
This constant was deprecated
in API level 26.1.0.
Use |
int |
TYPE_TOUCH_EXPLORATION_GESTURE_START
This constant was deprecated
in API level 26.1.0.
Use |
int |
TYPE_TOUCH_INTERACTION_END
Represents the event of the user ending to touch the screen. |
int |
TYPE_TOUCH_INTERACTION_START
Represents the event of the user starting to touch the screen. |
int |
TYPE_VIEW_ACCESSIBILITY_FOCUSED
Represents the event of gaining accessibility focus. |
int |
TYPE_VIEW_ACCESSIBILITY_FOCUS_CLEARED
Represents the event of clearing accessibility focus. |
int |
TYPE_VIEW_CONTEXT_CLICKED
Represents the event of a context click on a |
int |
TYPE_VIEW_HOVER_ENTER
This constant was deprecated
in API level 26.1.0.
Use |
int |
TYPE_VIEW_HOVER_EXIT
This constant was deprecated
in API level 26.1.0.
Use |
int |
TYPE_VIEW_SCROLLED
This constant was deprecated
in API level 26.1.0.
Use |
int |
TYPE_VIEW_TEXT_SELECTION_CHANGED
This constant was deprecated
in API level 26.1.0.
Use |
int |
TYPE_VIEW_TEXT_TRAVERSED_AT_MOVEMENT_GRANULARITY
Represents the event of traversing the text of a view at a given movement granularity. |
int |
TYPE_WINDOWS_CHANGED
Represents the event change in the windows shown on the screen. |
int |