/aosp14/frameworks/base/core/java/com/android/internal/policy/ |
H A D | SystemBarUtils.java | 48 final int waterfallInsetTop = cutout == null ? 0 : cutout.getWaterfallInsets().top; in getStatusBarHeight() 63 Insets waterfallInsets = cutout == null ? Insets.NONE : cutout.getWaterfallInsets(); in getStatusBarHeightForRotation()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/ |
H A D | DisplayLayout.java | 410 final Insets waterfallInsets = rotateInsets(cutout.getWaterfallInsets(), rotation); in calculateDisplayCutoutForRotation() 458 int leftInset = Math.max(cutout.getWaterfallInsets().left, in computeSafeInsets() 460 int topInset = Math.max(cutout.getWaterfallInsets().top, in computeSafeInsets() 462 int rightInset = Math.max(cutout.getWaterfallInsets().right, in computeSafeInsets() 464 int bottomInset = Math.max(cutout.getWaterfallInsets().bottom, in computeSafeInsets()
|
/aosp14/frameworks/base/core/java/android/view/ |
H A D | DisplayCutout.java | 543 public @NonNull Insets getWaterfallInsets() { in getWaterfallInsets() method in DisplayCutout 1030 private static Insets getWaterfallInsets(Resources res, String displayUniqueId) { in getWaterfallInsets() method in DisplayCutout 1063 getWaterfallInsets(res, displayUniqueId)).second; in fromResourcesRectApproximation() 1176 final Insets waterfallInsets = RotationUtils.rotateInsets(getWaterfallInsets(), rotation); in getRotated() 1210 int leftInset = Math.max(cutout.getWaterfallInsets().left, findCutoutInsetForSide( in computeSafeInsets() 1212 int topInset = Math.max(cutout.getWaterfallInsets().top, findCutoutInsetForSide( in computeSafeInsets() 1214 int rightInset = Math.max(cutout.getWaterfallInsets().right, findCutoutInsetForSide( in computeSafeInsets() 1216 int bottomInset = Math.max(cutout.getWaterfallInsets().bottom, findCutoutInsetForSide( in computeSafeInsets()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/window/ |
H A D | StatusBarWindowView.java | 60 mTopInset = displayCutout.getWaterfallInsets().top; in onApplyWindowInsets()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/util/ |
H A D | Utils.java | 124 final int waterfallInsetTop = cutout == null ? 0 : cutout.getWaterfallInsets().top; in getStatusBarHeaderHeightKeyguard()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | PhoneStatusBarView.java | 215 mDisplayCutout == null ? 0 : mDisplayCutout.getWaterfallInsets().top; in updateStatusBarHeight()
|
H A D | KeyguardStatusBarView.java | 301 mDisplayCutout == null ? 0 : mDisplayCutout.getWaterfallInsets().top; in updatePadding()
|
/aosp14/frameworks/base/core/tests/coretests/src/android/view/ |
H A D | DisplayCutoutTest.java | 140 assertThat(NO_CUTOUT.getWaterfallInsets(), equalTo(Insets.NONE)); in testHasCutout_noCutout() 173 assertEquals(Insets.of(5, 6, 7, 8), cutout.getWaterfallInsets()); in testGetWaterfallInsets()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/clipboardoverlay/ |
H A D | ClipboardOverlayView.java | 511 Insets waterfall = cutout.getWaterfallInsets(); in computeMargins()
|
/aosp14/frameworks/base/core/java/com/android/internal/widget/ |
H A D | PointerLocationView.java | 247 waterfallInsets = insets.getDisplayCutout().getWaterfallInsets(); in onApplyWindowInsets()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ |
H A D | ScreenshotView.java | 470 Insets waterfall = cutout.getWaterfallInsets(); in updateInsets()
|
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | DisplayPolicy.java | 2460 final Insets waterfallInsets = state.getDisplayCutout().getWaterfallInsets();
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
H A D | NotificationStackScrollLayout.java | 1831 mWaterfallTopInset = cutout.getWaterfallInsets().top;
|
/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 ... |
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 50328 method @NonNull public android.graphics.Insets getWaterfallInsets();
|