Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5a346e14 authored by Arpit Singh's avatar Arpit Singh Committed by Android (Google) Code Review
Browse files

Merge "Update documentation for AInputEvent_toJava" into main

parents 9eea9338 c91c644c
Loading
Loading
Loading
Loading
+4 −1
Original line number Original line Diff line number Diff line
@@ -1492,7 +1492,10 @@ const AInputEvent* AMotionEvent_fromJava(JNIEnv* env, jobject motionEvent) __INT


/**
/**
 * Creates a java android.view.InputEvent object that is a copy of the specified native
 * Creates a java android.view.InputEvent object that is a copy of the specified native
 * {@link AInputEvent}. Returns null on error
 * {@link AInputEvent}.
 *
 * Specified {@link AInputEvent} is require to be a valid {@link MotionEvent} or {@link KeyEvent}
 * object.
 *
 *
 *  Available since API level 35.
 *  Available since API level 35.
 */
 */