Java android.view.accessibility AccessibilityWindowInfo fields, constructors, methods, implement or subclass

Example usage for Java android.view.accessibility AccessibilityWindowInfo fields, constructors, methods, implement or subclass

Introduction

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

The text is from its open source code.

Field

intTYPE_APPLICATION
Window type: This is an application window.
intTYPE_INPUT_METHOD
Window type: This is an input method window.
intTYPE_SYSTEM
Window type: This is an system window.
intTYPE_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.
intTYPE_SPLIT_SCREEN_DIVIDER
Window type: A system window used to divide the screen in split-screen mode.

Method

booleanequals(Object obj)
AccessibilityNodeInfogetAnchor()
Gets the node that anchors this window to another.
intgetId()
Gets the unique window id.
AccessibilityWindowInfogetParent()
Gets the parent window.
AccessibilityNodeInfogetRoot()
Gets the root node in the window's hierarchy.
CharSequencegetTitle()
Gets the title of the window.
intgetType()
Gets the type of the window.
booleanisAccessibilityFocused()
Gets if this window has accessibility focus.
booleanisActive()
Gets if this window is active.
booleanisFocused()
Gets if this window has input focus.