Searched refs:android_view_MotionEvent_getNativePtr (Results 1 - 4 of 4) 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_VelocityTracker.cpp155 const 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_InputManager.cpp1161 const MotionEvent* motionEvent = android_view_MotionEvent_getNativePtr(env, inputEventObj);

Completed in 1399 milliseconds