Uses of Class
android.graphics.Rect

Packages that use Rect
android.content   
android.graphics   
android.graphics.drawable   
android.hardware   
android.inputmethodservice   
android.provider   
android.text   
android.text.method   
android.view   
android.view.accessibility   
android.view.inputmethod   
android.webkit   
android.widget   
 

Uses of Rect in android.content
 

Methods in android.content that return Rect
 Rect Intent.getSourceBounds()
           
 

Methods in android.content with parameters of type Rect
 void Intent.setSourceBounds(Rect r)
           
 

Uses of Rect in android.graphics
 

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

Methods in android.graphics that return Rect
 Rect Region.getBounds()
           
 Rect Canvas.getClipBounds()
           
static Rect Rect.unflattenFromString(String str)
           
 

Methods in android.graphics with parameters of type Rect
 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 RectF.set(Rect src)
           
 boolean Region.set(Rect r)
           
 void Rect.set(Rect src)
           
 boolean Rect.setIntersect(Rect a, Rect b)
           
 boolean Region.union(Rect r)
           
 void Rect.union(Rect r)
           
 

Constructors in android.graphics with parameters of type Rect
Rect(Rect r)
           
RectF(Rect r)
           
Region(Rect r)
           
 

Uses of Rect in android.graphics.drawable
 

Methods in android.graphics.drawable that return Rect
 Rect Drawable.copyBounds()
           
 Rect Drawable.getBounds()
           
 Rect DrawableContainer.DrawableContainerState.getConstantPadding()
           
 

Methods in android.graphics.drawable with parameters of type Rect
 void Drawable.copyBounds(Rect bounds)
           
 boolean Drawable.getPadding(Rect padding)
           
 boolean DrawableContainer.getPadding(Rect padding)
           
 boolean InsetDrawable.getPadding(Rect padding)
           
 boolean GradientDrawable.getPadding(Rect padding)
           
 boolean ClipDrawable.getPadding(Rect padding)
           
 boolean NinePatchDrawable.getPadding(Rect padding)
           
 boolean RotateDrawable.getPadding(Rect padding)
           
 boolean LayerDrawable.getPadding(Rect padding)
           
 boolean ShapeDrawable.getPadding(Rect padding)
           
 boolean ScaleDrawable.getPadding(Rect padding)
           
protected  void Drawable.onBoundsChange(Rect bounds)
           
protected  void DrawableContainer.onBoundsChange(Rect bounds)
           
protected  void InsetDrawable.onBoundsChange(Rect bounds)
           
protected  void GradientDrawable.onBoundsChange(Rect r)
           
protected  void ClipDrawable.onBoundsChange(Rect bounds)
           
protected  void BitmapDrawable.onBoundsChange(Rect bounds)
           
protected  void RotateDrawable.onBoundsChange(Rect bounds)
           
protected  void LayerDrawable.onBoundsChange(Rect bounds)
           
protected  void ShapeDrawable.onBoundsChange(Rect bounds)
           
protected  void ScaleDrawable.onBoundsChange(Rect bounds)
           
 void Drawable.setBounds(Rect bounds)
           
 void ShapeDrawable.setPadding(Rect padding)
           
 

Constructors in android.graphics.drawable with parameters of type Rect
NinePatchDrawable(Bitmap bitmap, byte[] chunk, Rect padding, String srcName)
           
NinePatchDrawable(Resources res, Bitmap bitmap, byte[] chunk, Rect padding, String srcName)
           
 

Uses of Rect in android.hardware
 

Fields in android.hardware declared as Rect
 Rect Camera.Face.rect
           
 Rect Camera.Area.rect
           
 

Constructors in android.hardware with parameters of type Rect
Camera.Area(Rect rect, int weight)
           
 

Uses of Rect in android.inputmethodservice
 

Methods in android.inputmethodservice with parameters of type Rect
 void InputMethodService.onUpdateCursor(Rect newCursor)
           
 void InputMethodService.InputMethodSessionImpl.updateCursor(Rect newCursor)
           
 

Uses of Rect in android.provider
 

Methods in android.provider with parameters of type Rect
static void ContactsContract.QuickContact.showQuickContact(Context context, Rect target, Uri lookupUri, int mode, String[] excludeMimes)
           
 

Uses of Rect in android.text
 

Methods in android.text with parameters of type Rect
 int Layout.getLineBounds(int line, Rect bounds)
           
 

Uses of Rect in android.text.method
 

Methods in android.text.method with parameters of type Rect
 void PasswordTransformationMethod.onFocusChanged(View view, CharSequence sourceText, boolean focused, int direction, Rect previouslyFocusedRect)
           
 void ReplacementTransformationMethod.onFocusChanged(View view, CharSequence sourceText, boolean focused, int direction, Rect previouslyFocusedRect)
           
 void TransformationMethod.onFocusChanged(View view, CharSequence sourceText, boolean focused, int direction, Rect previouslyFocusedRect)
           
 

Uses of Rect in android.view
 

Methods in android.view that return Rect
 Rect SurfaceHolder.getSurfaceFrame()
           
 

Methods in android.view with parameters of type Rect
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 ViewGroup.fitSystemWindows(Rect insets)
           
protected  boolean View.fitSystemWindows(Rect insets)
           
 boolean ViewGroup.getChildVisibleRect(View child, Rect r, Point offset)
           
 boolean ViewParent.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 ViewGroup.invalidateChild(View child, Rect dirty)
           
 void ViewParent.invalidateChild(View child, Rect r)
           
 ViewParent ViewGroup.invalidateChildInParent(int[] location, Rect dirty)
           
 ViewParent ViewParent.invalidateChildInParent(int[] location, Rect r)
           
 Canvas TextureView.lockCanvas(Rect dirty)
           
 Canvas Surface.lockCanvas(Rect dirty)
           
 Canvas SurfaceHolder.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 ViewGroup.requestChildRectangleOnScreen(View child, Rect rectangle, boolean immediate)
           
 boolean ViewParent.requestChildRectangleOnScreen(View child, Rect rectangle, boolean immediate)
           
 boolean ViewGroup.requestFocus(int direction, Rect previouslyFocusedRect)
           
 boolean View.requestFocus(int direction, Rect previouslyFocusedRect)
           
 boolean View.requestRectangleOnScreen(Rect rectangle)
           
 boolean View.requestRectangleOnScreen(Rect rectangle, boolean immediate)
           
 

Constructors in android.view with parameters of type Rect
TouchDelegate(Rect bounds, View delegateView)
           
 

Uses of Rect in android.view.accessibility
 

Methods in android.view.accessibility with parameters of type Rect
 void AccessibilityNodeInfo.getBoundsInParent(Rect outBounds)
           
 void AccessibilityNodeInfo.getBoundsInScreen(Rect outBounds)
           
 void AccessibilityNodeInfo.setBoundsInParent(Rect bounds)
           
 void AccessibilityNodeInfo.setBoundsInScreen(Rect bounds)
           
 

Uses of Rect in android.view.inputmethod
 

Methods in android.view.inputmethod with parameters of type Rect
 void InputMethodSession.updateCursor(Rect newCursor)
           
 

Uses of Rect in android.webkit
 

Methods in android.webkit with parameters of type Rect
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)
           
 

Uses of Rect in android.widget
 

Methods in android.widget with parameters of type Rect
 void AbsListView.SelectionBoundsAdjuster.adjustListItemSelectionBounds(Rect bounds)
           
protected  int HorizontalScrollView.computeScrollDeltaToGetChildRectOnScreen(Rect rect)
           
protected  int ScrollView.computeScrollDeltaToGetChildRectOnScreen(Rect rect)
           
 void TextView.getFocusedRect(Rect r)
           
 void AbsListView.getFocusedRect(Rect r)
           
 int TextView.getLineBounds(int line, Rect bounds)
           
protected  void AutoCompleteTextView.onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect)
           
protected  void Gallery.onFocusChanged(boolean gainFocus, int direction, Rect previouslyFocusedRect)
           
protected  void DialerFilter.onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect)
           
protected  void GridView.onFocusChanged(boolean gainFocus, int direction, Rect previouslyFocusedRect)
           
protected  void TextView.onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect)
           
protected  void AbsListView.onFocusChanged(boolean gainFocus, int direction, Rect previouslyFocusedRect)
           
protected  void ListView.onFocusChanged(boolean gainFocus, 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-2012. All Rights Reserved.