Searched refs:toInsets (Results 1 – 1 of 1) sorted by relevance
514 proto.insets?.toInsets() ?: Insets.NONE, in <lambda>()519 proto.waterfallInsets?.toInsets() ?: Insets.NONE in <lambda>()565 private fun RectProto.toInsets() = Insets.of(this.left, this.top, this.right, this.bottom) in <lambda>() method in android.tools.traces.parsers.wm.WindowManagerStateBuilder