Searched defs:RectProto (Results 1 – 1 of 1) sorted by relevance
563 private fun RectProto.toRect() = Rect(this.left, this.top, this.right, this.bottom) in <lambda>() method565 private fun RectProto.toInsets() = Insets.of(this.left, this.top, this.right, this.bottom) in <lambda>() method