You've already forked android_translation_layer
mirror of
https://gitlab.com/android_translation_layer/android_translation_layer.git
synced 2025-10-27 11:48:10 -07:00
ATLKeyboard: Integrate with phosh and wayland IME
This commit is contained in:
@@ -1363,7 +1363,8 @@ public final class MotionEvent extends InputEvent {
|
||||
int pointerIndex, PointerProperties outPointerProperties);
|
||||
|
||||
private static native void nativeScale(int nativePtr, float scale);
|
||||
private static native void nativeTransform(int nativePtr, Matrix matrix);
|
||||
private static /* native */ void nativeTransform(int nativePtr, Matrix matrix) {
|
||||
}
|
||||
|
||||
private static final int X_OFFSET = 0;
|
||||
private static final int Y_OFFSET = 1;
|
||||
|
||||
Reference in New Issue
Block a user