Home
last modified time | relevance | path

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

/platform_testing/libraries/flicker/utils/src/android/tools/traces/wm/
DDisplayCutout.kt29 val boundRight: Rect, constant in android.tools.traces.wm.DisplayCutout
40 if (boundRight != other.boundRight) return false in equals()
51 result = 31 * result + boundRight.hashCode() in hashCode()
62 "boundRight=$boundRight, " + in toString()
73 boundRight: Rect, in from()
77 DisplayCutout(insets, boundLeft, boundTop, boundRight, boundBottom, waterfallInsets) in from()
/platform_testing/libraries/flicker/utils/src/android/tools/traces/parsers/wm/
DWindowManagerStateBuilder.kt517 proto.boundRight?.toRect() ?: Rect(), in <lambda>()