Home
last modified time | relevance | path

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

/platform_testing/libraries/flicker/utils/src/android/tools/traces/wm/
DDisplayCutout.kt27 val boundLeft: Rect, constant in android.tools.traces.wm.DisplayCutout
38 if (boundLeft != other.boundLeft) return false in equals()
49 result = 31 * result + boundLeft.hashCode() in hashCode()
60 "boundLeft=$boundLeft, " + in toString()
71 boundLeft: 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.kt515 proto.boundLeft?.toRect() ?: Rect(), in <lambda>()