Consider rounded corners in occluded by (tests)

The visible region calculation in the surface flinger doesn't consider that a layer with rounded corners can fully occlude another. Use the same behavior in flicker and winscope.

Bug: 174541970
Test: atest FlickerTests
Change-Id: Ia18f49495d911e17c6493eb5344beb02a4a190e7
This commit is contained in:
Nataniel Borges
2021-01-05 17:13:46 +01:00
parent 34487c2d69
commit e367ff476c

View File

@@ -107,7 +107,7 @@ class OpenAppColdTest(
configuration.endRotation)
navBarLayerIsAlwaysVisible(enabled = false)
statusBarLayerIsAlwaysVisible(enabled = false)
visibleLayersShownMoreThanOneConsecutiveEntry(bugId = 174541970)
visibleLayersShownMoreThanOneConsecutiveEntry()
appLayerReplacesWallpaperLayer(testApp.`package`)
}