Home
last modified time | relevance | path

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

/platform_testing/libraries/flicker/utils/src/android/tools/traces/wm/
DDisplayCutout.kt30 val boundBottom: Rect, constant in android.tools.traces.wm.DisplayCutout
41 if (boundBottom != other.boundBottom) return false in equals()
52 result = 31 * result + boundBottom.hashCode() in hashCode()
63 "boundBottom=$boundBottom, " + in toString()
74 boundBottom: 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.kt518 proto.boundBottom?.toRect() ?: Rect(), in <lambda>()