Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/utils/
DWmDisplayCutout.java124 int leftInset = Math.max(cutout.getWaterfallInsets().left, in computeSafeInsets()
126 int topInset = Math.max(cutout.getWaterfallInsets().top, in computeSafeInsets()
128 int rightInset = Math.max(cutout.getWaterfallInsets().right, in computeSafeInsets()
130 int bottomInset = Math.max(cutout.getWaterfallInsets().bottom, in computeSafeInsets()
/frameworks/base/packages/SystemUI/src/com/android/systemui/wm/
DDisplayLayout.java360 RotationUtils.rotateInsets(cutout.getWaterfallInsets(), rotation); in calculateDisplayCutoutForRotation()
406 int leftInset = Math.max(cutout.getWaterfallInsets().left, in computeSafeInsets()
408 int topInset = Math.max(cutout.getWaterfallInsets().top, in computeSafeInsets()
410 int rightInset = Math.max(cutout.getWaterfallInsets().right, in computeSafeInsets()
412 int bottomInset = Math.max(cutout.getWaterfallInsets().bottom, in computeSafeInsets()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarWindowView.java62 mTopInset = displayCutout.getWaterfallInsets().top; in onApplyWindowInsets()
DKeyguardStatusBarView.java175 mDisplayCutout == null ? 0 : mDisplayCutout.getWaterfallInsets().top; in updateKeyguardStatusBarHeight()
260 mDisplayCutout == null ? 0 : mDisplayCutout.getWaterfallInsets().top; in updatePadding()
DPhoneStatusBarView.java298 mDisplayCutout == null ? 0 : mDisplayCutout.getWaterfallInsets().top; in updateStatusBarHeight()
/frameworks/base/core/tests/coretests/src/android/view/
DDisplayCutoutTest.java164 assertEquals(Insets.of(5, 6, 7, 8), cutout.getWaterfallInsets()); in testGetWaterfallInsets()
/frameworks/base/core/java/android/view/
DDisplayCutout.java344 public @NonNull Insets getWaterfallInsets() { in getWaterfallInsets() method in DisplayCutout
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQuickStatusBarHeader.java458 mWaterfallTopInset = cutout == null ? 0 : cutout.getWaterfallInsets().top; in onApplyWindowInsets()
/frameworks/base/services/core/java/com/android/server/wm/
DDisplayContent.java1842 RotationUtils.rotateInsets(cutout.getWaterfallInsets(), rotation); in calculateDisplayCutoutForRotationUncached()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java1784 mWaterfallTopInset = cutout.getWaterfallInsets().top;
/frameworks/base/api/
Dcurrent.txt52272 method @NonNull public android.graphics.Insets getWaterfallInsets();