Home
last modified time | relevance | path

Searched refs:fromBoundsAndWaterfall (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/utils/
DWmDisplayCutoutTest.java201 DisplayCutout.fromBoundsAndWaterfall( in computeSafeInsets_waterfall()
212 DisplayCutout.fromBoundsAndWaterfall( in computeSafeInsets_cutoutTop_greaterThan_waterfallTop()
223 DisplayCutout.fromBoundsAndWaterfall( in computeSafeInsets_cutoutTop_lessThan_waterfallTop()
234 DisplayCutout.fromBoundsAndWaterfall( in computeSafeInsets_cutoutLeft_greaterThan_waterfallLeft()
245 DisplayCutout.fromBoundsAndWaterfall( in computeSafeInsets_cutoutLeft_lessThan_waterfallLeft()
256 DisplayCutout.fromBoundsAndWaterfall( in computeSafeInsets_cutoutBottom_greaterThan_waterfallBottom()
267 DisplayCutout.fromBoundsAndWaterfall( in computeSafeInsets_cutoutBottom_lessThan_waterfallBottom()
278 DisplayCutout.fromBoundsAndWaterfall( in computeSafeInsets_cutoutRight_greaterThan_waterfallRight()
289 DisplayCutout.fromBoundsAndWaterfall( in computeSafeInsets_cutoutRight_lessThan_waterfallRight()
/frameworks/base/packages/SystemUI/src/com/android/systemui/wm/
DDisplayLayout.java376 DisplayCutout.fromBoundsAndWaterfall(newBounds, waterfallInsets), in calculateDisplayCutoutForRotation()
/frameworks/base/core/java/android/view/
DDisplayCutout.java663 public static DisplayCutout fromBoundsAndWaterfall(Rect[] bounds, Insets waterfallInsets) { in fromBoundsAndWaterfall() method in DisplayCutout
/frameworks/base/services/core/java/com/android/server/wm/
DDisplayContent.java1852 DisplayCutout.fromBoundsAndWaterfall(newBounds, waterfallInsets), in calculateDisplayCutoutForRotationUncached()