Home
last modified time | relevance | path

Searched refs:toInsets (Results 1 – 1 of 1) sorted by relevance

/platform_testing/libraries/flicker/utils/src/android/tools/traces/parsers/wm/
DWindowManagerStateBuilder.kt514 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