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

/frameworks/native/include/ui/
H A DRegion.h45 inline bool isEmpty() const { return getBounds().isEmpty(); }
48 inline Rect getBounds() const { return mStorage[mStorage.size() - 1]; } function in class:android::Region
49 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.h78 inline Rect getBounds() const { function in class:android::Rect
/frameworks/native/services/surfaceflinger/
H A DDisplayDevice.h123 Rect getBounds() const { function in class:android::DisplayDevice
126 inline Rect bounds() const { return getBounds(); }
/frameworks/testing/uiautomator/library/src/com/android/uiautomator/core/
H A DUiObject.java732 * @see {@link #getBounds()}
751 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.java176 * same values as getBounds(), but the returned object is guaranteed to not
201 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/base/services/java/com/android/server/accessibility/
H A DScreenMagnifier.java287 && mViewport.getBounds().contains((int) eventX, (int) eventY)) {
488 if (mViewport.getBounds().contains((int) eventX, (int) eventY)) {
562 if (!mViewport.getBounds().contains((int) event.getX(),
604 if (!mViewport.getBounds().contains((int) event.getX(), (int) event.getY())) {
1079 if (!Rect.intersects(rectangle, mViewport.getBounds())) {
1305 mTempRect.set(mViewport.getBounds());
1422 final int viewportWidth = mViewport.getBounds().width();
1423 final int viewportHeight = mViewport.getBounds().height();
1622 public Rect getBounds() { method in class:ScreenMagnifier.Viewport
1623 return mViewportFrame.getBounds();
1769 public Rect getBounds() { method in class:ScreenMagnifier.Viewport.ViewportWindow
[all...]
/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 426 milliseconds