Home
last modified time | relevance | path

Searched defs:safeInsets (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/view/
DDisplayCutout.java364 public DisplayCutout(@NonNull Insets safeInsets, @Nullable Rect boundLeft, in DisplayCutout()
388 public DisplayCutout(@NonNull Insets safeInsets, @Nullable Rect boundLeft, in DisplayCutout()
409 public DisplayCutout(@Nullable Rect safeInsets, @Nullable List<Rect> boundingRects) { in DisplayCutout()
432 private DisplayCutout(Rect safeInsets, Insets waterfallInsets, Rect boundLeft, Rect boundTop, in DisplayCutout()
441 private DisplayCutout(Rect safeInsets, Insets waterfallInsets, Rect[] bounds, in DisplayCutout()
449 private DisplayCutout(Rect safeInsets, Insets waterfallInsets, Bounds bounds, in DisplayCutout()
488 public static Rect[] extractBoundsFromList(Rect safeInsets, List<Rect> boundingRects) { in extractBoundsFromList()
779 Rect safeInsets = insetInsets(insetLeft, insetTop, insetRight, insetBottom, in inset() local
829 public DisplayCutout replaceSafeInsets(Rect safeInsets) { in replaceSafeInsets()
1079 Rect safeInsets = in.readTypedObject(Rect.CREATOR); in readCutoutFromParcel() local
[all …]
DWindowInsets.java1314 final Insets safeInsets = Insets.of(mDisplayCutout.getSafeInsets()); in setDisplayCutout() local
/frameworks/base/core/tests/coretests/src/android/view/
DDisplayCutoutTest.java80 Rect safeInsets = new Rect(10, 0, 0, 0); in testExtractBoundsFromList_left() local
88 Rect safeInsets = new Rect(0, 10, 0, 0); in testExtractBoundsFromList_top() local
96 Rect safeInsets = new Rect(0, 0, 10, 0); in testExtractBoundsFromList_right() local
104 Rect safeInsets = new Rect(0, 0, 0, 10); in testExtractBoundsFromList_bottom() local
112 Rect safeInsets = new Rect(0, 10, 0, 10); in testExtractBoundsFromList_top_and_bottom() local
122 Rect safeInsets = new Rect(0, 0, 0, 0); in testExtractBoundsFromList_nullBoundingRects() local
/frameworks/base/services/core/java/com/android/server/wm/utils/
DWmDisplayCutout.java55 final Rect safeInsets = computeSafeInsets(displaySize, inner); in computeSafeInsets() local
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
DDisplayLayout.java394 final Rect safeInsets = computeSafeInsets(displaySize, inner); in computeSafeInsets() local