FileDocCategorySizeDatePackage
Region.javaAPI DocAndroid 5.1 API3381Sat Mar 14 14:09:36 GMT 2015android.graphics

Region

public class Region extends Object implements android.os.Parcelable

Fields Summary
public static final android.os.Parcelable.Creator
CREATOR
Constructors Summary
public Region()

 throw new RuntimeException("Stub!"); 
public Region(Region region)

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

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

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

public intdescribeContents()

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

 throw new RuntimeException("Stub!"); 
protected voidfinalize()

 throw new RuntimeException("Stub!"); 
public android.graphics.PathgetBoundaryPath()

 throw new RuntimeException("Stub!"); 
public booleangetBoundaryPath(android.graphics.Path path)

 throw new RuntimeException("Stub!"); 
public android.graphics.RectgetBounds()

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

 throw new RuntimeException("Stub!"); 
public native booleanisComplex()

public native booleanisEmpty()

public native booleanisRect()

public booleanop(android.graphics.Rect r, android.graphics.Region$Op op)

 throw new RuntimeException("Stub!"); 
public booleanop(int left, int top, int right, int bottom, android.graphics.Region$Op op)

 throw new RuntimeException("Stub!"); 
public booleanop(android.graphics.Region region, android.graphics.Region$Op op)

 throw new RuntimeException("Stub!"); 
public booleanop(android.graphics.Rect rect, android.graphics.Region region, android.graphics.Region$Op op)

 throw new RuntimeException("Stub!"); 
public booleanop(android.graphics.Region region1, android.graphics.Region region2, android.graphics.Region$Op op)

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

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

public booleanquickReject(android.graphics.Rect r)

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

public native booleanquickReject(android.graphics.Region rgn)

public booleanset(android.graphics.Region region)

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

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

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

 throw new RuntimeException("Stub!"); 
public booleansetPath(android.graphics.Path path, android.graphics.Region clip)

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

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

 throw new RuntimeException("Stub!"); 
public native voidtranslate(int dx, int dy, android.graphics.Region dst)

public final booleanunion(android.graphics.Rect r)

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

 throw new RuntimeException("Stub!");