Searched refs:getWaterfallInsets (Results 1 – 12 of 12) sorted by relevance
/frameworks/base/services/core/java/com/android/server/wm/utils/ |
D | WmDisplayCutout.java | 75 int leftInset = Math.max(cutout.getWaterfallInsets().left, in computeSafeInsets() 77 int topInset = Math.max(cutout.getWaterfallInsets().top, in computeSafeInsets() 79 int rightInset = Math.max(cutout.getWaterfallInsets().right, in computeSafeInsets() 81 int bottomInset = Math.max(cutout.getWaterfallInsets().bottom, in computeSafeInsets()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/ |
D | DisplayLayout.java | 358 final Insets waterfallInsets = rotateInsets(cutout.getWaterfallInsets(), rotation); in calculateDisplayCutoutForRotation() 405 int leftInset = Math.max(cutout.getWaterfallInsets().left, in computeSafeInsets() 407 int topInset = Math.max(cutout.getWaterfallInsets().top, in computeSafeInsets() 409 int rightInset = Math.max(cutout.getWaterfallInsets().right, in computeSafeInsets() 411 int bottomInset = Math.max(cutout.getWaterfallInsets().bottom, in computeSafeInsets()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | StatusBarWindowView.java | 70 mTopInset = displayCutout.getWaterfallInsets().top; in onApplyWindowInsets()
|
D | KeyguardStatusBarView.java | 186 mDisplayCutout == null ? 0 : mDisplayCutout.getWaterfallInsets().top; in updateKeyguardStatusBarHeight() 286 mDisplayCutout == null ? 0 : mDisplayCutout.getWaterfallInsets().top; in updatePadding()
|
D | PhoneStatusBarView.java | 315 mDisplayCutout == null ? 0 : mDisplayCutout.getWaterfallInsets().top; in updateStatusBarHeight()
|
/frameworks/base/core/tests/coretests/src/android/view/ |
D | DisplayCutoutTest.java | 136 assertThat(NO_CUTOUT.getWaterfallInsets(), equalTo(Insets.NONE)); in testHasCutout_noCutout() 169 assertEquals(Insets.of(5, 6, 7, 8), cutout.getWaterfallInsets()); in testGetWaterfallInsets()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
D | QuickStatusBarHeader.java | 425 mWaterfallTopInset = cutout == null ? 0 : cutout.getWaterfallInsets().top; in onApplyWindowInsets()
|
/frameworks/base/core/java/android/view/ |
D | DisplayCutout.java | 477 public @NonNull Insets getWaterfallInsets() { in getWaterfallInsets() method in DisplayCutout
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ |
D | ScreenshotView.java | 425 Insets waterfall = cutout.getWaterfallInsets(); in updateDisplayCutoutMargins()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
D | NotificationStackScrollLayout.java | 1651 mWaterfallTopInset = cutout.getWaterfallInsets().top;
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | DisplayContent.java | 2026 RotationUtils.rotateInsets(cutout.getWaterfallInsets(), rotation); in calculateDisplayCutoutForRotationUncached()
|
/frameworks/base/core/api/ |
D | current.txt | 46997 method @NonNull public android.graphics.Insets getWaterfallInsets();
|