Home
last modified time | relevance | path

Searched refs:getSafeInsetLeft (Results 1 – 14 of 14) 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.java163 assertEquals(5, mCutoutNumbers.getSafeInsetLeft()); in testGetSafeInsets()
260 assertEquals(99, cutout.getSafeInsetLeft()); in inset_insets_withLeftCutout()
270 assertEquals(0, cutout.getSafeInsetLeft()); in inset_insets_withTopCutout()
280 assertEquals(0, cutout.getSafeInsetLeft()); in inset_insets_withRightCutout()
290 assertEquals(cutout.getSafeInsetLeft(), 0); in inset_insets_withBottomCutout()
300 assertEquals(cutout.getSafeInsetLeft(), 0); in inset_insets_withWaterfallCutout()
310 assertEquals(cutout.getSafeInsetLeft(), 0); in inset_insets_consumeInset()
DInsetsStateTest.java637 assertEquals(0, cutout.getSafeInsetLeft()); in testCalculateRelativeCutout()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationInsetsImpl.java50 leftInset = displayCutout.getSafeInsetLeft(); in getinsets()
/frameworks/base/core/java/android/view/
DInsetsState.java196 if (insetLeft >= raw.getSafeInsetLeft() in calculateRelativeCutout()
488 if (cutout.getSafeInsetLeft() > 0) { in getDisplayCutoutSafe()
489 outBounds.left = displayFrame.left + cutout.getSafeInsetLeft(); in getDisplayCutoutSafe()
DWindowLayout.java127 if (systemBarsInsets.left >= cutout.getSafeInsetLeft()) { in computeFrames()
DDisplayCutout.java677 public int getSafeInsetLeft() { in getSafeInsetLeft() method in DisplayCutout
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/animation/
DPhysicsAnimationLayoutTestCase.java95 when(mCutout.getSafeInsetLeft()).thenReturn(mCutoutInsetSize); in setUp()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DWindowConfigurationTests.java196 ? info.displayCutout.getSafeInsetLeft() : 0; in testAppBounds_RootConfigurationBounds()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
DDisplayLayout.java384 outInsets.left += displayCutout.getSafeInsetLeft(); in computeNonDecorInsets()
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DScreenshotView.java469 Math.max(cutout.getSafeInsetLeft(), waterfall.left), in updateInsets()
/frameworks/base/boot/
Dboot-image-profile.txt16063 HSPLandroid/view/DisplayCutout;->getSafeInsetLeft()I
/frameworks/base/config/
Dboot-image-profile.txt16127 HSPLandroid/view/DisplayCutout;->getSafeInsetLeft()I
/frameworks/base/core/api/
Dcurrent.txt50800 method public int getSafeInsetLeft();