Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DDisplayCutout.java430 @NonNull Insets waterfallInsets, @Nullable CutoutPathParserInfo info) { in DisplayCutout()
455 @NonNull Insets waterfallInsets) { in DisplayCutout()
497 private DisplayCutout(Rect safeInsets, Insets waterfallInsets, Rect boundLeft, Rect boundTop, in DisplayCutout()
506 private DisplayCutout(Rect safeInsets, Insets waterfallInsets, Rect[] bounds, in DisplayCutout()
514 private DisplayCutout(Rect safeInsets, Insets waterfallInsets, Bounds bounds, in DisplayCutout()
858 Rect waterfallInsets = insetInsets(insetLeft, insetTop, insetRight, insetBottom, in inset() local
929 public static DisplayCutout constructDisplayCutout(Rect[] bounds, Insets waterfallInsets, in constructDisplayCutout()
1072 int displayHeight, float density, Insets waterfallInsets) { in fromSpec()
1093 int displayWidth, int displayHeight, float density, Insets waterfallInsets) { in pathAndDisplayCutoutFromSpec()
1175 final Insets waterfallInsets = RotationUtils.rotateInsets(getWaterfallInsets(), rotation); in getRotated() local
[all …]
/frameworks/base/core/java/com/android/internal/policy/
DSystemBarUtils.java63 Insets waterfallInsets = cutout == null ? Insets.NONE : cutout.getWaterfallInsets(); in getStatusBarHeightForRotation() local
/frameworks/base/core/tests/coretests/src/android/view/
DDisplayCutoutTest.java362 Insets waterfallInsets = Insets.of(0, 20, 0, 20); in fromSpec_caches() local
403 Insets waterfallInsets = Insets.of(0, 20, 0, 20); in fromSpec_wontCacheIfWaterfallInsetsChange() local
598 private static DisplayCutout createCutoutWaterfallOnly(Insets waterfallInsets) { in createCutoutWaterfallOnly()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
DDisplayLayout.java412 final Insets waterfallInsets = rotateInsets(cutout.getWaterfallInsets(), rotation); in calculateDisplayCutoutForRotation() local
/frameworks/base/core/java/com/android/internal/widget/
DPointerLocationView.java234 Insets waterfallInsets = Insets.NONE; in onApplyWindowInsets() local