| Package | Description |
|---|---|
| android.graphics | |
| android.graphics.drawable | |
| android.inputmethodservice | |
| android.view | |
| android.widget |
| Modifier and Type | Field and Description |
|---|---|
static Parcelable.Creator<Region> |
Region.CREATOR |
| Modifier and Type | Method and Description |
|---|---|
Region |
NinePatch.getTransparentRegion(Rect location) |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Constructor and Description |
|---|
Region(Region region) |
RegionIterator(Region region) |
| Modifier and Type | Method and Description |
|---|---|
Region |
Drawable.getTransparentRegion() |
Region |
NinePatchDrawable.getTransparentRegion() |
| Modifier and Type | Field and Description |
|---|---|
Region |
InputMethodService.Insets.touchableRegion |
| Modifier and Type | Method and Description |
|---|---|
boolean |
SurfaceView.gatherTransparentRegion(Region region) |
boolean |
ViewGroup.gatherTransparentRegion(Region region) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
FrameLayout.gatherTransparentRegion(Region region) |
Copyright © 2008-2013. All Rights Reserved.