Home
last modified time | relevance | path

Searched refs:waterfallInsets (Results 1 – 3 of 3) sorted by relevance

/platform_testing/libraries/flicker/utils/src/android/tools/traces/wm/
DDisplayCutout.kt31 val waterfallInsets: Insets constant in android.tools.traces.wm.DisplayCutout
42 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()
/platform_testing/libraries/flicker/utils/src/android/tools/helpers/
DWindowUtils.kt85 val waterfallInsetTop = cutout?.waterfallInsets?.top ?: 0 in getExpectedStatusBarHeight()
/platform_testing/libraries/flicker/utils/src/android/tools/traces/parsers/wm/
DWindowManagerStateBuilder.kt519 proto.waterfallInsets?.toInsets() ?: Insets.NONE in <lambda>()