Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/
H A DDisplayCutout.java403 public DisplayCutout(@NonNull Insets safeInsets, @Nullable Rect boundLeft, in DisplayCutout()
429 public DisplayCutout(@NonNull Insets safeInsets, @Nullable Rect boundLeft, in DisplayCutout()
454 public DisplayCutout(@NonNull Insets safeInsets, @Nullable Rect boundLeft, in DisplayCutout()
475 public DisplayCutout(@Nullable Rect safeInsets, @Nullable List<Rect> boundingRects) { in DisplayCutout()
507 private DisplayCutout(Rect safeInsets, Insets waterfallInsets, Rect[] bounds, in DisplayCutout()
515 private DisplayCutout(Rect safeInsets, Insets waterfallInsets, Bounds bounds, in DisplayCutout()
850 Rect safeInsets = insetInsets(insetLeft, insetTop, insetRight, insetBottom, in inset() local
900 public DisplayCutout replaceSafeInsets(Rect safeInsets) { in replaceSafeInsets()
1335 Rect safeInsets = in.readTypedObject(Rect.CREATOR); in readCutoutFromParcel() local
1369 final Rect safeInsets = mInner.getSafeInsets(); in scale() local
[all …]
H A DWindowInsets.java1358 final Insets safeInsets = Insets.of(mDisplayCutout.getSafeInsets()); in setDisplayCutout() local
/aosp14/frameworks/base/core/tests/coretests/src/android/view/
H A DDisplayCutoutTest.java84 Rect safeInsets = new Rect(10, 0, 0, 0); in testExtractBoundsFromList_left() local
92 Rect safeInsets = new Rect(0, 10, 0, 0); in testExtractBoundsFromList_top() local
100 Rect safeInsets = new Rect(0, 0, 10, 0); in testExtractBoundsFromList_right() local
108 Rect safeInsets = new Rect(0, 0, 0, 10); in testExtractBoundsFromList_bottom() local
116 Rect safeInsets = new Rect(0, 10, 0, 10); in testExtractBoundsFromList_top_and_bottom() local
126 Rect safeInsets = new Rect(0, 0, 0, 0); in testExtractBoundsFromList_nullBoundingRects() local
/aosp14/frameworks/base/services/core/java/com/android/server/wm/utils/
H A DWmDisplayCutout.java54 final Rect safeInsets = DisplayCutout.computeSafeInsets(displayWidth, displayHeight, inner); in computeSafeInsets() local
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
H A DDisplayLayout.java447 final Rect safeInsets = computeSafeInsets(displaySize, inner); in computeSafeInsets() local
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...