Searched defs:getBounds (Results 26 - 50 of 52) sorted by relevance

123

/frameworks/native/libs/ui/include_vndk/ui/
H A DRect.h110 inline Rect getBounds() const { function in class:android::Rect
/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
H A DUiObject.java811 * @see #getBounds()
830 public Rect getBounds() throws UiObjectNotFoundException { method in class:UiObject
/frameworks/base/core/java/android/app/
H A DWindowConfiguration.java244 public Rect getBounds() { method in class:WindowConfiguration
/frameworks/base/core/java/android/text/
H A DMeasuredParagraph.java306 public void getBounds(@IntRange(from = 0) int start, @IntRange(from = 0) int end, method in class:MeasuredParagraph
H A DPrecomputedText.java500 public void getBounds(@IntRange(from = 0) int start, @IntRange(from = 0) int end, method in class:PrecomputedText
518 getMeasuredParagraph(paraIndex).getBounds(start - paraStart, end - paraStart, bounds);
/frameworks/base/core/java/android/view/
H A DDisplayCutout.java186 * Region bounds = displayCutout.getBounds();
195 public Region getBounds() { method in class:DisplayCutout
215 result.add(bounds.getBounds());
221 result.add(bounds.getBounds());
228 result.add(bounds.getBounds());
237 result = result * 31 + mBounds.getBounds().hashCode();
257 + " boundingRect=" + mBounds.getBounds()
267 mBounds.getBounds().writeToProto(proto, BOUNDS);
/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 DRippleForeground.java182 public void getBounds(Rect bounds) { method in class:RippleForeground
H A DDrawable.java261 * same values as getBounds(), but the returned object is guaranteed to not
288 public final Rect getBounds() { method in class:Drawable
308 return getBounds();
709 outRect.set(getBounds());
1109 outline.setRect(getBounds());
/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 DConfigurationContainer.java204 public Rect getBounds() { method in class:ConfigurationContainer
205 mReturnBounds.set(getConfiguration().windowConfiguration.getBounds());
209 public void getBounds(Rect outBounds) { method in class:ConfigurationContainer
210 outBounds.set(getBounds());
218 mReturnBounds.set(getOverrideConfiguration().windowConfiguration.getBounds());
241 * This value will be reported when {@link #getBounds()} and {@link #getOverrideBounds()}. If
H A DTask.java348 mPreparedFrozenBounds.set(getBounds());
366 getBounds(mTmpRect2);
387 public void getBounds(Rect out) { method in class:Task
391 super.getBounds(out);
397 mStack.getDisplayContent().getBounds(out);
465 mStack.getBounds(out);
467 mStack.getBounds(mTmpRect);
468 mTmpRect.intersect(getBounds());
472 out.set(getBounds());
480 displayContent.getBounds(ou
[all...]
H A DTaskStack.java256 final Rect stackBounds = getBounds();
293 mDisplayContent.getBounds(mTmpRect);
326 return super.getBounds();
341 public void getBounds(Rect bounds) { method in class:TaskStack
342 bounds.set(getBounds());
346 public Rect getBounds() { method in class:TaskStack
355 return super.getBounds();
362 return mDisplayContent.getBounds();
409 getBounds(outBounds);
414 getBounds(ou
[all...]
H A DDisplayContent.java1255 final Path bounds = cutout.getBounds().getBoundaryPath();
2156 getBounds(mTmpRect, newRotation);
2945 public void getBounds(Rect out) { method in class:DisplayContent
2949 private void getBounds(Rect out, int orientation) { method in class:DisplayContent
2950 getBounds(out);
3827 getBounds(mTmpDimBoundsRect);
/frameworks/base/libs/input/
H A DPointerController.cpp138 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/SystemUI/src/com/android/systemui/pip/phone/
H A DPipMotionHelper.java190 Rect getBounds() { method in class:PipMotionHelper
/frameworks/native/services/surfaceflinger/
H A DDisplayDevice.h177 Rect getBounds() const { function in class:android::DisplayDevice
180 inline Rect bounds() const { return getBounds(); }
341 : DisplayRenderArea(device, device->getBounds(), device->getHeight(), device->getWidth(),
349 Rect getBounds() const override { return mDevice->getBounds(); }
/frameworks/base/libs/hwui/
H A DVectorDrawable.h624 const SkRect& getBounds() const { return mNonAnimatableProperties.bounds; } function in class:android::uirenderer::VectorDrawable::Tree::TreeProperties
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerShellCommand.java2390 private Rect getBounds() { method in class:ActivityManagerShellCommand
2475 final Rect bounds = getBounds();
2490 bounds = getBounds();
2510 final Rect bounds = getBounds();
2511 final Rect taskBounds = getBounds();
2565 final Rect bounds = getBounds();
2639 final Rect bounds = getBounds();
/frameworks/minikin/libs/minikin/
H A DLayout.cpp378 mBounds->join(layout.getBounds());
837 void Layout::getBounds(MinikinRect* bounds) const { function in class:minikin::Layout
/frameworks/base/core/java/android/widget/
H A DGridLayout.java1308 Bounds bounds = spec.getAbsoluteAlignment(horizontal).getBounds();
2795 Bounds getBounds() { method in class:GridLayout.Alignment
2934 public Bounds getBounds() {
/frameworks/support/gridlayout/src/main/java/androidx/gridlayout/widget/
H A DGridLayout.java1196 Bounds bounds = spec.getAbsoluteAlignment(horizontal).getBounds();
2682 Bounds getBounds() { method in class:GridLayout.Alignment
2857 public Bounds getBounds() {
/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp95 virtual bool getBounds(float* outMinX, float* outMinY, float* outMaxX, float* outMaxY) const { function in class:android::FakePointerController

Completed in 1464 milliseconds

123