Uses of Class
android.graphics.Region

Packages that use Region
android.graphics   
android.graphics.drawable   
android.inputmethodservice   
android.view   
android.widget   
 

Uses of Region in android.graphics
 

Fields in android.graphics with type parameters of type Region
static Parcelable.Creator<Region> Region.CREATOR
           
 

Methods in android.graphics that return Region
 Region NinePatch.getTransparentRegion(Rect location)
           
 

Methods in android.graphics with parameters of type Region
 boolean Canvas.clipRegion(Region region)
           
 boolean Canvas.clipRegion(Region region, Region.Op op)
           
 boolean Region.op(Rect rect, Region region, Region.Op op)
           
 boolean Region.op(Region region, Region.Op op)
           
 boolean Region.op(Region region1, Region region2, Region.Op op)
           
 boolean Region.quickReject(Region rgn)
           
 boolean Region.set(Region region)
           
 boolean Region.setPath(Path path, Region clip)
           
 void Region.translate(int dx, int dy, Region dst)
           
 

Constructors in android.graphics with parameters of type Region
Region(Region region)
           
RegionIterator(Region region)
           
 

Uses of Region in android.graphics.drawable
 

Methods in android.graphics.drawable that return Region
 Region Drawable.getTransparentRegion()
           
 Region NinePatchDrawable.getTransparentRegion()
           
 

Uses of Region in android.inputmethodservice
 

Fields in android.inputmethodservice declared as Region
 Region InputMethodService.Insets.touchableRegion
           
 

Uses of Region in android.view
 

Methods in android.view with parameters of type Region
 boolean ViewGroup.gatherTransparentRegion(Region region)
           
 boolean SurfaceView.gatherTransparentRegion(Region region)
           
 

Uses of Region in android.widget
 

Methods in android.widget with parameters of type Region
 boolean FrameLayout.gatherTransparentRegion(Region region)
           
 



Copyright © 2008-2012. All Rights Reserved.