Example usage for Java android.view.accessibility AccessibilityWindowInfo fields, constructors, methods, implement or subclass
The text is from its open source code.
int | TYPE_APPLICATION Window type: This is an application window. |
int | TYPE_INPUT_METHOD Window type: This is an input method window. |
int | TYPE_SYSTEM Window type: This is an system window. |
int | TYPE_ACCESSIBILITY_OVERLAY Window type: Windows that are overlaid only by an android.accessibilityservice.AccessibilityService for interception of user interactions without changing the windows an accessibility service can introspect. |
int | TYPE_SPLIT_SCREEN_DIVIDER Window type: A system window used to divide the screen in split-screen mode. |
boolean | equals(Object obj) |
AccessibilityNodeInfo | getAnchor() Gets the node that anchors this window to another. |
int | getId() Gets the unique window id. |
AccessibilityWindowInfo | getParent() Gets the parent window. |
AccessibilityNodeInfo | getRoot() Gets the root node in the window's hierarchy. |
CharSequence | getTitle() Gets the title of the window. |
int | getType() Gets the type of the window. |
boolean | isAccessibilityFocused() Gets if this window has accessibility focus. |
boolean | isActive() Gets if this window is active. |
boolean | isFocused() Gets if this window has input focus. |