Searched defs:getRect (Results 1 – 8 of 8) sorted by relevance
68 fun getRect(): RectF { in getRect() method
68 ARect getRect() { return ARegionIterator_getRect(mIterator); } in getRect() function
115 public Rect getRect() { in getRect() method in SensorLocationInternal
216 public Rect getRect() { in getRect() method in MeteringRectangle
242 public Rect getRect() { in getRect() method in CommonFoldingFeature
223 public boolean getRect(@NonNull Rect outRect) { in getRect() method in Outline
45 internal fun View.getRect(): Rect = Rect(this.left, this.top, this.right, this.bottom) in <lambda>() method
225 private Rect getRect(@BoundsPosition int pos) { in getRect() method in DisplayCutout.Bounds