Searched refs:getSafeInsetLeft (Results 1 – 14 of 14) sorted by relevance
/aosp14/frameworks/base/core/tests/coretests/src/android/view/ |
H A D | DisplayCutoutTest.java | 161 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 D | InsetsStateTest.java | 607 assertEquals(0, cutout.getSafeInsetLeft()); in testCalculateRelativeCutout()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
H A D | NotificationInsetsImpl.java | 50 leftInset = displayCutout.getSafeInsetLeft(); in getinsets()
|
/aosp14/frameworks/base/core/java/android/view/ |
H A D | InsetsState.java | 212 if (insetLeft >= raw.getSafeInsetLeft() in calculateRelativeCutout() 509 if (cutout.getSafeInsetLeft() > 0) { in getDisplayCutoutSafe() 510 outBounds.left = displayFrame.left + cutout.getSafeInsetLeft(); in getDisplayCutoutSafe()
|
H A D | WindowLayout.java | 127 if (systemBarsInsets.left >= cutout.getSafeInsetLeft()) { in computeFrames()
|
H A D | DisplayCutout.java | 625 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 D | PhysicsAnimationLayoutTestCase.java | 95 when(mCutout.getSafeInsetLeft()).thenReturn(mCutoutInsetSize); in setUp()
|
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | WindowConfigurationTests.java | 197 ? info.displayCutout.getSafeInsetLeft() : 0; in testAppBounds_RootConfigurationBounds()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/ |
H A D | DisplayLayout.java | 394 outInsets.left += displayCutout.getSafeInsetLeft(); in computeNonDecorInsets()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ |
H A D | ScreenshotView.java | 480 Math.max(cutout.getSafeInsetLeft(), waterfall.left), in updateInsets()
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 16317 HSPLandroid/view/DisplayCutout;->getSafeInsetLeft()I
|
/aosp14/frameworks/base/config/ |
H A D | boot-image-profile.txt | 16381 HSPLandroid/view/DisplayCutout;->getSafeInsetLeft()I
|
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 50325 method public int getSafeInsetLeft();
|