Merge "Update CTS tests for acceleration being disabled for pointer capture" into tm-dev
diff --git a/tests/tests/hardware/res/raw/microsoft_sculpttouch_motioneventtests.json b/tests/tests/hardware/res/raw/microsoft_sculpttouch_motioneventtests.json
index b6d9680..e3c0f27 100644
--- a/tests/tests/hardware/res/raw/microsoft_sculpttouch_motioneventtests.json
+++ b/tests/tests/hardware/res/raw/microsoft_sculpttouch_motioneventtests.json
@@ -96,27 +96,27 @@
       },
       {
         "action": "MOVE",
-        "axes": {"AXIS_X": 768, "AXIS_RELATIVE_X": 768}
+        "axes": {"AXIS_X": 256, "AXIS_RELATIVE_X": 256}
       },
       {
         "action": "MOVE",
-        "axes": {"AXIS_X": -768, "AXIS_RELATIVE_X": -768}
+        "axes": {"AXIS_X": -256, "AXIS_RELATIVE_X": -256}
       },
       {
         "action": "MOVE",
-        "axes": {"AXIS_Y": 768, "AXIS_RELATIVE_Y": 768}
+        "axes": {"AXIS_Y": 256, "AXIS_RELATIVE_Y": 256}
       },
       {
         "action": "MOVE",
-        "axes": {"AXIS_Y": -768, "AXIS_RELATIVE_Y": -768}
+        "axes": {"AXIS_Y": -256, "AXIS_RELATIVE_Y": -256}
       },
       {
         "action": "MOVE",
-        "axes": {"AXIS_X": 768, "AXIS_Y": 768, "AXIS_RELATIVE_X": 768, "AXIS_RELATIVE_Y": 768}
+        "axes": {"AXIS_X": 256, "AXIS_Y": 256, "AXIS_RELATIVE_X": 256, "AXIS_RELATIVE_Y": 256}
       },
       {
         "action": "MOVE",
-        "axes": {"AXIS_X": -768, "AXIS_Y": -768, "AXIS_RELATIVE_X": -768, "AXIS_RELATIVE_Y": -768}
+        "axes": {"AXIS_X": -256, "AXIS_Y": -256, "AXIS_RELATIVE_X": -256, "AXIS_RELATIVE_Y": -256}
       }
     ]
   }