Searched refs:getSafeInsetBottom (Results 1 – 13 of 13) sorted by relevance
139 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()
99 || displayCutout.getSafeInsetBottom() > 0; in hasCutout()153 } else if (displayCutout.getSafeInsetBottom() > 0) { in localBounds()
186 if (c.getSafeInsetBottom() > 0) { in onBeginLayout()187 mDisplayCutoutSafe.bottom = mRestrictedOverscan.bottom - c.getSafeInsetBottom(); in onBeginLayout()
2876 height -= displayCutout.getSafeInsetTop() + displayCutout.getSafeInsetBottom(); in getNonDecorDisplayHeight()2987 outInsets.bottom += displayCutout.getSafeInsetBottom(); in getNonDecorInsetsLw()
95 && insetBottom >= mInner.getSafeInsetBottom()) { in calculateRelativeTo()
94 when(mCutout.getSafeInsetBottom()).thenReturn(mCutoutInsetSize); in setUp()
446 assertEquals(w.getWmDisplayCutout().getDisplayCutout().getSafeInsetBottom(), 0); in testDisplayCutout()473 assertEquals(w.getWmDisplayCutout().getDisplayCutout().getSafeInsetBottom(), 0); in testDisplayCutout_tempDisplayedBounds()
453 ? insets.getDisplayCutout().getSafeInsetBottom()
365 public int getSafeInsetBottom() { in getSafeInsetBottom() method in DisplayCutout
995 || displayCutout.getSafeInsetBottom() > 0; in hasCutout()1045 } else if (displayCutout.getSafeInsetBottom() > 0) { in getGravity()
831 ? insets.getDisplayCutout().getSafeInsetBottom() : 0; in onApplyWindowInsets()
16119 HSPLandroid/view/DisplayCutout;->getSafeInsetBottom()I
48655 method public int getSafeInsetBottom();