AccessibilityEventCompat
class AccessibilityEventCompat
kotlin.Any | |
↳ | androidx.core.view.accessibility.AccessibilityEventCompat |
Helper for accessing features in AccessibilityEvent
.
Summary
Constants | |
---|---|
static Int |
Change type for |
static Int |
Change type for |
static Int |
Change type for |
static Int |
Change type for |
static Int |
Change type for |
static Int |
Change type for |
static Int |
Change type for |
static Int |
Change type for |
static Int |
Mask for |
static Int |
Represents the event of an application making an announcement. |
static Int |
Represents the event of the assistant currently reading the users screen context. |
static Int |
Represents the event of ending gesture detection. |
static Int |
Represents the event of beginning gesture detection. |
static Int |
Represents the event of ending a touch exploration gesture. |
static Int |
Represents the event of starting a touch exploration gesture. |
static Int |
Represents the event of the user ending to touch the screen. |
static Int |
Represents the event of the user starting to touch the screen. |
static Int |
Represents the event of gaining accessibility focus. |
static Int |
Represents the event of clearing accessibility focus. |
static Int |
Represents the event of a context click on a |
static Int |
Represents the event of a hover enter over a |
static Int |
Represents the event of a hover exit over a |
static Int |
Represents the event of scrolling a view. |
static Int |
Represents the event of changing the selection in an |
static Int |
Represents the event of traversing the text of a view at a given movement granularity. |
static Int |
Represents the event change in the windows shown on the screen. |
static Int |
Represents the event of changing the content of a window. |
Public methods | |
---|---|
static Unit |
appendRecord(event: AccessibilityEvent!, record: AccessibilityRecordCompat!) Appends an |
static AccessibilityRecordCompat! |
asRecord(event: AccessibilityEvent!) Creates an |
static Int |
getAction(event: AccessibilityEvent!) Gets the performed action that triggered this event. |
static Int |
getContentChangeTypes(event: AccessibilityEvent!) Gets the bit mask of change types signaled by an |
static Int |
getMovementGranularity(event: AccessibilityEvent!) Gets the movement granularity that was traversed. |
static AccessibilityRecordCompat! |