Home
last modified time | relevance | path

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

/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DDisplayCutoutView.java95 return displayCutout.getSafeInsetLeft() > 0 in hasCutout()
123 bounds.op(0, 0, displayCutout.getSafeInsetLeft(), Integer.MAX_VALUE, in boundsFromDirection()
133 bounds.op(displayCutout.getSafeInsetLeft() + 1, 0, Integer.MAX_VALUE, in boundsFromDirection()
145 if (displayCutout.getSafeInsetLeft() > 0) { in localBounds()
/frameworks/base/core/tests/coretests/src/android/view/
DDisplayCutoutTest.java152 assertEquals(5, mCutoutNumbers.getSafeInsetLeft()); in testGetSafeInsets()
196 assertEquals(99, cutout.getSafeInsetLeft()); in inset_insets_withLeftCutout()
206 assertEquals(0, cutout.getSafeInsetLeft()); in inset_insets_withTopCutout()
216 assertEquals(0, cutout.getSafeInsetLeft()); in inset_insets_withRightCutout()
226 assertEquals(cutout.getSafeInsetLeft(), 0); in inset_insets_withBottomCutout()
236 assertEquals(cutout.getSafeInsetLeft(), 0); in inset_insets_withWaterfallCutout()
246 assertEquals(cutout.getSafeInsetLeft(), 0); in inset_insets_consumeInset()
/frameworks/base/services/core/java/com/android/server/wm/
DDisplayFrames.java136 if (c.getSafeInsetLeft() > 0) { in onBeginLayout()
137 mDisplayCutoutSafe.left = mUnrestricted.left + c.getSafeInsetLeft(); in onBeginLayout()
DDisplayPolicy.java2987 width -= displayCutout.getSafeInsetLeft() + displayCutout.getSafeInsetRight();
3144 outInsets.left += displayCutout.getSafeInsetLeft();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DHeadsUpStatusBarView.java250 ? (isRtl ? displayCutout.getSafeInsetRight() : displayCutout.getSafeInsetLeft()) in fitSystemWindows()
257 && displayCutout.getSafeInsetLeft() == 0) { in fitSystemWindows()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarWindowView.java102 int leftCornerCutoutPadding = cutout.getSafeInsetLeft(); in paddingNeededForCutoutAndRoundedCorner()
DHeadsUpAppearanceController.java231 int cutoutLeft = (cutout != null) ? cutout.getSafeInsetLeft() : 0; in getRtlTranslation()
DNotificationShadeWindowView.java109 mLeftInset = displayCutout.getSafeInsetLeft(); in onApplyWindowInsets()
/frameworks/base/services/core/java/com/android/server/wm/utils/
DWmDisplayCutout.java96 if (frame.left >= mInner.getSafeInsetLeft() in calculateRelativeTo()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DWindowConfigurationTests.java179 ? info.displayCutout.getSafeInsetLeft() : 0; in testAppBounds_RootConfigurationBounds()
DWindowFrameTests.java437 assertEquals(w.getWmDisplayCutout().getDisplayCutout().getSafeInsetLeft(), 0); in testDisplayCutout()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/animation/
DPhysicsAnimationLayoutTestCase.java95 when(mCutout.getSafeInsetLeft()).thenReturn(mCutoutInsetSize); in setUp()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/animation/
DExpandedAnimationController.java643 cutoutLeft = cutout.getSafeInsetLeft(); in getAvailableScreenWidth()
DStackAnimationController.java605 ? insets.getDisplayCutout().getSafeInsetLeft()
/frameworks/base/packages/SystemUI/src/com/android/systemui/wm/
DDisplayLayout.java317 outInsets.left += displayCutout.getSafeInsetLeft(); in computeNonDecorInsets()
/frameworks/base/core/java/android/view/
DDisplayCutout.java426 public int getSafeInsetLeft() { in getSafeInsetLeft() method in DisplayCutout
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleStackView.java948 cutoutLeft = cutout.getSafeInsetLeft(); 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.txt21202 HSPLandroid/view/DisplayCutout;->getSafeInsetLeft()I
/frameworks/base/api/
Dcurrent.txt52269 method public int getSafeInsetLeft();