|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectandroid.support.v4.view.accessibility.AccessibilityEventCompat
public class AccessibilityEventCompat
Helper for accessing features in AccessibilityEvent
introduced after API level 4 in a backwards compatible fashion.
| Field Summary | |
|---|---|
static int |
TYPE_TOUCH_EXPLORATION_GESTURE_END
Represents the event of ending a touch exploration gesture. |
static int |
TYPE_TOUCH_EXPLORATION_GESTURE_START
Represents the event of starting a touch exploration gesture. |
static int |
TYPE_VIEW_HOVER_ENTER
Represents the event of a hover enter over a View. |
static int |
TYPE_VIEW_HOVER_EXIT
Represents the event of a hover exit over a View. |
static int |
TYPE_VIEW_SCROLLED
Represents the event of scrolling a view. |
static int |
TYPE_VIEW_TEXT_SELECTION_CHANGED
Represents the event of changing the selection in an EditText. |
static int |
TYPE_WINDOW_CONTENT_CHANGED
Represents the event of changing the content of a window. |
| Method Summary | |
|---|---|
static void |
appendRecord(android.view.accessibility.AccessibilityEvent event,
AccessibilityRecordCompat record)
Appends an AccessibilityRecord to the end of
event records. |
static AccessibilityRecordCompat |
getRecord(android.view.accessibility.AccessibilityEvent event,
int index)
Gets the record at a given index. |
static int |
getRecordCount(android.view.accessibility.AccessibilityEvent event)
Gets the number of records contained in the event. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int TYPE_VIEW_HOVER_ENTER
View.
public static final int TYPE_VIEW_HOVER_EXIT
View.
public static final int TYPE_TOUCH_EXPLORATION_GESTURE_START
public static final int TYPE_TOUCH_EXPLORATION_GESTURE_END
public static final int TYPE_WINDOW_CONTENT_CHANGED
public static final int TYPE_VIEW_SCROLLED
public static final int TYPE_VIEW_TEXT_SELECTION_CHANGED
EditText.
| Method Detail |
|---|
public static int getRecordCount(android.view.accessibility.AccessibilityEvent event)
public static void appendRecord(android.view.accessibility.AccessibilityEvent event,
AccessibilityRecordCompat record)
AccessibilityRecord to the end of
event records.
record - The record to append.
IllegalStateException - If called from an AccessibilityService.
public static AccessibilityRecordCompat getRecord(android.view.accessibility.AccessibilityEvent event,
int index)
index - The index.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||