Searched refs:getSafeInsetTop (Results 1 – 19 of 19) sorted by relevance
96 || displayCutout.getSafeInsetTop() > 0; in hasCutout()118 bounds.op(0, 0, Integer.MAX_VALUE, displayCutout.getSafeInsetTop(), in boundsFromDirection()128 bounds.op(0, displayCutout.getSafeInsetTop() + 1, Integer.MAX_VALUE, in boundsFromDirection()147 } else if (displayCutout.getSafeInsetTop() > 0) { in localBounds()
153 assertEquals(6, mCutoutNumbers.getSafeInsetTop()); in testGetSafeInsets()197 assertEquals(0, cutout.getSafeInsetTop()); in inset_insets_withLeftCutout()207 assertEquals(98, cutout.getSafeInsetTop()); in inset_insets_withTopCutout()217 assertEquals(0, cutout.getSafeInsetTop()); in inset_insets_withRightCutout()227 assertEquals(cutout.getSafeInsetTop(), 0); in inset_insets_withBottomCutout()237 assertEquals(cutout.getSafeInsetTop(), 8); in inset_insets_withWaterfallCutout()247 assertEquals(cutout.getSafeInsetTop(), 0); in inset_insets_consumeInset()
139 if (c.getSafeInsetTop() > 0) { in onBeginLayout()140 mDisplayCutoutSafe.top = mUnrestricted.top + c.getSafeInsetTop(); in onBeginLayout()
3035 height -= displayCutout.getSafeInsetTop() + displayCutout.getSafeInsetBottom();3067 statusBarHeight = Math.max(0, statusBarHeight - displayCutout.getSafeInsetTop());3145 outInsets.top += displayCutout.getSafeInsetTop();
97 && frame.top >= mInner.getSafeInsetTop() in calculateRelativeTo()
181 ? info.displayCutout.getSafeInsetTop() : 0; in testAppBounds_RootConfigurationBounds()
435 assertEquals(w.getWmDisplayCutout().getDisplayCutout().getSafeInsetTop(), 50); in testDisplayCutout()
93 when(mCutout.getSafeInsetTop()).thenReturn(mCutoutInsetSize); in setUp()
466 ? insets.getDisplayCutout().getSafeInsetTop() in getExpandedY()
622 ? insets.getDisplayCutout().getSafeInsetTop()
910 mCutoutHeight = displayCutout == null || displayCutout.getSafeInsetTop() < 0 in onApplyWindowInsets()911 ? 0 : displayCutout.getSafeInsetTop(); in onApplyWindowInsets()
318 outInsets.top += displayCutout.getSafeInsetTop(); in computeNonDecorInsets()
408 public int getSafeInsetTop() { in getSafeInsetTop() method in DisplayCutout
231 mHeaderPaddingTop = insets.getDisplayCutout().getSafeInsetTop(); in onApplyWindowInsets()
2576 ? insets.getDisplayCutout().getSafeInsetTop() in getStatusBarHeight()
1008 Landroid/view/DisplayCutout;->getSafeInsetTop()I
21204 HSPLandroid/view/DisplayCutout;->getSafeInsetTop()I
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
52271 method public int getSafeInsetTop();