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

Commit c72a4260 authored by Philip Quinn's avatar Philip Quinn Committed by Automerger Merge Worker
Browse files

Merge "Increase the error tolerance for MotionPredictorTest." into udc-qpr-dev...

Merge "Increase the error tolerance for MotionPredictorTest." into udc-qpr-dev am: 9013ad06 am: 11b30965

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/24086131



Change-Id: I970d16fdc809a629110b76db2ffcdd4a75d561a0
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 2e9074de 11b30965
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -129,7 +129,7 @@ class MotionPredictorTest {
        // Prediction will happen for t=12 (since it is the next input interval after the requested
        // time, 8, plus the model offset, 1).
        assertEquals(12, predicted!!.eventTime)
        assertEquals(30f, predicted.x, /*delta=*/5f)
        assertEquals(30f, predicted.x, /*delta=*/10f)
        assertEquals(60f, predicted.y, /*delta=*/15f)
    }
}