Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/view/
DDisplayCutoutTest.java77 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/
DDisplayCutout.java246 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
DWindowInsets.java1245 final Insets safeInsets = Insets.of(mDisplayCutout.getSafeInsets()); in setDisplayCutout() local
/frameworks/base/services/core/java/com/android/server/wm/utils/
DWmDisplayCutout.java55 final Rect safeInsets = computeSafeInsets(displaySize, inner); in computeSafeInsets() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/wm/
DDisplayLayout.java395 final Rect safeInsets = computeSafeInsets(displaySize, inner); in computeSafeInsets() local
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...