Searched refs:boundBottom (Results 1 – 2 of 2) sorted by relevance
30 val boundBottom: Rect, constant in android.tools.traces.wm.DisplayCutout41 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()
518 proto.boundBottom?.toRect() ?: Rect(), in <lambda>()