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