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

12

/frameworks/opt/chips/src/com/android/ex/chips/recipientchip/
H A DDrawableRecipientChip.java30 Rect getBounds(); method in interface:DrawableRecipientChip
H A DVisibleRecipientChip.java93 public Rect getBounds() { method in class:VisibleRecipientChip
94 return super.getBounds();
H A DInvisibleRecipientChip.java107 public Rect getBounds() { method in class:InvisibleRecipientChip
H A DReplacementDrawableSpan.java32 final Rect bounds = getBounds();
46 return getBounds().right;
53 int transY = (bottom - mDrawable.getBounds().bottom + top) / 2;
59 protected Rect getBounds() { method in class:ReplacementDrawableSpan
60 return mDrawable.getBounds();
/frameworks/base/libs/hwui/
H A DRevealClip.h50 void getBounds(Rect* outBounds) const { function in class:android::uirenderer::RevealClip
H A DVertexBuffer.h128 const Rect& getBounds() const { return mBounds; } function in class:android::uirenderer::VertexBuffer
/frameworks/native/include/ui/
H A DRegion.h47 inline bool isEmpty() const { return getBounds().isEmpty(); }
50 inline Rect getBounds() const { return mStorage[mStorage.size() - 1]; } function in class:android::Region
51 inline Rect bounds() const { return getBounds(); }
H A DGraphicBuffer.h92 Rect getBounds() const { return Rect(width, height); } function in class:android::GraphicBuffer
H A DRect.h85 inline Rect getBounds() const { function in class:android::Rect
/frameworks/base/core/java/android/hardware/camera2/params/
H A DFace.java147 public Rect getBounds() { method in class:Face
199 * the same space as the ones for {@link #getBounds}. This is an
215 * in the same space as the ones for {@link #getBounds}.This is an
231 * the same space as the ones for {@link #getBounds}. This is an optional
/frameworks/base/services/core/java/com/android/server/wm/
H A DTaskStack.java136 void getBounds(Rect out) { method in class:TaskStack
/frameworks/native/services/surfaceflinger/
H A DDisplayDevice.h140 Rect getBounds() const { function in class:android::DisplayDevice
143 inline Rect bounds() const { return getBounds(); }
/frameworks/base/graphics/java/android/graphics/
H A DRegion.java135 public Rect getBounds() { method in class:Region
145 public boolean getBounds(Rect r) { method in class:Region
/frameworks/base/graphics/java/android/graphics/drawable/
H A DRippleBackground.java217 public void getBounds(Rect bounds) { method in class:RippleBackground
H A DRipple.java284 public void getBounds(Rect bounds) { method in class:Ripple
H A DDrawable.java191 * same values as getBounds(), but the returned object is guaranteed to not
216 public final Rect getBounds() { method in class:Drawable
235 return getBounds();
548 outRect.set(getBounds());
897 outline.setRect(getBounds());
/frameworks/base/libs/input/
H A DPointerController.cpp98 bool PointerController::getBounds(float* outMinX, float* outMinY, function in class:android::PointerController
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
H A DGLCanvas.java214 public abstract void getBounds(Rect bounds, int x, int y, int width, int height); method in interface:GLCanvas
H A DGLES20Canvas.java993 public void getBounds(Rect bounds, int x, int y, int width, int height) { method in class:GLES20Canvas
/frameworks/testing/uiautomator/library/core-src/com/android/uiautomator/core/
H A DUiObject.java804 * @see {@link #getBounds()}
823 public Rect getBounds() throws UiObjectNotFoundException { method in class:UiObject
/frameworks/base/media/java/android/media/
H A DTimedText.java42 * <li> call {@link #getBounds} to get the text rendering area/region</li>
384 public Rect getBounds() { method in class:TimedText
/frameworks/minikin/libs/minikin/
H A DLayout.cpp870 void Layout::getBounds(MinikinRect* bounds) { function in class:android::Layout
/frameworks/base/core/java/android/widget/
H A DGridLayout.java1309 Bounds bounds = getAlignment(spec.alignment, horizontal).getBounds();
2758 Bounds getBounds() { method in class:GridLayout.Alignment
2897 public Bounds getBounds() {
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/
H A DGridLayout.java1187 Bounds bounds = getAlignment(spec.alignment, horizontal).getBounds();
2634 Bounds getBounds() { method in class:GridLayout.Alignment
2777 public Bounds getBounds() {
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityStackSupervisor.java3793 void getBounds(Point outBounds) { method in class:ActivityStackSupervisor.ActivityContainer
3796 mActivityDisplay.getBounds(outBounds);
3973 void getBounds(Point bounds) { method in class:ActivityStackSupervisor.ActivityDisplay

Completed in 1412 milliseconds

12