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