Java android.support.v4.view.accessibility AccessibilityWindowInfoCompat fields, constructors, methods, implement or subclass

Example usage for Java android.support.v4.view.accessibility AccessibilityWindowInfoCompat fields, constructors, methods, implement or subclass

Introduction

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

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.

Method

voidgetBoundsInScreen(Rect outBounds)
Gets the bounds of this window in the screen.
intgetType()
Gets the type of the window.
booleanisActive()
Gets if this window is active.
voidrecycle()
Return an instance back to be reused.