Searched defs:toRect (Results 1 – 3 of 3) sorted by relevance
54 fun toRect(): Rect { in toRect() method
207 private fun Common.RectProto?.toRect(): Rect = in toRect() method
569 private fun RectProto.toRect() = Rect.from(this.left, this.top, this.right, this.bottom) in <lambda>() method in android.tools.device.traces.parsers.wm.WindowManagerStateBuilder