Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 642c9127 authored by Mike Schneider's avatar Mike Schneider
Browse files

Fix PatternBouncerTest / BouncerContentTest that fail on DeviceEmulation

Bug: b/413136538
Test: BouncerContentTest
Test: PatternBouncerTest
Flag: TEST_ONLY
Change-Id: If256d7714350c8650a53e539b4fd3779f4d9c156
parent 877ba4d1
Loading
Loading
Loading
Loading
+25 −25
Original line number Diff line number Diff line
@@ -38,47 +38,47 @@
          "y": 96
        },
        {
          "x": 45.009,
          "x": 54.010788,
          "y": 96
        },
        {
          "x": 123.20912,
          "x": 147.85095,
          "y": 96
        },
        {
          "x": 194.33762,
          "x": 233.20515,
          "y": 96
        },
        {
          "x": 248.24419,
          "x": 297.893,
          "y": 96
        },
        {
          "x": 285.66364,
          "x": 342.79633,
          "y": 96
        },
        {
          "x": 310.326,
          "x": 372.39117,
          "y": 96
        },
        {
          "x": 326.03296,
          "x": 391.23953,
          "y": 96
        },
        {
          "x": 335.79584,
          "x": 402.955,
          "y": 96
        },
        {
          "x": 341.7547,
          "x": 410.10565,
          "y": 96
        },
        {
          "x": 345.34082,
          "x": 414.409,
          "y": 96
        },
        {
          "x": 350.4762,
          "x": 420.57144,
          "y": 96
        }
      ]
@@ -109,59 +109,59 @@
      "type": "dpOffset",
      "data_points": [
        {
          "x": 350.4762,
          "x": 420.57144,
          "y": 96
        },
        {
          "x": 350.4762,
          "x": 420.57144,
          "y": 96
        },
        {
          "x": 350.4762,
          "x": 420.57144,
          "y": 96
        },
        {
          "x": 350.4762,
          "x": 420.57144,
          "y": 96
        },
        {
          "x": 305.4672,
          "x": 366.56064,
          "y": 96
        },
        {
          "x": 227.26706,
          "x": 272.72046,
          "y": 96
        },
        {
          "x": 156.13858,
          "x": 187.36626,
          "y": 96
        },
        {
          "x": 102.232,
          "x": 122.67838,
          "y": 96
        },
        {
          "x": 64.81259,
          "x": 77.77511,
          "y": 96
        },
        {
          "x": 40.150204,
          "x": 48.180244,
          "y": 96
        },
        {
          "x": 24.443266,
          "x": 29.331892,
          "y": 96
        },
        {
          "x": 14.680339,
          "x": 17.616444,
          "y": 96
        },
        {
          "x": 8.721494,
          "x": 10.465774,
          "y": 96
        },
        {
          "x": 5.1353703,
          "x": 6.162435,
          "y": 96
        },
        {
+1 −1
Original line number Diff line number Diff line
@@ -62,7 +62,7 @@ import platform.test.screenshot.Displays.FoldableInner
@LargeTest
@MotionTest
class BouncerContentTest : SysuiTestCase() {
    private val deviceSpec = DeviceEmulationSpec(FoldableInner)
    private val deviceSpec = DeviceEmulationSpec(FoldableInner, isLandscape = true)
    private val kosmos = testKosmos()

    @get:Rule val motionTestRule = createSysUiComposeMotionTestRule(kosmos, deviceSpec)