Fields Summary |
---|
private static final AccessibilityEventVersionImpl | IMPL |
public static final int | TYPE_VIEW_HOVER_ENTERRepresents the event of a hover enter over a {@link android.view.View}. |
public static final int | TYPE_VIEW_HOVER_EXITRepresents the event of a hover exit over a {@link android.view.View}. |
public static final int | TYPE_TOUCH_EXPLORATION_GESTURE_STARTRepresents the event of starting a touch exploration gesture. |
public static final int | TYPE_TOUCH_EXPLORATION_GESTURE_ENDRepresents the event of ending a touch exploration gesture. |
public static final int | TYPE_WINDOW_CONTENT_CHANGEDRepresents the event of changing the content of a window. |
public static final int | TYPE_VIEW_SCROLLEDRepresents the event of scrolling a view. |
public static final int | TYPE_VIEW_TEXT_SELECTION_CHANGEDRepresents the event of changing the selection in an {@link android.widget.EditText}. |
public static final int | TYPE_ANNOUNCEMENTRepresents the event of an application making an announcement. |
public static final int | TYPE_VIEW_ACCESSIBILITY_FOCUSEDRepresents the event of gaining accessibility focus. |
public static final int | TYPE_VIEW_ACCESSIBILITY_FOCUS_CLEAREDRepresents the event of clearing accessibility focus. |
public static final int | TYPE_VIEW_TEXT_TRAVERSED_AT_MOVEMENT_GRANULARITYRepresents the event of traversing the text of a view at a given movement granularity. |
public static final int | TYPE_GESTURE_DETECTION_STARTRepresents the event of beginning gesture detection. |
public static final int | TYPE_GESTURE_DETECTION_ENDRepresents the event of ending gesture detection. |
public static final int | TYPE_TOUCH_INTERACTION_STARTRepresents the event of the user starting to touch the screen. |
public static final int | TYPE_TOUCH_INTERACTION_ENDRepresents the event of the user ending to touch the screen. |
public static final int | TYPES_ALL_MASKMask for {@link AccessibilityEvent} all types. |