Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tests/FlickerTests/src/com/android/server/wm/flicker/activityembedding/layoutchange/
H A DHorizontalSplitChangeRatioTest.kt105 val bottomLayerRegion = regex
110 .that(topLayerRegion.region.height).isEqual(bottomLayerRegion.region.height)
112 .that(topLayerRegion.region.width).isEqual(bottomLayerRegion.region.width)
113 topLayerRegion.notOverlaps(bottomLayerRegion.region)
115 topLayerRegion.plus(bottomLayerRegion.region).coversExactly(startDisplayBounds)
121 val bottomLayerRegion = regex
126 .that(topLayerRegion.region.height).isLower(bottomLayerRegion.region.height)
130 bottomLayerRegion.region.height / 0.7f)
133 .that(topLayerRegion.region.width).isEqual(bottomLayerRegion.region.width)
134 topLayerRegion.notOverlaps(bottomLayerRegion.region)
[all …]