Searched refs:getWaterfallInsets (Results 1 – 11 of 11) sorted by relevance
/frameworks/base/services/core/java/com/android/server/wm/utils/ |
D | WmDisplayCutout.java | 124 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/ |
D | DisplayLayout.java | 360 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/ |
D | StatusBarWindowView.java | 62 mTopInset = displayCutout.getWaterfallInsets().top; in onApplyWindowInsets()
|
D | KeyguardStatusBarView.java | 175 mDisplayCutout == null ? 0 : mDisplayCutout.getWaterfallInsets().top; in updateKeyguardStatusBarHeight() 260 mDisplayCutout == null ? 0 : mDisplayCutout.getWaterfallInsets().top; in updatePadding()
|
D | PhoneStatusBarView.java | 298 mDisplayCutout == null ? 0 : mDisplayCutout.getWaterfallInsets().top; in updateStatusBarHeight()
|
/frameworks/base/core/tests/coretests/src/android/view/ |
D | DisplayCutoutTest.java | 164 assertEquals(Insets.of(5, 6, 7, 8), cutout.getWaterfallInsets()); in testGetWaterfallInsets()
|
/frameworks/base/core/java/android/view/ |
D | DisplayCutout.java | 344 public @NonNull Insets getWaterfallInsets() { in getWaterfallInsets() method in DisplayCutout
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
D | QuickStatusBarHeader.java | 458 mWaterfallTopInset = cutout == null ? 0 : cutout.getWaterfallInsets().top; in onApplyWindowInsets()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | DisplayContent.java | 1842 RotationUtils.rotateInsets(cutout.getWaterfallInsets(), rotation); in calculateDisplayCutoutForRotationUncached()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
D | NotificationStackScrollLayout.java | 1784 mWaterfallTopInset = cutout.getWaterfallInsets().top;
|
/frameworks/base/api/ |
D | current.txt | 52272 method @NonNull public android.graphics.Insets getWaterfallInsets();
|