Home
last modified time | relevance | path

Searched refs:getSafeInsetBottom (Results 1 – 14 of 14) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/view/
DDisplayCutoutTest.java160 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()
DInsetsStateTest.java468 assertEquals(4, cutout.getSafeInsetBottom()); in testCalculateRelativeCutout()
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DDisplayCutoutView.java99 || displayCutout.getSafeInsetBottom() > 0; in hasCutout()
153 } else if (displayCutout.getSafeInsetBottom() > 0) { in localBounds()
/frameworks/base/services/core/java/com/android/server/wm/
DDisplayFrames.java111 if (cutout.getSafeInsetBottom() > 0) { in onDisplayInfoUpdated()
112 safe.bottom = unrestricted.bottom - cutout.getSafeInsetBottom(); in onDisplayInfoUpdated()
DDisplayPolicy.java2206 height -= displayCutout.getSafeInsetTop() + displayCutout.getSafeInsetBottom();
2318 outInsets.bottom += displayCutout.getSafeInsetBottom();
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/animation/
DPhysicsAnimationLayoutTestCase.java94 when(mCutout.getSafeInsetBottom()).thenReturn(mCutoutInsetSize); in setUp()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
DDisplayLayout.java316 outInsets.bottom += displayCutout.getSafeInsetBottom(); in computeNonDecorInsets()
/frameworks/base/core/java/android/view/
DInsetsState.java270 && insetBottom >= raw.getSafeInsetBottom()) { in calculateRelativeCutout()
DDisplayCutout.java550 public int getSafeInsetBottom() { in getSafeInsetBottom() method in DisplayCutout
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardBottomAreaView.java987 ? insets.getDisplayCutout().getSafeInsetBottom() : 0; in onApplyWindowInsets()
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DScreenshotView.java428 waterfall.right, Math.max(cutout.getSafeInsetBottom(), waterfall.bottom)); in updateDisplayCutoutMargins()
/frameworks/base/boot/
Dboot-image-profile.txt16598 HSPLandroid/view/DisplayCutout;->getSafeInsetBottom()I
/frameworks/base/core/api/
Dcurrent.txt46993 method public int getSafeInsetBottom();
/frameworks/base/config/
Dboot-image-profile.txt16647 HSPLandroid/view/DisplayCutout;->getSafeInsetBottom()I