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

/frameworks/native/include/ui/
H A DRegion.h47 inline Rect getBounds() const { return mBounds; } function in class:android::Region
48 inline Rect bounds() const { return getBounds(); }
H A DGraphicBuffer.h90 Rect getBounds() const { return Rect(width, height); } function in class:android::GraphicBuffer
H A DRect.h77 inline Rect getBounds() const { function in class:android::Rect
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DDisplayHardware.h107 Rect getBounds() const { function in class:android::DisplayHardware
110 inline Rect bounds() const { return getBounds(); }
/frameworks/testing/uiautomator/library/src/com/android/uiautomator/core/
H A DUiObject.java173 Rect rect = getBounds();
193 Rect rect = getBounds();
213 Rect rect = getBounds();
232 Rect rect = getBounds();
669 public Rect getBounds() throws UiObjectNotFoundException { method in class:UiObject
/frameworks/base/core/java/android/widget/
H A DEdgeEffect.java165 * only used by {@link #getBounds(boolean)}.
372 public Rect getBounds(boolean reverse) { method in class:EdgeEffect
H A DGridLayout.java1252 Bounds bounds = getAlignment(spec.alignment, horizontal).getBounds();
2525 Bounds getBounds() { method in class:GridLayout.Alignment
2668 public Bounds getBounds() {
/frameworks/base/graphics/java/android/graphics/
H A DRegion.java127 public Rect getBounds() { method in class:Region
137 public boolean getBounds(Rect r) { method in class:Region
/frameworks/base/services/input/
H A DPointerController.cpp98 bool PointerController::getBounds(float* outMinX, float* outMinY, function in class:android::PointerController
/frameworks/base/graphics/java/android/graphics/drawable/
H A DDrawable.java175 * same values as getBounds(), but the returned object is guaranteed to not
200 public final Rect getBounds() { method in class:Drawable
/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/support/v7/gridlayout/src/android/support/v7/widget/
H A DGridLayout.java1174 Bounds bounds = getAlignment(spec.alignment, horizontal).getBounds();
2456 Bounds getBounds() { method in class:GridLayout.Alignment
2592 public Bounds getBounds() {
/frameworks/base/services/input/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 292 milliseconds