Searched defs:safeInsets (Results 1 – 6 of 6) sorted by relevance
/aosp14/frameworks/base/core/java/android/view/ |
H A D | DisplayCutout.java | 403 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 D | WindowInsets.java | 1358 final Insets safeInsets = Insets.of(mDisplayCutout.getSafeInsets()); in setDisplayCutout() local
|
/aosp14/frameworks/base/core/tests/coretests/src/android/view/ |
H A D | DisplayCutoutTest.java | 84 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 D | WmDisplayCutout.java | 54 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 D | DisplayLayout.java | 447 final Rect safeInsets = computeSafeInsets(displaySize, inner); in computeSafeInsets() local
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |