Home
last modified time | relevance | path

Searched refs:getBoundingRects (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/view/
DInsetsStateTest.java789 insets.getBoundingRects(Type.statusBars()) in testCalculateBoundingRects()
796 insets.getBoundingRects(Type.captionBar()) in testCalculateBoundingRects()
820 final List<Rect> actual = insets.getBoundingRects(captionBar()); in testCalculateBoundingRects_multipleSourcesOfSameType_concatenated()
841 insets.getBoundingRects(Type.captionBar()) in testCalculateBoundingRects_captionBar_reportedAsSysGesturesAndTappableElement()
845 insets.getBoundingRects(Type.systemGestures()) in testCalculateBoundingRects_captionBar_reportedAsSysGesturesAndTappableElement()
849 insets.getBoundingRects(Type.mandatorySystemGestures()) in testCalculateBoundingRects_captionBar_reportedAsSysGesturesAndTappableElement()
853 insets.getBoundingRects(Type.tappableElement()) in testCalculateBoundingRects_captionBar_reportedAsSysGesturesAndTappableElement()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/utils/
DWmDisplayCutoutTest.java254 assertEquals(mCutoutTop.getBoundingRects(), cutout.getBoundingRects()); in computeSafeInsets_bounds()
/frameworks/base/core/java/android/view/
DWindowInsets.java530 public List<Rect> getBoundingRects(@InsetsType int typeMask) { in getBoundingRects() method in WindowInsets
531 return getBoundingRects(mTypeBoundingRectsMap, typeMask); in getBoundingRects()
571 return getBoundingRects(mTypeMaxBoundingRectsMap, typeMask); in getBoundingRectsIgnoringVisibility()
574 private List<Rect> getBoundingRects(Rect[][] typeBoundingRectsMap, @InsetsType int typeMask) { in getBoundingRects() method in WindowInsets
DInsetsFrameProvider.java227 public Rect[] getBoundingRects() { in getBoundingRects() method in InsetsFrameProvider
DInsetsSource.java264 public @Nullable Rect[] getBoundingRects() { in getBoundingRects() method in InsetsSource
DDisplayCutout.java713 public List<Rect> getBoundingRects() { in getBoundingRects() method in DisplayCutout
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DScreenDecorations.java1407 mBounds.addAll(displayInfo.displayCutout.getBoundingRects()); in updateCutout()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DWindowOrganizerTests.java937 .valueAt(0).getBoundingRects()); in testAddInsetsSource_withBoundingRects()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowContainer.java468 .setBoundingRects(provider.getBoundingRects()); in addLocalInsetsFrameProvider()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt50797 method @NonNull public java.util.List<android.graphics.Rect> getBoundingRects();
54315 …zable_window_headers") @NonNull public java.util.List<android.graphics.Rect> getBoundingRects(int);
/frameworks/base/boot/
Dboot-image-profile.txt16059 HSPLandroid/view/DisplayCutout;->getBoundingRects()Ljava/util/List;
/frameworks/base/config/
Dboot-image-profile.txt16123 HSPLandroid/view/DisplayCutout;->getBoundingRects()Ljava/util/List;