Searched defs:safeInsets (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/core/tests/coretests/src/android/view/ |
D | DisplayCutoutTest.java | 77 Rect safeInsets = new Rect(10, 0, 0, 0); in testExtractBoundsFromList_left() local 85 Rect safeInsets = new Rect(0, 10, 0, 0); in testExtractBoundsFromList_top() local 93 Rect safeInsets = new Rect(0, 0, 10, 0); in testExtractBoundsFromList_right() local 101 Rect safeInsets = new Rect(0, 0, 0, 10); in testExtractBoundsFromList_bottom() local 109 Rect safeInsets = new Rect(0, 10, 0, 10); in testExtractBoundsFromList_top_and_bottom() local 119 Rect safeInsets = new Rect(0, 0, 0, 0); in testExtractBoundsFromList_nullBoundingRects() local
|
/frameworks/base/core/java/android/view/ |
D | DisplayCutout.java | 246 public DisplayCutout(@NonNull Insets safeInsets, @Nullable Rect boundLeft, in DisplayCutout() 269 public DisplayCutout(@NonNull Insets safeInsets, @Nullable Rect boundLeft, in DisplayCutout() 290 public DisplayCutout(@Nullable Rect safeInsets, @Nullable List<Rect> boundingRects) { in DisplayCutout() 303 private DisplayCutout(Rect safeInsets, Insets waterfallInsets, Rect boundLeft, in DisplayCutout() 310 private DisplayCutout(Rect safeInsets, Insets waterfallInsets, Rect[] bounds, in DisplayCutout() 317 private DisplayCutout(Rect safeInsets, Insets waterfallInsets, Bounds bounds) { in DisplayCutout() 355 public static Rect[] extractBoundsFromList(Rect safeInsets, List<Rect> boundingRects) { in extractBoundsFromList() 584 Rect safeInsets = insetInsets(insetLeft, insetTop, insetRight, insetBottom, in inset() local 634 public DisplayCutout replaceSafeInsets(Rect safeInsets) { in replaceSafeInsets() 853 Rect safeInsets = in.readTypedObject(Rect.CREATOR); in readCutoutFromParcel() local
|
D | WindowInsets.java | 1245 final Insets safeInsets = Insets.of(mDisplayCutout.getSafeInsets()); in setDisplayCutout() local
|
/frameworks/base/services/core/java/com/android/server/wm/utils/ |
D | WmDisplayCutout.java | 55 final Rect safeInsets = computeSafeInsets(displaySize, inner); in computeSafeInsets() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/wm/ |
D | DisplayLayout.java | 395 final Rect safeInsets = computeSafeInsets(displaySize, inner); in computeSafeInsets() local
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |