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
2 files changed