From ae8dfc2ac6f1630b0022630f30dadf3f9f228a2a Mon Sep 17 00:00:00 2001 From: Derek Wu Date: Tue, 2 Apr 2024 01:30:21 -0700 Subject: Update jerk thresholds for prediction pruning. Jerk thresholds are higher, which means less predictions are pruned. Test: atest libinput_tests with local flag override to enable enable_prediction_pruning_via_jerk_thresholding. Test: atest CtsInputTestCases Test: atest MotionPredictorBenchmark MotionPredictorTest Test: Using stylus in a drawing app and seeing the predictions Bug: 266747654 Change-Id: I430c4cd79bfe62a339b6c14964d7d7a91facf6c2 --- data/etc/input/motion_predictor_config.xml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'data') diff --git a/data/etc/input/motion_predictor_config.xml b/data/etc/input/motion_predictor_config.xml index a20993f924..c3f2fedc71 100644 --- a/data/etc/input/motion_predictor_config.xml +++ b/data/etc/input/motion_predictor_config.xml @@ -33,11 +33,9 @@ 0.2 - 0.1 - 0.2 + 1.0 + 1.1 -- cgit v1.2.3-59-g8ed1b