Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/view/
DDisplayCutoutTest.java154 assertEquals(7, mCutoutNumbers.getSafeInsetRight()); in testGetSafeInsets()
198 assertEquals(0, cutout.getSafeInsetRight()); in inset_insets_withLeftCutout()
208 assertEquals(0, cutout.getSafeInsetRight()); in inset_insets_withTopCutout()
218 assertEquals(97, cutout.getSafeInsetRight()); in inset_insets_withRightCutout()
228 assertEquals(cutout.getSafeInsetRight(), 0); in inset_insets_withBottomCutout()
238 assertEquals(cutout.getSafeInsetRight(), 0); in inset_insets_withWaterfallCutout()
248 assertEquals(cutout.getSafeInsetRight(), 0); in inset_insets_consumeInset()
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DDisplayCutoutView.java98 return displayCutout.getSafeInsetRight() > 0 in hasCutout()
151 if (displayCutout.getSafeInsetRight() > 0) { in localBounds()
/frameworks/base/services/core/java/com/android/server/wm/
DDisplayFrames.java142 if (c.getSafeInsetRight() > 0) { in onBeginLayout()
143 mDisplayCutoutSafe.right = mUnrestricted.right - c.getSafeInsetRight(); in onBeginLayout()
DDisplayPolicy.java2987 width -= displayCutout.getSafeInsetLeft() + displayCutout.getSafeInsetRight();
3146 outInsets.right += displayCutout.getSafeInsetRight();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DHeadsUpStatusBarView.java250 ? (isRtl ? displayCutout.getSafeInsetRight() : displayCutout.getSafeInsetLeft()) in fitSystemWindows()
256 if (displayCutout != null && displayCutout.getSafeInsetRight() == 0 in fitSystemWindows()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarWindowView.java103 int rightCornerCutoutPadding = cutout.getSafeInsetRight(); in paddingNeededForCutoutAndRoundedCorner()
DHeadsUpAppearanceController.java232 int cutoutRight = (cutout != null) ? cutout.getSafeInsetRight() : 0; in getRtlTranslation()
DNotificationShadeWindowView.java110 mRightInset = displayCutout.getSafeInsetRight(); in onApplyWindowInsets()
/frameworks/base/services/core/java/com/android/server/wm/utils/
DWmDisplayCutout.java98 && insetRight >= mInner.getSafeInsetRight() in calculateRelativeTo()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/animation/
DPhysicsAnimationLayoutTestCase.java96 when(mCutout.getSafeInsetRight()).thenReturn(mCutoutInsetSize); in setUp()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/animation/
DExpandedAnimationController.java644 cutoutRight = cutout.getSafeInsetRight(); in getAvailableScreenWidth()
DStackAnimationController.java614 ? insets.getDisplayCutout().getSafeInsetRight()
/frameworks/base/packages/SystemUI/src/com/android/systemui/wm/
DDisplayLayout.java319 outInsets.right += displayCutout.getSafeInsetRight(); in computeNonDecorInsets()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DWindowFrameTests.java438 assertEquals(w.getWmDisplayCutout().getDisplayCutout().getSafeInsetRight(), 0); in testDisplayCutout()
/frameworks/base/core/java/android/view/
DDisplayCutout.java435 public int getSafeInsetRight() { in getSafeInsetRight() method in DisplayCutout
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleStackView.java949 cutoutRight = cutout.getSafeInsetRight(); in BubbleStackView()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/frameworks/base/config/
Dboot-image-profile.txt21203 HSPLandroid/view/DisplayCutout;->getSafeInsetRight()I
/frameworks/base/api/
Dcurrent.txt52270 method public int getSafeInsetRight();