Searched refs:getSafeInsetBottom (Results 1 – 15 of 15) sorted by relevance
99 || displayCutout.getSafeInsetBottom() > 0; in hasCutout()153 } else if (displayCutout.getSafeInsetBottom() > 0) { in localBounds()
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()
640 assertEquals(4, cutout.getSafeInsetBottom()); in testCalculateRelativeCutout()
199 && insetBottom >= raw.getSafeInsetBottom()) { in calculateRelativeCutout()497 if (cutout.getSafeInsetBottom() > 0) { in getDisplayCutoutSafe()498 outBounds.bottom = displayFrame.bottom - cutout.getSafeInsetBottom(); in getDisplayCutoutSafe()
136 if (systemBarsInsets.bottom >= cutout.getSafeInsetBottom()) { in computeFrames()
668 public int getSafeInsetBottom() { in getSafeInsetBottom() method in DisplayCutout
94 when(mCutout.getSafeInsetBottom()).thenReturn(mCutoutInsetSize); in setUp()
387 outInsets.bottom += displayCutout.getSafeInsetBottom(); in computeNonDecorInsets()
133 Math.max(paddingBottom, insets.getDisplayCutout().getSafeInsetBottom()); in onApplyWindowInsets()
602 Math.max(cutout.getSafeInsetBottom(), in computeMargins()
465 Math.max(cutout.getSafeInsetBottom(), in updateInsets()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
16062 HSPLandroid/view/DisplayCutout;->getSafeInsetBottom()I
16126 HSPLandroid/view/DisplayCutout;->getSafeInsetBottom()I
50799 method public int getSafeInsetBottom();