File
Doc
Category
Size
Date
Package
AccessibilityWindowInfo.java
API Doc
Android 5.1 API
2189
Sat Mar 14 14:09:40 GMT 2015
android.view.accessibility
AccessibilityWindowInfo
java.lang.Object
public final class AccessibilityWindowInfo extends Object implements android.os.Parcelable
Fields Summary
public static final android.os.Parcelable.Creator
CREATOR
public static final int
TYPE_ACCESSIBILITY_OVERLAY
public static final int
TYPE_APPLICATION
public static final int
TYPE_INPUT_METHOD
public static final int
TYPE_SYSTEM
Constructors Summary
AccessibilityWindowInfo
()
throw new RuntimeException("Stub!");
Methods Summary
public
int
describeContents
()
throw new RuntimeException("Stub!");
public
boolean
equals
(
java.lang.Object
obj)
throw new RuntimeException("Stub!");
public void
getBoundsInScreen
(
android.graphics.Rect
outBounds)
throw new RuntimeException("Stub!");
public
android.view.accessibility.AccessibilityWindowInfo
getChild
(
int
index)
throw new RuntimeException("Stub!");
public
int
getChildCount
()
throw new RuntimeException("Stub!");
public
int
getId
()
throw new RuntimeException("Stub!");
public
int
getLayer
()
throw new RuntimeException("Stub!");
public
android.view.accessibility.AccessibilityWindowInfo
getParent
()
throw new RuntimeException("Stub!");
public
android.view.accessibility.AccessibilityNodeInfo
getRoot
()
throw new RuntimeException("Stub!");
public
int
getType
()
throw new RuntimeException("Stub!");
public
int
hashCode
()
throw new RuntimeException("Stub!");
public
boolean
isAccessibilityFocused
()
throw new RuntimeException("Stub!");
public
boolean
isActive
()
throw new RuntimeException("Stub!");
public
boolean
isFocused
()
throw new RuntimeException("Stub!");
public static
android.view.accessibility.AccessibilityWindowInfo
obtain
()
throw new RuntimeException("Stub!");
public static
android.view.accessibility.AccessibilityWindowInfo
obtain
(
android.view.accessibility.AccessibilityWindowInfo
info)
throw new RuntimeException("Stub!");
public void
recycle
()
throw new RuntimeException("Stub!");
public
java.lang.String
toString
()
throw new RuntimeException("Stub!");
public void
writeToParcel
(
android.os.Parcel
parcel,
int
flags)
throw new RuntimeException("Stub!");
Java Code Source