Home
last modified time | relevance | path

Searched refs:getSafeInsetTop (Results 1 – 19 of 19) sorted by relevance

/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DDisplayCutoutView.java96 || 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()
/frameworks/base/core/tests/coretests/src/android/view/
DDisplayCutoutTest.java153 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()
/frameworks/base/services/core/java/com/android/server/wm/
DDisplayFrames.java139 if (c.getSafeInsetTop() > 0) { in onBeginLayout()
140 mDisplayCutoutSafe.top = mUnrestricted.top + c.getSafeInsetTop(); in onBeginLayout()
DDisplayPolicy.java3035 height -= displayCutout.getSafeInsetTop() + displayCutout.getSafeInsetBottom();
3067 statusBarHeight = Math.max(0, statusBarHeight - displayCutout.getSafeInsetTop());
3145 outInsets.top += displayCutout.getSafeInsetTop();
/frameworks/base/services/core/java/com/android/server/wm/utils/
DWmDisplayCutout.java97 && frame.top >= mInner.getSafeInsetTop() in calculateRelativeTo()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DWindowConfigurationTests.java181 ? info.displayCutout.getSafeInsetTop() : 0; in testAppBounds_RootConfigurationBounds()
DWindowFrameTests.java435 assertEquals(w.getWmDisplayCutout().getDisplayCutout().getSafeInsetTop(), 50); in testDisplayCutout()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/animation/
DPhysicsAnimationLayoutTestCase.java93 when(mCutout.getSafeInsetTop()).thenReturn(mCutoutInsetSize); in setUp()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/animation/
DExpandedAnimationController.java466 ? insets.getDisplayCutout().getSafeInsetTop() in getExpandedY()
DStackAnimationController.java622 ? insets.getDisplayCutout().getSafeInsetTop()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java910 mCutoutHeight = displayCutout == null || displayCutout.getSafeInsetTop() < 0 in onApplyWindowInsets()
911 ? 0 : displayCutout.getSafeInsetTop(); in onApplyWindowInsets()
/frameworks/base/packages/SystemUI/src/com/android/systemui/wm/
DDisplayLayout.java318 outInsets.top += displayCutout.getSafeInsetTop(); in computeNonDecorInsets()
/frameworks/base/core/java/android/view/
DDisplayCutout.java408 public int getSafeInsetTop() { in getSafeInsetTop() method in DisplayCutout
/frameworks/base/core/java/com/android/internal/widget/
DPointerLocationView.java231 mHeaderPaddingTop = insets.getDisplayCutout().getSafeInsetTop(); in onApplyWindowInsets()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleStackView.java2576 ? insets.getDisplayCutout().getSafeInsetTop() in getStatusBarHeight()
/frameworks/base/config/
Dboot-profile.txt1008 Landroid/view/DisplayCutout;->getSafeInsetTop()I
Dboot-image-profile.txt21204 HSPLandroid/view/DisplayCutout;->getSafeInsetTop()I
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/frameworks/base/api/
Dcurrent.txt52271 method public int getSafeInsetTop();