FileDocCategorySizeDatePackage
Rect.javaAPI DocAndroid 5.1 API3421Sat Mar 14 14:09:42 GMT 2015android.graphics

Rect

public final class Rect extends Object implements android.os.Parcelable

Fields Summary
public static final android.os.Parcelable.Creator
CREATOR
public int
bottom
public int
left
public int
right
public int
top
Constructors Summary
public Rect()

 throw new RuntimeException("Stub!"); 
public Rect(int left, int top, int right, int bottom)

 throw new RuntimeException("Stub!"); 
public Rect(Rect r)

 throw new RuntimeException("Stub!"); 
Methods Summary
public final intcenterX()

 throw new RuntimeException("Stub!"); 
public final intcenterY()

 throw new RuntimeException("Stub!"); 
public booleancontains(int x, int y)

 throw new RuntimeException("Stub!"); 
public booleancontains(int left, int top, int right, int bottom)

 throw new RuntimeException("Stub!"); 
public booleancontains(android.graphics.Rect r)

 throw new RuntimeException("Stub!"); 
public intdescribeContents()

 throw new RuntimeException("Stub!"); 
public booleanequals(java.lang.Object o)

 throw new RuntimeException("Stub!"); 
public final floatexactCenterX()

 throw new RuntimeException("Stub!"); 
public final floatexactCenterY()

 throw new RuntimeException("Stub!"); 
public java.lang.StringflattenToString()

 throw new RuntimeException("Stub!"); 
public inthashCode()

 throw new RuntimeException("Stub!"); 
public final intheight()

 throw new RuntimeException("Stub!"); 
public voidinset(int dx, int dy)

 throw new RuntimeException("Stub!"); 
public booleanintersect(int left, int top, int right, int bottom)

 throw new RuntimeException("Stub!"); 
public booleanintersect(android.graphics.Rect r)

 throw new RuntimeException("Stub!"); 
public booleanintersects(int left, int top, int right, int bottom)

 throw new RuntimeException("Stub!"); 
public static booleanintersects(android.graphics.Rect a, android.graphics.Rect b)

 throw new RuntimeException("Stub!"); 
public final booleanisEmpty()

 throw new RuntimeException("Stub!"); 
public voidoffset(int dx, int dy)

 throw new RuntimeException("Stub!"); 
public voidoffsetTo(int newLeft, int newTop)

 throw new RuntimeException("Stub!"); 
public voidreadFromParcel(android.os.Parcel in)

 throw new RuntimeException("Stub!"); 
public voidset(int left, int top, int right, int bottom)

 throw new RuntimeException("Stub!"); 
public voidset(android.graphics.Rect src)

 throw new RuntimeException("Stub!"); 
public voidsetEmpty()

 throw new RuntimeException("Stub!"); 
public booleansetIntersect(android.graphics.Rect a, android.graphics.Rect b)

 throw new RuntimeException("Stub!"); 
public voidsort()

 throw new RuntimeException("Stub!"); 
public java.lang.StringtoShortString()

 throw new RuntimeException("Stub!"); 
public java.lang.StringtoString()

 throw new RuntimeException("Stub!"); 
public static android.graphics.RectunflattenFromString(java.lang.String str)

 throw new RuntimeException("Stub!"); 
public voidunion(int left, int top, int right, int bottom)

 throw new RuntimeException("Stub!"); 
public voidunion(android.graphics.Rect r)

 throw new RuntimeException("Stub!"); 
public voidunion(int x, int y)

 throw new RuntimeException("Stub!"); 
public final intwidth()

 throw new RuntimeException("Stub!"); 
public voidwriteToParcel(android.os.Parcel out, int flags)

 throw new RuntimeException("Stub!");