Home
last modified time | relevance | path

Searched refs:getSafeInsetRight (Results 1 – 13 of 13) sorted by relevance

/aosp14/frameworks/base/core/tests/coretests/src/android/view/
H A DDisplayCutoutTest.java163 assertEquals(7, mCutoutNumbers.getSafeInsetRight()); in testGetSafeInsets()
260 assertEquals(0, cutout.getSafeInsetRight()); in inset_insets_withLeftCutout()
270 assertEquals(0, cutout.getSafeInsetRight()); in inset_insets_withTopCutout()
280 assertEquals(97, cutout.getSafeInsetRight()); in inset_insets_withRightCutout()
290 assertEquals(cutout.getSafeInsetRight(), 0); in inset_insets_withBottomCutout()
300 assertEquals(cutout.getSafeInsetRight(), 0); in inset_insets_withWaterfallCutout()
310 assertEquals(cutout.getSafeInsetRight(), 0); in inset_insets_consumeInset()
H A DInsetsStateTest.java609 assertEquals(2, cutout.getSafeInsetRight()); in testCalculateRelativeCutout()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationInsetsImpl.java51 rightInset = displayCutout.getSafeInsetRight(); in getinsets()
/aosp14/frameworks/base/core/java/android/view/
H A DInsetsState.java214 && insetRight >= raw.getSafeInsetRight() in calculateRelativeCutout()
515 if (cutout.getSafeInsetRight() > 0) { in getDisplayCutoutSafe()
516 outBounds.right = displayFrame.right - cutout.getSafeInsetRight(); in getDisplayCutoutSafe()
H A DWindowLayout.java133 if (systemBarsInsets.right >= cutout.getSafeInsetRight()) { in computeFrames()
H A DDisplayCutout.java634 public int getSafeInsetRight() { in getSafeInsetRight() method in DisplayCutout
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/animation/
H A DPhysicsAnimationLayoutTestCase.java96 when(mCutout.getSafeInsetRight()).thenReturn(mCutoutInsetSize); in setUp()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
H A DDisplayLayout.java396 outInsets.right += displayCutout.getSafeInsetRight(); in computeNonDecorInsets()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DScreenshotView.java482 Math.max(cutout.getSafeInsetRight(), waterfall.right), in updateInsets()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt16318 HSPLandroid/view/DisplayCutout;->getSafeInsetRight()I
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt16382 HSPLandroid/view/DisplayCutout;->getSafeInsetRight()I
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt50326 method public int getSafeInsetRight();