AccessibilityWindowInfoCompat
Helper for accessing android.view.accessibility.AccessibilityWindowInfo.
Properties
Link copied to clipboard
Window type: Windows that are overlaid only by an for interception of user interactions without changing the windows an accessibility service can introspect.
Link copied to clipboard
Window type: This is an application window.
Link copied to clipboard
Window type: This is an input method window.
Link copied to clipboard
Window type: A system window used to show the UI for the interaction with window-based magnification, which includes the magnified content and the option menu.
Link copied to clipboard
Window type: A system window used to divide the screen in split-screen mode.
Link copied to clipboard
Window type: This is an system window.
Functions
Link copied to clipboard
Gets the node that anchors this window to another.
Link copied to clipboard
Gets the bounds of this window in the screen.
Link copied to clipboard
Gets the child window at a given index.
Link copied to clipboard
Gets the number of child windows.
Link copied to clipboard
Returns the ID of the display this window is on, for use with getDisplay.
Link copied to clipboard
Returns the android.os.LocaleList of the window.
Link copied to clipboard
Gets the parent window if such.
Link copied to clipboard
Gets the touchable region of this window in the screen.
Link copied to clipboard
Gets the root node in the window's hierarchy.
Link copied to clipboard
Gets the title of the window.
Link copied to clipboard
Returns the uptimeMillis at which the last transition happens.
Link copied to clipboard
Gets if this window has accessibility focus.
Link copied to clipboard
Check if the window is in picture-in-picture mode.
Link copied to clipboard
Returns a cached instance if such is available or a new one is created.
Link copied to clipboard