Home
last modified time | relevance | path

Searched refs:eventSrc (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/native/android/
Dinput.cpp302 MotionEvent* eventSrc = android::android_view_MotionEvent_getNativePtr(env, motionEvent); in AMotionEvent_fromJava() local
303 if (eventSrc == nullptr) { in AMotionEvent_fromJava()
307 event->copyFrom(eventSrc, true); in AMotionEvent_fromJava()