Home
last modified time | relevance | path

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

/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/core/tests/coretests/src/android/view/
DDisplayCutoutTest.java166 assertEquals(8, mCutoutNumbers.getSafeInsetBottom()); in testGetSafeInsets()
263 assertEquals(0, cutout.getSafeInsetBottom()); in inset_insets_withLeftCutout()
273 assertEquals(0, cutout.getSafeInsetBottom()); in inset_insets_withTopCutout()
283 assertEquals(0, cutout.getSafeInsetBottom()); in inset_insets_withRightCutout()
293 assertEquals(cutout.getSafeInsetBottom(), 96); in inset_insets_withBottomCutout()
303 assertEquals(cutout.getSafeInsetBottom(), 6); in inset_insets_withWaterfallCutout()
313 assertEquals(cutout.getSafeInsetBottom(), 0); in inset_insets_consumeInset()
DInsetsStateTest.java640 assertEquals(4, cutout.getSafeInsetBottom()); in testCalculateRelativeCutout()
/frameworks/base/core/java/android/view/
DInsetsState.java199 && insetBottom >= raw.getSafeInsetBottom()) { in calculateRelativeCutout()
497 if (cutout.getSafeInsetBottom() > 0) { in getDisplayCutoutSafe()
498 outBounds.bottom = displayFrame.bottom - cutout.getSafeInsetBottom(); in getDisplayCutoutSafe()
DWindowLayout.java136 if (systemBarsInsets.bottom >= cutout.getSafeInsetBottom()) { in computeFrames()
DDisplayCutout.java668 public int getSafeInsetBottom() { in getSafeInsetBottom() method in DisplayCutout
/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.java387 outInsets.bottom += displayCutout.getSafeInsetBottom(); in computeNonDecorInsets()
/frameworks/base/services/core/java/com/android/server/input/debug/
DFocusEventDebugView.java133 Math.max(paddingBottom, insets.getDisplayCutout().getSafeInsetBottom()); in onApplyWindowInsets()
/frameworks/base/packages/SystemUI/src/com/android/systemui/clipboardoverlay/
DClipboardOverlayView.java602 Math.max(cutout.getSafeInsetBottom(), in computeMargins()
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DScreenshotView.java465 Math.max(cutout.getSafeInsetBottom(), in updateInsets()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/boot/
Dboot-image-profile.txt16062 HSPLandroid/view/DisplayCutout;->getSafeInsetBottom()I
/frameworks/base/config/
Dboot-image-profile.txt16126 HSPLandroid/view/DisplayCutout;->getSafeInsetBottom()I
/frameworks/base/core/api/
Dcurrent.txt50799 method public int getSafeInsetBottom();