Searched refs:obtainMotionEventCopyFromNative (Results 1 – 2 of 2) sorted by relevance
109 jobject obtainMotionEventCopyFromNative(JNIEnv *env, jclass /* clazz */, jobject obj) { in obtainMotionEventCopyFromNative() function159 (jobject)obtainMotionEventCopyFromNative},
109 private static native MotionEvent obtainMotionEventCopyFromNative(MotionEvent event); in obtainMotionEventCopyFromNative() method in MotionEventTest1112 final MotionEvent motionEventFromNative = obtainMotionEventCopyFromNative(javaMotionEvent); in testNativeToJavaConverter()1145 obtainMotionEventCopyFromNative(javaMotionEvent); in testNativeToJavaConverterMemoryLeak()1158 obtainMotionEventCopyFromNative(javaMotionEvent).recycle(); in testNativeToJavaConverterMemoryLeakRecylingObjects()