/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/ |
D | DisplayCutoutView.java | 95 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/ |
D | DisplayCutoutTest.java | 152 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/ |
D | DisplayFrames.java | 136 if (c.getSafeInsetLeft() > 0) { in onBeginLayout() 137 mDisplayCutoutSafe.left = mUnrestricted.left + c.getSafeInsetLeft(); in onBeginLayout()
|
D | DisplayPolicy.java | 2987 width -= displayCutout.getSafeInsetLeft() + displayCutout.getSafeInsetRight(); 3144 outInsets.left += displayCutout.getSafeInsetLeft();
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | HeadsUpStatusBarView.java | 250 ? (isRtl ? displayCutout.getSafeInsetRight() : displayCutout.getSafeInsetLeft()) in fitSystemWindows() 257 && displayCutout.getSafeInsetLeft() == 0) { in fitSystemWindows()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | StatusBarWindowView.java | 102 int leftCornerCutoutPadding = cutout.getSafeInsetLeft(); in paddingNeededForCutoutAndRoundedCorner()
|
D | HeadsUpAppearanceController.java | 231 int cutoutLeft = (cutout != null) ? cutout.getSafeInsetLeft() : 0; in getRtlTranslation()
|
D | NotificationShadeWindowView.java | 109 mLeftInset = displayCutout.getSafeInsetLeft(); in onApplyWindowInsets()
|
/frameworks/base/services/core/java/com/android/server/wm/utils/ |
D | WmDisplayCutout.java | 96 if (frame.left >= mInner.getSafeInsetLeft() in calculateRelativeTo()
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | WindowConfigurationTests.java | 179 ? info.displayCutout.getSafeInsetLeft() : 0; in testAppBounds_RootConfigurationBounds()
|
D | WindowFrameTests.java | 437 assertEquals(w.getWmDisplayCutout().getDisplayCutout().getSafeInsetLeft(), 0); in testDisplayCutout()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/animation/ |
D | PhysicsAnimationLayoutTestCase.java | 95 when(mCutout.getSafeInsetLeft()).thenReturn(mCutoutInsetSize); in setUp()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/animation/ |
D | ExpandedAnimationController.java | 643 cutoutLeft = cutout.getSafeInsetLeft(); in getAvailableScreenWidth()
|
D | StackAnimationController.java | 605 ? insets.getDisplayCutout().getSafeInsetLeft()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/wm/ |
D | DisplayLayout.java | 317 outInsets.left += displayCutout.getSafeInsetLeft(); in computeNonDecorInsets()
|
/frameworks/base/core/java/android/view/ |
D | DisplayCutout.java | 426 public int getSafeInsetLeft() { in getSafeInsetLeft() method in DisplayCutout
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/ |
D | BubbleStackView.java | 948 cutoutLeft = cutout.getSafeInsetLeft(); in BubbleStackView()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/frameworks/base/config/ |
D | boot-image-profile.txt | 21202 HSPLandroid/view/DisplayCutout;->getSafeInsetLeft()I
|
/frameworks/base/api/ |
D | current.txt | 52269 method public int getSafeInsetLeft();
|