Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_view_MotionEvent.h36 extern ScopedLocalRef<jobject> android_view_MotionEvent_obtainFromNative(
Dandroid_view_MotionPredictor.cpp62 return android_view_MotionEvent_obtainFromNative(env, in android_view_MotionPredictor_nativePredict()
Dandroid_view_MotionEvent.cpp91 return android_view_MotionEvent_obtainFromNative(env, std::move(destEvent)); in android_view_MotionEvent_obtainAsCopy()
94 ScopedLocalRef<jobject> android_view_MotionEvent_obtainFromNative( in android_view_MotionEvent_obtainFromNative() function