Searched refs:getSafeInsetBottom (Results 1 – 14 of 14) sorted by relevance
/frameworks/base/core/tests/coretests/src/android/view/ |
D | DisplayCutoutTest.java | 160 assertEquals(8, mCutoutNumbers.getSafeInsetBottom()); in testGetSafeInsets() 257 assertEquals(0, cutout.getSafeInsetBottom()); in inset_insets_withLeftCutout() 267 assertEquals(0, cutout.getSafeInsetBottom()); in inset_insets_withTopCutout() 277 assertEquals(0, cutout.getSafeInsetBottom()); in inset_insets_withRightCutout() 287 assertEquals(cutout.getSafeInsetBottom(), 96); in inset_insets_withBottomCutout() 297 assertEquals(cutout.getSafeInsetBottom(), 6); in inset_insets_withWaterfallCutout() 307 assertEquals(cutout.getSafeInsetBottom(), 0); in inset_insets_consumeInset()
|
D | InsetsStateTest.java | 468 assertEquals(4, cutout.getSafeInsetBottom()); in testCalculateRelativeCutout()
|
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/ |
D | DisplayCutoutView.java | 99 || displayCutout.getSafeInsetBottom() > 0; in hasCutout() 153 } else if (displayCutout.getSafeInsetBottom() > 0) { in localBounds()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | DisplayFrames.java | 111 if (cutout.getSafeInsetBottom() > 0) { in onDisplayInfoUpdated() 112 safe.bottom = unrestricted.bottom - cutout.getSafeInsetBottom(); in onDisplayInfoUpdated()
|
D | DisplayPolicy.java | 2206 height -= displayCutout.getSafeInsetTop() + displayCutout.getSafeInsetBottom(); 2318 outInsets.bottom += displayCutout.getSafeInsetBottom();
|
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/animation/ |
D | PhysicsAnimationLayoutTestCase.java | 94 when(mCutout.getSafeInsetBottom()).thenReturn(mCutoutInsetSize); in setUp()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/ |
D | DisplayLayout.java | 316 outInsets.bottom += displayCutout.getSafeInsetBottom(); in computeNonDecorInsets()
|
/frameworks/base/core/java/android/view/ |
D | InsetsState.java | 270 && insetBottom >= raw.getSafeInsetBottom()) { in calculateRelativeCutout()
|
D | DisplayCutout.java | 550 public int getSafeInsetBottom() { in getSafeInsetBottom() method in DisplayCutout
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | KeyguardBottomAreaView.java | 987 ? insets.getDisplayCutout().getSafeInsetBottom() : 0; in onApplyWindowInsets()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ |
D | ScreenshotView.java | 428 waterfall.right, Math.max(cutout.getSafeInsetBottom(), waterfall.bottom)); in updateDisplayCutoutMargins()
|
/frameworks/base/boot/ |
D | boot-image-profile.txt | 16598 HSPLandroid/view/DisplayCutout;->getSafeInsetBottom()I
|
/frameworks/base/core/api/ |
D | current.txt | 46993 method public int getSafeInsetBottom();
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 16647 HSPLandroid/view/DisplayCutout;->getSafeInsetBottom()I
|