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