Home
last modified time | relevance | path

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

/aosp14/frameworks/base/native/android/
H A Dinput.cpp308 MotionEvent* eventSrc = android::android_view_MotionEvent_getNativePtr(env, motionEvent); in AMotionEvent_fromJava() local
309 if (eventSrc == nullptr) { in AMotionEvent_fromJava()
313 event->copyFrom(eventSrc, true); in AMotionEvent_fromJava()