Searched refs:android_view_MotionEvent_getNativePtr (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_view_MotionEvent.h33 extern MotionEvent* android_view_MotionEvent_getNativePtr(JNIEnv* env, jobject eventObj);
H A Dandroid_view_InputQueue.cpp238 MotionEvent* originalEvent = android_view_MotionEvent_getNativePtr(env, eventObj);
H A Dandroid_view_VelocityTracker.cpp162 const MotionEvent* event = android_view_MotionEvent_getNativePtr(env, eventObj);
H A Dandroid_view_InputEventSender.cpp283 MotionEvent* event = android_view_MotionEvent_getNativePtr(env, eventObj);
H A Dandroid_view_MotionEvent.cpp65 MotionEvent* android_view_MotionEvent_getNativePtr(JNIEnv* env, jobject eventObj) { function in namespace:android
89 MotionEvent* destEvent = android_view_MotionEvent_getNativePtr(env, eventObj);
/frameworks/base/services/jni/
H A Dcom_android_server_input_InputManagerService.cpp1158 const MotionEvent* motionEvent = android_view_MotionEvent_getNativePtr(env, inputEventObj);

Completed in 67 milliseconds