Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
H A DDisplayCutoutBaseViewTest.kt67 setupDisplayCutoutBaseView(true /* fillCutout */, true /* hasCutout */) in testBoundingRectsToRegion()
74 setupDisplayCutoutBaseView(true /* fillCutout */, true /* hasCutout */) in testDrawCutout_fillCutout()
82 setupDisplayCutoutBaseView(false /* fillCutout */, true /* hasCutout */) in testDrawCutout_notFillCutout()
90 setupDisplayCutoutBaseView(true /* fillCutout */, true /* hasCutout */) in testShouldInterceptTouch_hasCutout()
98 setupDisplayCutoutBaseView(true /* fillCutout */, false /* hasCutout */) in testShouldInterceptTouch_noCutout()
106 setupDisplayCutoutBaseView(true /* fillCutout */, true /* hasCutout */) in testGetInterceptRegion_hasCutout()
123 setupDisplayCutoutBaseView(true /* fillCutout */, false /* hasCutout */) in testGetInterceptRegion_noCutout()
131 setupDisplayCutoutBaseView(true /* fillCutout */, false /* hasCutout */) in testCutoutProtection()
149 setupDisplayCutoutBaseView(true /* fillCutout */, false /* hasCutout */) in testCutoutProtection_withDisplayRatio()
166 private fun setupDisplayCutoutBaseView(fillCutout: Boolean, hasCutout: Boolean) { in setupDisplayCutoutBaseView() method in com.android.systemui.DisplayCutoutBaseViewTest