commit | cc2959bec6ffbdfd8aff561ab4c85da9858cbab4 | [log] [tgz] |
---|---|---|
author | Prabir Pradhan <prabirmsp@google.com> | Thu Feb 29 02:17:41 2024 +0000 |
committer | Prabir Pradhan <prabirmsp@google.com> | Mon Mar 04 22:14:08 2024 +0000 |
tree | 864655545e8da2b3da5a2bd4187e8dc705a0893b | |
parent | 611aa05ba8df4dad11a86c522ee6a932e8114da1 [diff] |
Move MotionEvent#split implementation to native There is already a native implementation of split in InputDispatcher. Prevent code duplication by moving the Java impl to native. The Java impl is not correct, because it cannot access all values like the transforms to initialize the split event with. Bug: 326171104 Test: atest libinput_tests Change-Id: I4be8799724e07a322099d2fb16901fa748656cec