Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/view/
DDisplayCutoutTest.java139 assertEquals(8, mCutoutNumbers.getSafeInsetBottom()); in testGetSafeInsets()
176 assertEquals(0, cutout.getSafeInsetBottom()); in inset_insets_withLeftCutout()
186 assertEquals(0, cutout.getSafeInsetBottom()); in inset_insets_withTopCutout()
196 assertEquals(0, cutout.getSafeInsetBottom()); in inset_insets_withRightCutout()
206 assertEquals(cutout.getSafeInsetBottom(), 96); in inset_insets_withBottomCutout()
216 assertEquals(cutout.getSafeInsetBottom(), 0); in inset_insets_consumeInset()
/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.java186 if (c.getSafeInsetBottom() > 0) { in onBeginLayout()
187 mDisplayCutoutSafe.bottom = mRestrictedOverscan.bottom - c.getSafeInsetBottom(); in onBeginLayout()
DDisplayPolicy.java2876 height -= displayCutout.getSafeInsetTop() + displayCutout.getSafeInsetBottom(); in getNonDecorDisplayHeight()
2987 outInsets.bottom += displayCutout.getSafeInsetBottom(); in getNonDecorInsetsLw()
/frameworks/base/services/core/java/com/android/server/wm/utils/
DWmDisplayCutout.java95 && insetBottom >= mInner.getSafeInsetBottom()) { in calculateRelativeTo()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/animation/
DPhysicsAnimationLayoutTestCase.java94 when(mCutout.getSafeInsetBottom()).thenReturn(mCutoutInsetSize); in setUp()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DWindowFrameTests.java446 assertEquals(w.getWmDisplayCutout().getDisplayCutout().getSafeInsetBottom(), 0); in testDisplayCutout()
473 assertEquals(w.getWmDisplayCutout().getDisplayCutout().getSafeInsetBottom(), 0); in testDisplayCutout_tempDisplayedBounds()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/animation/
DStackAnimationController.java453 ? insets.getDisplayCutout().getSafeInsetBottom()
/frameworks/base/core/java/android/view/
DDisplayCutout.java365 public int getSafeInsetBottom() { in getSafeInsetBottom() method in DisplayCutout
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DScreenDecorations.java995 || displayCutout.getSafeInsetBottom() > 0; in hasCutout()
1045 } else if (displayCutout.getSafeInsetBottom() > 0) { in getGravity()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardBottomAreaView.java831 ? insets.getDisplayCutout().getSafeInsetBottom() : 0; in onApplyWindowInsets()
/frameworks/base/config/
Dboot-image-profile.txt16119 HSPLandroid/view/DisplayCutout;->getSafeInsetBottom()I
/frameworks/base/api/
Dcurrent.txt48655 method public int getSafeInsetBottom();