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

Commit a51ef79f authored by Mike Schneider's avatar Mike Schneider
Browse files

Use experimental `createFixedConfigurationComposeMotionTestRule`

This avoid setting / resetting the device density on every test.

Bug: 398761154
Test: Existing unit tests
Flag: TEST_ONLY
Change-Id: I2bafb59ac0ffa206419ed70428805c3ab52e2c8a
parent db566112
Loading
Loading
Loading
Loading
+18 −20
Original line number Diff line number Diff line
@@ -24,7 +24,6 @@
    336,
    352,
    368,
    384,
    "after"
  ],
  "features": [
@@ -38,29 +37,28 @@
        {
          "type": "not_found"
        },
        175,
        175,
        174.00105,
        149.84001,
        114.73702,
        125,
        125,
        124.28647,
        107.02858,
        81.95502,
        0,
        0,
        0,
        0,
        10.212692,
        42.525528,
        77.174965,
        106.322296,
        128.37651,
        144.09671,
        154.88022,
        162.08202,
        166.79778,
        169.83923,
        171.77742,
        173.00056,
        173.76627,
        174.24236,
        7.2947845,
        30.375374,
        55.12497,
        75.944496,
        91.69751,
        102.92622,
        110.62873,
        115.772865,
        119.141266,
        121.313736,
        122.69816,
        123.57184,
        124.11877,
        {
          "type": "not_found"
        }
+17 −17
Original line number Diff line number Diff line
@@ -24,23 +24,23 @@
      "name": "Foo_yOffset",
      "type": "float",
      "data_points": [
        175,
        175,
        175,
        175,
        156.26086,
        121.784874,
        88.35684,
        61.32686,
        41.302353,
        27.215454,
        17.638702,
        11.284393,
        7.144104,
        4.4841614,
        2.7943878,
        1.7307587,
        1.0663452,
        125,
        125,
        125,
        125,
        111.61491,
        86.9892,
        63.112034,
        43.8049,
        29.501678,
        19.439606,
        12.599068,
        8.06028,
        5.102936,
        3.2029724,
        1.9959946,
        1.2362518,
        0.761673,
        0
      ]
    }
+6 −6
Original line number Diff line number Diff line
@@ -13,12 +13,12 @@
      "name": "Foo_yOffset",
      "type": "float",
      "data_points": [
        175,
        145.83333,
        116.666664,
        87.5,
        58.33333,
        29.166672,
        125,
        104.166664,
        83.33333,
        62.5,
        41.666664,
        20.833336,
        0
      ]
    }
+2 −2
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@
          "height": 100
        },
        {
          "width": 125.14286,
          "width": 125.2,
          "height": 90
        },
        {
@@ -28,7 +28,7 @@
          "height": 80
        },
        {
          "width": 175.14285,
          "width": 175.2,
          "height": 70
        },
        {
+2 −2
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@
          "height": 100
        },
        {
          "width": 125.14286,
          "width": 125.2,
          "height": 90
        },
        {
@@ -29,7 +29,7 @@
          "height": 80
        },
        {
          "width": 175.14285,
          "width": 175.2,
          "height": 70
        },
        {
Loading