Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/EasterEgg/src/com/android/egg/paint/
H A DCutoutAvoidingToolbar.kt53 _insets?.displayCutout?.boundingRects?.let {
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DStatusBarContentInsetsProviderTest.kt156 `when`(dc.boundingRects).thenReturn(listOf(dcBounds))
257 `when`(dc.boundingRects).thenReturn(listOf(dcBounds))
437 `when`(dc.boundingRects).thenReturn(listOf(dcBounds))
/aosp14/frameworks/base/core/java/android/view/
H A DDisplayCutout.java475 public DisplayCutout(@Nullable Rect safeInsets, @Nullable List<Rect> boundingRects) { in DisplayCutout() argument
476 this(safeInsets, Insets.NONE, extractBoundsFromList(safeInsets, boundingRects), null, in DisplayCutout()
554 public static Rect[] extractBoundsFromList(Rect safeInsets, List<Rect> boundingRects) { in extractBoundsFromList() argument
559 if (safeInsets != null && boundingRects != null) { in extractBoundsFromList()
564 for (Rect bound : boundingRects) { in extractBoundsFromList()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DDisplayCutoutBaseView.kt156 val cutoutBounds: Region = rectsToRegion(displayInfo.displayCutout?.boundingRects)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarContentInsetsProvider.kt417 val cutoutRects = displayCutout?.boundingRects
/aosp14/frameworks/base/core/java/android/widget/
H A DTextView.java13800 RectF[] boundingRects = new RectF[positionInfoLength]; in addExtraDataToAccessibilityNodeInfo() local
13813 boundingRects[i] = bounds; in addExtraDataToAccessibilityNodeInfo()
13817 info.getExtras().putParcelableArray(extraDataKey, boundingRects); in addExtraDataToAccessibilityNodeInfo()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...