Searched defs:getBounds (Results 1 - 25 of 31) sorted by path

12

/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
/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/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/core/java/android/widget/
H A DGridLayout.java1292 Bounds bounds = spec.getAbsoluteAlignment(horizontal).getBounds();
2779 Bounds getBounds() { method in class:GridLayout.Alignment
2918 public Bounds 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 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());
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
/frameworks/base/libs/hwui/
H A DClipArea.h42 const Rect& getBounds() const { function in class:android::uirenderer::TransformedRectangle
H A DOutline.h75 mBounds.set(outline->getBounds());
136 const Rect& getBounds() const { function in class:android::uirenderer::Outline::Type
H A DRevealClip.h50 void getBounds(Rect* outBounds) const { function in class:android::uirenderer::RevealClip
H A DVectorDrawable.h668 const SkRect& getBounds() const { function in class:android::uirenderer::VectorDrawable::Tree::TreeProperties
H A DVertexBuffer.h127 const Rect& getBounds() const { return mBounds; } function in class:android::uirenderer::VertexBuffer
/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/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/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/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...
/frameworks/minikin/libs/minikin/
H A DLayout.cpp963 void Layout::getBounds(MinikinRect* bounds) { function in class:android::Layout
/frameworks/native/include/ui/
H A DGraphicBuffer.h94 Rect getBounds() const { return Rect(width, height); } function in class:android::GraphicBuffer
H A DRect.h99 inline Rect getBounds() const { function in class:android::Rect
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(); }
/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp90 virtual bool getBounds(float* outMinX, float* outMinY, float* outMaxX, float* outMaxY) const { function in class:android::FakePointerController

Completed in 405 milliseconds

12