Home
last modified time | relevance | path

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

/cts/tests/tests/view/jni/
Dandroid_view_cts_AInputNativeTest.cpp109 jobject obtainMotionEventCopyFromNative(JNIEnv *env, jclass /* clazz */, jobject obj) { in obtainMotionEventCopyFromNative() function
159 (jobject)obtainMotionEventCopyFromNative},
/cts/tests/tests/view/src/android/view/cts/
DMotionEventTest.java109 private static native MotionEvent obtainMotionEventCopyFromNative(MotionEvent event); in obtainMotionEventCopyFromNative() method in MotionEventTest
1112 final MotionEvent motionEventFromNative = obtainMotionEventCopyFromNative(javaMotionEvent); in testNativeToJavaConverter()
1145 obtainMotionEventCopyFromNative(javaMotionEvent); in testNativeToJavaConverterMemoryLeak()
1158 obtainMotionEventCopyFromNative(javaMotionEvent).recycle(); in testNativeToJavaConverterMemoryLeakRecylingObjects()