Searched refs:waterfallInsets (Results 1 – 3 of 3) sorted by relevance
31 val waterfallInsets: Insets constant in android.tools.traces.wm.DisplayCutout42 if (waterfallInsets != other.waterfallInsets) return false in equals()53 result = 31 * result + waterfallInsets.hashCode() in hashCode()64 "waterfallInsets=$waterfallInsets" + in toString()75 waterfallInsets: Insets in from()77 DisplayCutout(insets, boundLeft, boundTop, boundRight, boundBottom, waterfallInsets) in from()
85 val waterfallInsetTop = cutout?.waterfallInsets?.top ?: 0 in getExpectedStatusBarHeight()
519 proto.waterfallInsets?.toInsets() ?: Insets.NONE in <lambda>()