Searched defs:getBounds (Results 1 - 25 of 31) 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.java33 final Rect bounds = getBounds();
47 return getBounds().right;
54 int transY = (bottom - mDrawable.getBounds().bottom + top) / 2;
60 protected Rect getBounds() { method in class:ReplacementDrawableSpan
61 return mDrawable.getBounds();
/frameworks/base/libs/hwui/
H A DRevealClip.h50 void getBounds(Rect* outBounds) const { function in class:android::uirenderer::RevealClip
H A DOutline.h75 mBounds.set(outline->getBounds());
136 const Rect& getBounds() const { function in class:android::uirenderer::Outline::Type
H A DClipArea.h42 const Rect& getBounds() const { function in class:android::uirenderer::TransformedRectangle
H A DVertexBuffer.h127 const Rect& getBounds() const { return mBounds; } function in class:android::uirenderer::VertexBuffer
H A DVectorDrawable.h668 const SkRect& getBounds() const { function in class:android::uirenderer::VectorDrawable::Tree::TreeProperties
/frameworks/native/include/ui/
H A DRegion.h48 inline bool isEmpty() const { return getBounds().isEmpty(); }
51 inline Rect getBounds() const { return mStorage[mStorage.size() - 1]; } function in class:android::Region
52 inline Rect bounds() const { return getBounds(); }
H A DRect.h99 inline Rect getBounds() const { function in class:android::Rect
H A DGraphicBuffer.h94 Rect getBounds() const { return Rect(width, height); } function in class:android::GraphicBuffer
/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/graphics/java/android/graphics/drawable/
H A DRippleComponent.java184 public void getBounds(Rect bounds) { method in class:RippleComponent
H A DRippleForeground.java138 public void getBounds(Rect bounds) { method in class:RippleForeground
H A DDrawable.java240 * same values as getBounds(), but the returned object is guaranteed to not
267 public final Rect getBounds() { method in class:Drawable
287 return getBounds();
682 outRect.set(getBounds());
1063 outline.setRect(getBounds());
/frameworks/native/services/surfaceflinger/
H A DDisplayDevice.h165 Rect getBounds() const { function in class:android::DisplayDevice
168 inline Rect bounds() const { return getBounds(); }
/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
H A DUiObject.java811 * @see {@link #getBounds()}
830 public Rect getBounds() throws UiObjectNotFoundException { method in class:UiObject
/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/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
/frameworks/base/libs/input/
H A DPointerController.cpp118 bool PointerController::getBounds(float* outMinX, float* outMinY, function in class:android::PointerController
/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/base/services/core/java/com/android/server/wm/
H A DTask.java344 getBounds(mTmpRect2);
429 void getBounds(Rect out) { method in class:Task
508 mStack.getBounds(out);
510 mStack.getBounds(mTmpRect);
H A DTaskStack.java192 task.getBounds(mTmpRect);
260 task.getBounds(mTmpRect2);
307 * Most callers should be using {@link #getBounds} as it take into consideration other system
324 public void getBounds(Rect out) { method in class:TaskStack
347 getBounds(out);
/frameworks/base/cmds/am/src/com/android/commands/am/
H A DAm.java1830 final Rect bounds = getBounds();
1845 bounds = getBounds();
1865 final Rect bounds = getBounds();
1866 final Rect taskBounds = getBounds();
1929 final Rect bounds = getBounds();
2087 final Rect bounds = getBounds();
2551 private Rect getBounds() { method in class:Am

Completed in 9350 milliseconds

12