Searched refs:sourceNativePtr (Results 1 – 2 of 2) sorted by relevance
573 static jlong android_view_MotionEvent_nativeCopy(jlong destNativePtr, jlong sourceNativePtr, in android_view_MotionEvent_nativeCopy() argument579 MotionEvent* sourceEvent = reinterpret_cast<MotionEvent*>(sourceNativePtr); in android_view_MotionEvent_nativeCopy()
1506 private static native long nativeCopy(long destNativePtr, long sourceNativePtr, in nativeCopy() argument