Home
last modified time | relevance | path

Searched refs:obtainNativeMotionEventCopyFromJava (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/cts/tests/tests/view/jni/
H A Dandroid_view_cts_AInputNativeTest.cpp104 void obtainNativeMotionEventCopyFromJava(JNIEnv *env, jclass /* clazz */, jobject obj) { in obtainNativeMotionEventCopyFromJava() function
161 (void *)obtainNativeMotionEventCopyFromJava},
/aosp_15_r20/cts/tests/tests/view/src/android/view/cts/
H A DMotionEventTest.java107 private static native void obtainNativeMotionEventCopyFromJava(MotionEvent event); in obtainNativeMotionEventCopyFromJava() method in MotionEventTest
1180 obtainNativeMotionEventCopyFromJava(event); in testJavaToNativeConverterMemoryLeak()