Searched defs:waterfallInsets (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/core/java/android/view/ |
D | DisplayCutout.java | 430 @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/ |
D | SystemBarUtils.java | 63 Insets waterfallInsets = cutout == null ? Insets.NONE : cutout.getWaterfallInsets(); in getStatusBarHeightForRotation() local
|
/frameworks/base/core/tests/coretests/src/android/view/ |
D | DisplayCutoutTest.java | 362 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/ |
D | DisplayLayout.java | 412 final Insets waterfallInsets = rotateInsets(cutout.getWaterfallInsets(), rotation); in calculateDisplayCutoutForRotation() local
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | PointerLocationView.java | 234 Insets waterfallInsets = Insets.NONE; in onApplyWindowInsets() local
|