Searched defs:toRect (Results 1 – 2 of 2) sorted by relevance
41 fun toRect(): Rect { in toRect() method
581 private fun RectProto.toRect() = Rect(this.left, this.top, this.right, this.bottom) in <lambda>() method