Searched refs:getSafeInsetRight (Results 1 – 15 of 15) sorted by relevance
/aosp12/frameworks/base/core/tests/coretests/src/android/view/ |
H A D | DisplayCutoutTest.java | 159 assertEquals(7, mCutoutNumbers.getSafeInsetRight()); in testGetSafeInsets() 256 assertEquals(0, cutout.getSafeInsetRight()); in inset_insets_withLeftCutout() 266 assertEquals(0, cutout.getSafeInsetRight()); in inset_insets_withTopCutout() 276 assertEquals(97, cutout.getSafeInsetRight()); in inset_insets_withRightCutout() 286 assertEquals(cutout.getSafeInsetRight(), 0); in inset_insets_withBottomCutout() 296 assertEquals(cutout.getSafeInsetRight(), 0); in inset_insets_withWaterfallCutout() 306 assertEquals(cutout.getSafeInsetRight(), 0); in inset_insets_consumeInset()
|
H A D | InsetsStateTest.java | 467 assertEquals(2, cutout.getSafeInsetRight()); in testCalculateRelativeCutout()
|
/aosp12/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/ |
H A D | DisplayCutoutView.java | 98 return displayCutout.getSafeInsetRight() > 0 in hasCutout() 151 if (displayCutout.getSafeInsetRight() > 0) { in localBounds()
|
/aosp12/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | DisplayFrames.java | 108 if (cutout.getSafeInsetRight() > 0) { in onDisplayInfoUpdated() 109 safe.right = unrestricted.right - cutout.getSafeInsetRight(); in onDisplayInfoUpdated()
|
H A D | DisplayPolicy.java | 2461 width -= displayCutout.getSafeInsetLeft() + displayCutout.getSafeInsetRight(); 2580 outInsets.right += displayCutout.getSafeInsetRight();
|
/aosp12/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/animation/ |
H A D | PhysicsAnimationLayoutTestCase.java | 96 when(mCutout.getSafeInsetRight()).thenReturn(mCutoutInsetSize); in setUp()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | NotificationShadeWindowView.java | 110 mRightInset = displayCutout.getSafeInsetRight(); in onApplyWindowInsets()
|
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/ |
H A D | DisplayLayout.java | 391 outInsets.right += displayCutout.getSafeInsetRight(); in computeNonDecorInsets()
|
/aosp12/frameworks/base/core/java/android/view/ |
H A D | InsetsState.java | 269 && insetRight >= raw.getSafeInsetRight() in calculateRelativeCutout()
|
H A D | DisplayCutout.java | 570 public int getSafeInsetRight() { in getSafeInsetRight() method in DisplayCutout
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ |
H A D | ScreenshotView.java | 445 Math.max(cutout.getSafeInsetRight(), waterfall.right), in updateInsets()
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 16600 HSPLandroid/view/DisplayCutout;->getSafeInsetRight()I
|
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 47080 method public int getSafeInsetRight();
|
/aosp12/frameworks/base/config/ |
H A D | boot-image-profile.txt | 16649 HSPLandroid/view/DisplayCutout;->getSafeInsetRight()I
|