Home
last modified time | relevance | path

Searched refs:boundingRectTop (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DQsBatteryModeController.kt67 !insetsProvider.currentRotationHasCornerCutout() && !it.boundingRectTop.isEmpty in hasCenterCutout()
DShadeHeaderController.kt431 val topCutout = cutout.boundingRectTop in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DScreenDecorHwcLayer.kt215 if (!cutout.boundingRectTop.isEmpty) { in <lambda>()
217 cutout.boundingRectTop.bottom.coerceAtLeast(transparentRect.top) in <lambda>()
274 hasTopOrBottomCutouts = !cutout.boundingRectTop.isEmpty || in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DQsBatteryModeControllerTest.kt30 whenever(it.boundingRectTop).thenReturn(Rect(10, 0, 20, 10)) in <lambda>()
DShadeHeaderControllerTest.kt932 whenever(displayCutout.boundingRectTop).thenReturn(topCutout) in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
DDisplayCutoutBaseViewTest.kt113 expect.op(cutout.boundingRectTop, Region.Op.UNION) in testGetInterceptRegion_hasCutout()
/frameworks/base/packages/SystemUI/src/com/android/systemui/decor/
DFaceScanningProviderFactory.kt197 if (!boundingRectTop.isEmpty) { in DisplayCutout()
/frameworks/base/packages/SystemUI/src/com/android/systemui/scene/ui/view/
DSceneWindowRootViewBinder.kt172 val boundingRect = it?.displayCutout?.boundingRectTop in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarContentInsetsProvider.kt143 val topBounds = cutout.boundingRectTop in <lambda>()
567 get() = listOf(boundingRectLeft, boundingRectRight, boundingRectTop).filter { !it.isEmpty } in Rect()
/frameworks/base/core/java/android/view/
DDisplayCutout.java1668 public Builder setBoundingRectTop(@NonNull Rect boundingRectTop) { in setBoundingRectTop() argument
1669 mBoundingRectTop.set(boundingRectTop); in setBoundingRectTop()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/phone/
DStatusBarContentInsetsProviderTest.kt1134 whenever(dc.boundingRectTop).thenReturn(top) in setCutoutBounds()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...