Searched refs:getRect (Results 1 – 12 of 12) sorted by relevance
193 private Rect getRect(@BoundsPosition int pos) { in getRect() method in DisplayCutout.Bounds436 return mBounds.getRect(BOUNDS_POSITION_LEFT); in getBoundingRectLeft()447 return mBounds.getRect(BOUNDS_POSITION_TOP); in getBoundingRectTop()458 return mBounds.getRect(BOUNDS_POSITION_RIGHT); in getBoundingRectRight()469 return mBounds.getRect(BOUNDS_POSITION_BOTTOM); in getBoundingRectBottom()502 mBounds.getRect(BOUNDS_POSITION_LEFT).writeToProto(proto, BOUND_LEFT); in writeToProto()503 mBounds.getRect(BOUNDS_POSITION_TOP).writeToProto(proto, BOUND_TOP); in writeToProto()504 mBounds.getRect(BOUNDS_POSITION_RIGHT).writeToProto(proto, BOUND_RIGHT); in writeToProto()505 mBounds.getRect(BOUNDS_POSITION_BOTTOM).writeToProto(proto, BOUND_BOTTOM); in writeToProto()
216 public Rect getRect() { in getRect() method in MeteringRectangle
49 if (!outline.getRect(rectScaled) || alpha < MIN_ALPHA) { in paintRectShadow()54 outline.getRect(rectOriginal); in paintRectShadow()
222 public boolean getRect(@NonNull Rect outRect) { in getRect() method in Outline
54 if (!viewOutline.getRect(outline)) { in paintShadow()
822 Rect normalizedRegionUnbounded = ParamsUtils.mapRect(transform, meteringRect.getRect()); in convertMeteringRectangleToLegacy()846 Rect previewMetering = meteringRect.getRect(); in convertMeteringRectangleToLegacy()
68 bool getRect(const char *name,
465 msg, expected[i].getRect(), actual[i].getRect(), errorPercent)) { in expectMeteringRegionsAreSimilar()
1655 Rect requestRect = requestRegions[i].getRect(); in getExpectedOutputRegion()
14448 method public boolean getRect(@NonNull android.graphics.Rect);17373 method public android.graphics.Rect getRect();
13117 method public android.graphics.Rect getRect();