Home
last modified time | relevance | path

Searched refs:getWaterfallInsets (Results 1 – 15 of 15) sorted by relevance

/aosp14/frameworks/base/core/java/com/android/internal/policy/
H A DSystemBarUtils.java48 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 DDisplayLayout.java410 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 DDisplayCutout.java543 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 DStatusBarWindowView.java60 mTopInset = displayCutout.getWaterfallInsets().top; in onApplyWindowInsets()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
H A DUtils.java124 final int waterfallInsetTop = cutout == null ? 0 : cutout.getWaterfallInsets().top; in getStatusBarHeaderHeightKeyguard()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBarView.java215 mDisplayCutout == null ? 0 : mDisplayCutout.getWaterfallInsets().top; in updateStatusBarHeight()
H A DKeyguardStatusBarView.java301 mDisplayCutout == null ? 0 : mDisplayCutout.getWaterfallInsets().top; in updatePadding()
/aosp14/frameworks/base/core/tests/coretests/src/android/view/
H A DDisplayCutoutTest.java140 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 DClipboardOverlayView.java511 Insets waterfall = cutout.getWaterfallInsets(); in computeMargins()
/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DPointerLocationView.java247 waterfallInsets = insets.getDisplayCutout().getWaterfallInsets(); in onApplyWindowInsets()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DScreenshotView.java470 Insets waterfall = cutout.getWaterfallInsets(); in updateInsets()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayPolicy.java2460 final Insets waterfallInsets = state.getDisplayCutout().getWaterfallInsets();
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayout.java1831 mWaterfallTopInset = cutout.getWaterfallInsets().top;
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt50328 method @NonNull public android.graphics.Insets getWaterfallInsets();