commit | 3e5ec70e792a6aae0d8c4990effed767d62a5965 | [log] [tgz] |
---|---|---|
author | Prabir Pradhan <prabirmsp@google.com> | Fri Jul 29 16:26:24 2022 +0000 |
committer | Prabir Pradhan <prabirmsp@google.com> | Fri Jul 29 16:27:25 2022 +0000 |
tree | dfaf6af989a0e7ff2de252e75abbff14d38afbf7 | |
parent | 5cb98562e2c9ed8a18617550e7065ca32617a9f6 [diff] [blame] |
Address missed comments for skipping viewport update Bug: 239378650 Change-Id: Ibd71a8c320cafff1ee0efe7ff2e06addfab1ddfc Test: presubmit
diff --git a/services/inputflinger/tests/InputReader_test.cpp b/services/inputflinger/tests/InputReader_test.cpp index dcd8521..a2d9c8d 100644 --- a/services/inputflinger/tests/InputReader_test.cpp +++ b/services/inputflinger/tests/InputReader_test.cpp
@@ -6706,9 +6706,7 @@ NotifyMotionArgs motionArgs; // Down. - int32_t x = 100; - int32_t y = 200; - processDown(mapper, x, y); + processDown(mapper, 100, 200); processSync(mapper); // We should receive a down event