Searched refs:getSafeInsetBottom (Results 1 – 14 of 14) sorted by relevance
/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/core/tests/coretests/src/android/view/ |
D | DisplayCutoutTest.java | 166 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()
|
D | InsetsStateTest.java | 640 assertEquals(4, cutout.getSafeInsetBottom()); in testCalculateRelativeCutout()
|
/frameworks/base/core/java/android/view/ |
D | InsetsState.java | 199 && insetBottom >= raw.getSafeInsetBottom()) { in calculateRelativeCutout() 497 if (cutout.getSafeInsetBottom() > 0) { in getDisplayCutoutSafe() 498 outBounds.bottom = displayFrame.bottom - cutout.getSafeInsetBottom(); in getDisplayCutoutSafe()
|
D | WindowLayout.java | 136 if (systemBarsInsets.bottom >= cutout.getSafeInsetBottom()) { in computeFrames()
|
D | DisplayCutout.java | 668 public int getSafeInsetBottom() { in getSafeInsetBottom() method in DisplayCutout
|
/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 | 387 outInsets.bottom += displayCutout.getSafeInsetBottom(); in computeNonDecorInsets()
|
/frameworks/base/services/core/java/com/android/server/input/debug/ |
D | FocusEventDebugView.java | 133 Math.max(paddingBottom, insets.getDisplayCutout().getSafeInsetBottom()); in onApplyWindowInsets()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/clipboardoverlay/ |
D | ClipboardOverlayView.java | 602 Math.max(cutout.getSafeInsetBottom(), in computeMargins()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ |
D | ScreenshotView.java | 465 Math.max(cutout.getSafeInsetBottom(), in updateInsets()
|
/frameworks/base/boot/ |
D | boot-image-profile.txt | 16062 HSPLandroid/view/DisplayCutout;->getSafeInsetBottom()I
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 16126 HSPLandroid/view/DisplayCutout;->getSafeInsetBottom()I
|
/frameworks/base/core/api/ |
D | current.txt | 50799 method public int getSafeInsetBottom();
|