Home
last modified time | relevance | path

Searched refs:getSafeInsetLeft (Results 1 – 14 of 14) sorted by relevance

/aosp14/frameworks/base/core/tests/coretests/src/android/view/
H A DDisplayCutoutTest.java161 assertEquals(5, mCutoutNumbers.getSafeInsetLeft()); in testGetSafeInsets()
258 assertEquals(99, cutout.getSafeInsetLeft()); in inset_insets_withLeftCutout()
268 assertEquals(0, cutout.getSafeInsetLeft()); in inset_insets_withTopCutout()
278 assertEquals(0, cutout.getSafeInsetLeft()); in inset_insets_withRightCutout()
288 assertEquals(cutout.getSafeInsetLeft(), 0); in inset_insets_withBottomCutout()
298 assertEquals(cutout.getSafeInsetLeft(), 0); in inset_insets_withWaterfallCutout()
308 assertEquals(cutout.getSafeInsetLeft(), 0); in inset_insets_consumeInset()
H A DInsetsStateTest.java607 assertEquals(0, cutout.getSafeInsetLeft()); in testCalculateRelativeCutout()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationInsetsImpl.java50 leftInset = displayCutout.getSafeInsetLeft(); in getinsets()
/aosp14/frameworks/base/core/java/android/view/
H A DInsetsState.java212 if (insetLeft >= raw.getSafeInsetLeft() in calculateRelativeCutout()
509 if (cutout.getSafeInsetLeft() > 0) { in getDisplayCutoutSafe()
510 outBounds.left = displayFrame.left + cutout.getSafeInsetLeft(); in getDisplayCutoutSafe()
H A DWindowLayout.java127 if (systemBarsInsets.left >= cutout.getSafeInsetLeft()) { in computeFrames()
H A DDisplayCutout.java625 public int getSafeInsetLeft() { in getSafeInsetLeft() method in DisplayCutout
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/animation/
H A DPhysicsAnimationLayoutTestCase.java95 when(mCutout.getSafeInsetLeft()).thenReturn(mCutoutInsetSize); in setUp()
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DWindowConfigurationTests.java197 ? info.displayCutout.getSafeInsetLeft() : 0; in testAppBounds_RootConfigurationBounds()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
H A DDisplayLayout.java394 outInsets.left += displayCutout.getSafeInsetLeft(); in computeNonDecorInsets()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DScreenshotView.java480 Math.max(cutout.getSafeInsetLeft(), waterfall.left), 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.txt16317 HSPLandroid/view/DisplayCutout;->getSafeInsetLeft()I
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt16381 HSPLandroid/view/DisplayCutout;->getSafeInsetLeft()I
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt50325 method public int getSafeInsetLeft();