Java android.support.v4.view.accessibility AccessibilityEventCompat fields, constructors, methods, implement or subclass

Example usage for Java android.support.v4.view.accessibility AccessibilityEventCompat fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.support.v4.view.accessibility AccessibilityEventCompat.

The text is from its open source code.

Field

intTYPE_VIEW_HOVER_ENTER
Represents the event of a hover enter over a android.view.View .
intTYPE_VIEW_HOVER_EXIT
Represents the event of a hover exit over a android.view.View .
intTYPE_TOUCH_EXPLORATION_GESTURE_START
Represents the event of starting a touch exploration gesture.
intTYPE_TOUCH_EXPLORATION_GESTURE_END
Represents the event of ending a touch exploration gesture.
intTYPE_WINDOW_CONTENT_CHANGED
Represents the event of changing the content of a window.
intTYPE_VIEW_SCROLLED
Represents the event of scrolling a view.

Method

AccessibilityRecordCompatgetRecord(AccessibilityEvent event, int index)
Gets the record at a given index.
intgetRecordCount(AccessibilityEvent event)
Gets the number of records contained in the event.