Home
last modified time | relevance | path

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

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