Searched defs:getBounds (Results 1 - 22 of 22) sorted by relevance

/frameworks/base/awt/com/android/internal/awt/
H A DAndroidGraphicsConfiguration.java60 public Rectangle getBounds() { method in class:AndroidGraphicsConfiguration
/frameworks/base/awt/java/awt/
H A DGraphicsConfiguration.java111 public abstract Rectangle getBounds(); method in class:GraphicsConfiguration
H A DShape.java97 public Rectangle getBounds(); method in interface:Shape
H A DPolygon.java261 * @see java.awt.Shape#getBounds()
263 public Rectangle getBounds() { method in class:Polygon
299 * @deprecated Use getBounds() method.
303 return getBounds();
314 return getBounds().getBounds2D();
H A DRectangle.java349 * @see java.awt.geom.RectangularShape#getBounds()
352 public Rectangle getBounds() { method in class:Rectangle
365 return getBounds();
H A DComponent.java199 * public Rectangle getBounds() { toolkit.lockAWT(); try { return
200 * Component.this.getBounds(); } finally { toolkit.unlockAWT(); } } public
742 public Rectangle getBounds() { method in class:Component.ComponentState
1860 * @deprecated Use getBounds() methood.
2353 public Rectangle getBounds() { method in class:Component
2371 public Rectangle getBounds(Rectangle rv) { method in class:Component
/frameworks/base/awt/java/awt/font/
H A DGraphicAttribute.java129 public Rectangle2D getBounds() { method in class:GraphicAttribute
H A DImageGraphicAttribute.java176 public Rectangle2D getBounds() { method in class:ImageGraphicAttribute
H A DShapeGraphicAttribute.java197 public Rectangle2D getBounds() { method in class:ShapeGraphicAttribute
H A DTextLayout.java390 public Rectangle2D getBounds() { method in class:TextLayout
878 return hitTestChar(x, y, getBounds());
/frameworks/base/awt/org/apache/harmony/awt/state/
H A DState.java48 Rectangle getBounds(); method in interface:State
/frameworks/base/awt/java/awt/geom/
H A DArea.java145 public Rectangle getBounds() { method in class:Area
146 return s == null ? new Rectangle() : s.getBounds();
H A DLine2D.java493 public Rectangle getBounds() { method in class:Line2D
494 return getBounds2D().getBounds();
H A DRectangularShape.java276 public Rectangle getBounds() { method in class:RectangularShape
H A DCubicCurve2D.java1027 public Rectangle getBounds() { method in class:CubicCurve2D
1028 return getBounds2D().getBounds();
H A DGeneralPath.java557 public Rectangle getBounds() { method in class:GeneralPath
558 return getBounds2D().getBounds();
H A DQuadCurve2D.java897 public Rectangle getBounds() { method in class:QuadCurve2D
898 return getBounds2D().getBounds();
/frameworks/base/awt/org/apache/harmony/awt/wtk/
H A DNativeWindow.java81 Rectangle getBounds(); method in interface:NativeWindow
/frameworks/base/awt/java/awt/image/
H A DRaster.java1092 public Rectangle getBounds() { method in class:Raster
/frameworks/base/awt/org/apache/harmony/awt/gl/
H A DMultiRectArea.java678 public Rectangle getBounds() { method in class:MultiRectArea
745 return getBounds();
/frameworks/base/graphics/java/android/graphics/
H A DRegion.java119 public Rect getBounds() { method in class:Region
129 public boolean getBounds(Rect r) { method in class:Region
/frameworks/base/graphics/java/android/graphics/drawable/
H A DDrawable.java157 * same values as getBounds(), but the returned object is guaranteed to not
182 public final Rect getBounds() { method in class:Drawable

Completed in 1184 milliseconds