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