Home
last modified time | relevance | path

Searched refs:getBoundingRectRight (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DScreenDecorations.java1411 return !displayCutout.getBoundingRectRight().isEmpty(); in hasCutout()
1451 out.set(displayCutout.getBoundingRectRight()); in boundsFromDirection()
1477 if (!displayCutout.getBoundingRectRight().isEmpty()) { in getGravity()
/aosp14/frameworks/base/core/java/android/view/
H A DDisplayCutout.java719 public @NonNull Rect getBoundingRectRight() { in getBoundingRectRight() method in DisplayCutout
1215 displayW, displayH, cutout.getBoundingRectRight(), Gravity.RIGHT)); in computeSafeInsets()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
H A DDisplayLayout.java463 findCutoutInsetForSide(displaySize, cutout.getBoundingRectRight(), Gravity.RIGHT)); in computeSafeInsets()
/aosp14/frameworks/base/core/tests/coretests/src/android/view/
H A DInsetsStateTest.java616 cutout.getBoundingRectRight()); in testCalculateRelativeCutout()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
H A DPipTouchHandler.java984 && !displayCutout.getBoundingRectRight().isEmpty()) {
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt50320 method @NonNull public android.graphics.Rect getBoundingRectRight();