| Modifier and Type | Method and Description |
|---|---|
static Rect |
AppWidgetHostView.getDefaultPaddingForWidget(Context context,
ComponentName component,
Rect padding) |
| Modifier and Type | Method and Description |
|---|---|
static Rect |
AppWidgetHostView.getDefaultPaddingForWidget(Context context,
ComponentName component,
Rect padding) |
| Modifier and Type | Method and Description |
|---|---|
Rect |
Intent.getSourceBounds() |
| Modifier and Type | Method and Description |
|---|---|
void |
Intent.setSourceBounds(Rect r) |
| Modifier and Type | Field and Description |
|---|---|
static Parcelable.Creator<Rect> |
Rect.CREATOR |
| Modifier and Type | Method and Description |
|---|---|
Rect |
Region.getBounds() |
Rect |
Canvas.getClipBounds() |
static Rect |
Rect.unflattenFromString(String str) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Canvas.clipRect(Rect rect) |
boolean |
Canvas.clipRect(Rect rect,
Region.Op op) |
boolean |
YuvImage.compressToJpeg(Rect rectangle,
int quality,
OutputStream stream) |
boolean |
Rect.contains(Rect r) |
static Bitmap |
BitmapFactory.decodeFileDescriptor(FileDescriptor fd,
Rect outPadding,
BitmapFactory.Options opts) |
Bitmap |
BitmapRegionDecoder.decodeRegion(Rect rect,
BitmapFactory.Options options) |
static Bitmap |
BitmapFactory.decodeResourceStream(Resources res,
TypedValue value,
InputStream is,
Rect pad,
BitmapFactory.Options opts) |
static Bitmap |
BitmapFactory.decodeStream(InputStream is,
Rect outPadding,
BitmapFactory.Options opts) |
void |
NinePatch.draw(Canvas canvas,
Rect location) |
void |
NinePatch.draw(Canvas canvas,
Rect location,
Paint paint) |
void |
Canvas.drawBitmap(Bitmap bitmap,
Rect src,
RectF dst,
Paint paint) |
void |
Canvas.drawBitmap(Bitmap bitmap,
Rect src,
Rect dst,
Paint paint) |
void |
Canvas.drawPicture(Picture picture,
Rect dst) |
void |
Canvas.drawRect(Rect r,
Paint paint) |
boolean |
Region.getBounds(Rect r) |
boolean |
Canvas.getClipBounds(Rect bounds) |
void |
Paint.getTextBounds(char[] text,
int index,
int count,
Rect bounds) |
void |
Paint.getTextBounds(String text,
int start,
int end,
Rect bounds) |
Region |
NinePatch.getTransparentRegion(Rect location) |
boolean |
Rect.intersect(Rect r) |
static boolean |
Rect.intersects(Rect a,
Rect b) |
boolean |
RegionIterator.next(Rect r) |
boolean |
Region.op(Rect r,
Region.Op op) |
boolean |
Region.op(Rect rect,
Region region,
Region.Op op) |
boolean |
Region.quickContains(Rect r) |
boolean |
Region.quickReject(Rect r) |
void |
RectF.round(Rect dst) |
void |
RectF.roundOut(Rect dst) |
void |
Rect.set(Rect src) |
void |
RectF.set(Rect src) |
boolean |
Region.set(Rect r) |
boolean |
Rect.setIntersect(Rect a,
Rect b) |
void |
Rect.union(Rect r) |
boolean |
Region.union(Rect r) |
| Constructor and Description |
|---|
Rect(Rect r) |
RectF(Rect r) |
Region(Rect r) |
| Modifier and Type | Method and Description |
|---|---|
Rect |
Drawable.copyBounds() |
Rect |
Drawable.getBounds() |
Rect |
DrawableContainer.DrawableContainerState.getConstantPadding() |
| Modifier and Type | Method and Description |
|---|---|
void |
Drawable.copyBounds(Rect bounds) |
boolean |
DrawableContainer.getPadding(Rect padding) |
boolean |
RotateDrawable.getPadding(Rect padding) |
boolean |
ShapeDrawable.getPadding(Rect padding) |
boolean |
Drawable.getPadding(Rect padding) |
boolean |
LayerDrawable.getPadding(Rect padding) |
boolean |
ClipDrawable.getPadding(Rect padding) |
boolean |
GradientDrawable.getPadding(Rect padding) |
boolean |
ScaleDrawable.getPadding(Rect padding) |
boolean |
InsetDrawable.getPadding(Rect padding) |
boolean |
NinePatchDrawable.getPadding(Rect padding) |
protected void |
DrawableContainer.onBoundsChange(Rect bounds) |
protected void |
BitmapDrawable.onBoundsChange(Rect bounds) |
protected void |
RotateDrawable.onBoundsChange(Rect bounds) |
protected void |
ShapeDrawable.onBoundsChange(Rect bounds) |
protected void |
Drawable.onBoundsChange(Rect bounds) |
protected void |
LayerDrawable.onBoundsChange(Rect bounds) |
protected void |
ClipDrawable.onBoundsChange(Rect bounds) |
protected void |
GradientDrawable.onBoundsChange(Rect r) |
protected void |
ScaleDrawable.onBoundsChange(Rect bounds) |
protected void |
InsetDrawable.onBoundsChange(Rect bounds) |
void |
Drawable.setBounds(Rect bounds) |
void |
ShapeDrawable.setPadding(Rect padding) |
| Constructor and Description |
|---|
NinePatchDrawable(Bitmap bitmap,
byte[] chunk,
Rect padding,
String srcName)
Deprecated.
|
NinePatchDrawable(Resources res,
Bitmap bitmap,
byte[] chunk,
Rect padding,
String srcName) |
| Modifier and Type | Field and Description |
|---|---|
Rect |
Camera.Face.rect |
Rect |
Camera.Area.rect |
| Constructor and Description |
|---|
Camera.Area(Rect rect,
int weight) |
| Modifier and Type | Method and Description |
|---|---|
void |
InputMethodService.onUpdateCursor(Rect newCursor) |
void |
InputMethodService.InputMethodSessionImpl.updateCursor(Rect newCursor) |
| Modifier and Type | Method and Description |
|---|---|
Rect |
TimedText.getBounds() |
| Modifier and Type | Method and Description |
|---|---|
static void |
ContactsContract.QuickContact.showQuickContact(Context context,
Rect target,
Uri lookupUri,
int mode,
String[] excludeMimes) |
| Modifier and Type | Method and Description |
|---|---|
int |
Layout.getLineBounds(int line,
Rect bounds) |
| Modifier and Type | Method and Description |
|---|---|
void |
PasswordTransformationMethod.onFocusChanged(View view,
CharSequence sourceText,
boolean focused,
int direction,
Rect previouslyFocusedRect) |
void |
TransformationMethod.onFocusChanged(View view,
CharSequence sourceText,
boolean focused,
int direction,
Rect previouslyFocusedRect) |
void |
ReplacementTransformationMethod.onFocusChanged(View view,
CharSequence sourceText,
boolean focused,
int direction,
Rect previouslyFocusedRect) |
| Modifier and Type | Method and Description |
|---|---|
Rect |
SurfaceHolder.getSurfaceFrame() |
| Modifier and Type | Method and Description |
|---|---|
static void |
Gravity.apply(int gravity,
int w,
int h,
Rect container,
int xAdj,
int yAdj,
Rect outRect) |
static void |
Gravity.apply(int gravity,
int w,
int h,
Rect container,
Rect outRect) |
static void |
Gravity.applyDisplay(int gravity,
Rect display,
Rect inoutObj) |
View |
FocusFinder.findNextFocusFromRect(ViewGroup root,
Rect focusedRect,
int direction) |
protected boolean |
View.fitSystemWindows(Rect insets) |
protected boolean |
ViewGroup.fitSystemWindows(Rect insets) |
boolean |
ViewParent.getChildVisibleRect(View child,
Rect r,
Point offset) |
boolean |
ViewGroup.getChildVisibleRect(View child,
Rect r,
Point offset) |
void |
View.getDrawingRect(Rect outRect) |
void |
View.getFocusedRect(Rect r) |
boolean |
View.getGlobalVisibleRect(Rect r) |
boolean |
View.getGlobalVisibleRect(Rect r,
Point globalOffset) |
void |
View.getHitRect(Rect outRect) |
boolean |
View.getLocalVisibleRect(Rect r) |
void |
Display.getRectSize(Rect outSize) |
void |
View.getWindowVisibleDisplayFrame(Rect outRect) |
void |
View.invalidate(Rect dirty) |
void |
ViewParent.invalidateChild(View child,
Rect r) |
void |
ViewGroup.invalidateChild(View child,
Rect dirty) |
ViewParent |
ViewParent.invalidateChildInParent(int[] location,
Rect r) |
ViewParent |
ViewGroup.invalidateChildInParent(int[] location,
Rect dirty) |
Canvas |
TextureView.lockCanvas(Rect dirty) |
Canvas |
SurfaceHolder.lockCanvas(Rect dirty) |
Canvas |
Surface.lockCanvas(Rect dirty) |
void |
ViewGroup.offsetDescendantRectToMyCoords(View descendant,
Rect rect) |
void |
ViewGroup.offsetRectIntoDescendantCoords(View descendant,
Rect rect) |
protected void |
View.onFocusChanged(boolean gainFocus,
int direction,
Rect previouslyFocusedRect) |
protected boolean |
ViewGroup.onRequestFocusInDescendants(int direction,
Rect previouslyFocusedRect) |
boolean |
ViewParent.requestChildRectangleOnScreen(View child,
Rect rectangle,
boolean immediate) |
boolean |
ViewGroup.requestChildRectangleOnScreen(View child,
Rect rectangle,
boolean immediate) |
boolean |
View.requestFocus(int direction,
Rect previouslyFocusedRect) |
boolean |
ViewGroup.requestFocus(int direction,
Rect previouslyFocusedRect) |
boolean |
View.requestRectangleOnScreen(Rect rectangle) |
boolean |
View.requestRectangleOnScreen(Rect rectangle,
boolean immediate) |
| Constructor and Description |
|---|
TouchDelegate(Rect bounds,
View delegateView) |
| Modifier and Type | Method and Description |
|---|---|
void |
AccessibilityNodeInfo.getBoundsInParent(Rect outBounds) |
void |
AccessibilityNodeInfo.getBoundsInScreen(Rect outBounds) |
void |
AccessibilityNodeInfo.setBoundsInParent(Rect bounds) |
void |
AccessibilityNodeInfo.setBoundsInScreen(Rect bounds) |
| Modifier and Type | Method and Description |
|---|---|
void |
InputMethodSession.updateCursor(Rect newCursor) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
WebView.onFocusChanged(boolean focused,
int direction,
Rect previouslyFocusedRect) |
boolean |
WebView.requestChildRectangleOnScreen(View child,
Rect rect,
boolean immediate) |
boolean |
WebView.requestFocus(int direction,
Rect previouslyFocusedRect) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbsListView.SelectionBoundsAdjuster.adjustListItemSelectionBounds(Rect bounds) |
protected int |
HorizontalScrollView.computeScrollDeltaToGetChildRectOnScreen(Rect rect) |
protected int |
ScrollView.computeScrollDeltaToGetChildRectOnScreen(Rect rect) |
void |
AbsListView.getFocusedRect(Rect r) |
void |
TextView.getFocusedRect(Rect r) |
int |
TextView.getLineBounds(int line,
Rect bounds) |
protected void |
ListView.onFocusChanged(boolean gainFocus,
int direction,
Rect previouslyFocusedRect) |
protected void |
AbsListView.onFocusChanged(boolean gainFocus,
int direction,
Rect previouslyFocusedRect) |
protected void |
TextView.onFocusChanged(boolean focused,
int direction,
Rect previouslyFocusedRect) |
protected void |
Gallery.onFocusChanged(boolean gainFocus,
int direction,
Rect previouslyFocusedRect)
Deprecated.
|
protected void |
GridView.onFocusChanged(boolean gainFocus,
int direction,
Rect previouslyFocusedRect) |
protected void |
DialerFilter.onFocusChanged(boolean focused,
int direction,
Rect previouslyFocusedRect) |
protected void |
AutoCompleteTextView.onFocusChanged(boolean focused,
int direction,
Rect previouslyFocusedRect) |
protected boolean |
HorizontalScrollView.onRequestFocusInDescendants(int direction,
Rect previouslyFocusedRect) |
protected boolean |
ScrollView.onRequestFocusInDescendants(int direction,
Rect previouslyFocusedRect) |
boolean |
HorizontalScrollView.requestChildRectangleOnScreen(View child,
Rect rectangle,
boolean immediate) |
boolean |
ListView.requestChildRectangleOnScreen(View child,
Rect rect,
boolean immediate) |
boolean |
ScrollView.requestChildRectangleOnScreen(View child,
Rect rectangle,
boolean immediate) |
Copyright © 2008-2013. All Rights Reserved.