Searched defs:sourceNativePtr (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_view_MotionEvent.cpp391 jint destNativePtr, jint sourceNativePtr, jboolean keepHistory) {
396 MotionEvent* sourceEvent = reinterpret_cast<MotionEvent*>(sourceNativePtr);
390 android_view_MotionEvent_nativeCopy(JNIEnv* env, jclass clazz, jint destNativePtr, jint sourceNativePtr, jboolean keepHistory) argument
/frameworks/base/core/java/android/view/
H A DMotionEvent.java1324 private static native int nativeCopy(int destNativePtr, int sourceNativePtr, argument

Completed in 90 milliseconds