Home
last modified time | relevance | path

Searched defs:RectProto (Results 1 – 1 of 1) sorted by relevance

/platform_testing/libraries/flicker/utils/src/android/tools/traces/parsers/wm/
DWindowManagerStateBuilder.kt563 private fun RectProto.toRect() = Rect(this.left, this.top, this.right, this.bottom) in <lambda>() method
565 private fun RectProto.toInsets() = Insets.of(this.left, this.top, this.right, this.bottom) in <lambda>() method