Searched defs:eventObj (Results  1 – 5 of 5) sorted by relevance
| /frameworks/base/core/jni/ | 
| D | android_view_KeyEvent.cpp | 99     jobject eventObj =  in android_view_KeyEvent_fromNative()  local116 KeyEvent android_view_KeyEvent_toNative(JNIEnv* env, jobject eventObj) {  in android_view_KeyEvent_toNative()
 141 status_t android_view_KeyEvent_recycle(JNIEnv* env, jobject eventObj) {  in android_view_KeyEvent_recycle()
 
 | 
| D | android_view_InputEventSender.cpp | 353         jint seq, jobject eventObj) {  in nativeSendKeyEvent()362         jint seq, jobject eventObj) {  in nativeSendMotionEvent()
 
 | 
| D | android_view_InputQueue.cpp | 220 static jlong nativeSendKeyEvent(JNIEnv* env, jobject clazz, jlong ptr, jobject eventObj,  in nativeSendKeyEvent()234 static jlong nativeSendMotionEvent(JNIEnv* env, jobject clazz, jlong ptr, jobject eventObj) {  in nativeSendMotionEvent()
 
 | 
| D | android_view_MotionEvent.cpp | 72 MotionEvent* android_view_MotionEvent_getNativePtr(JNIEnv* env, jobject eventObj) {  in android_view_MotionEvent_getNativePtr()80 static void android_view_MotionEvent_setNativePtr(JNIEnv* env, jobject eventObj,  in android_view_MotionEvent_setNativePtr()
 87     jobject eventObj = env->CallStaticObjectMethod(gMotionEventClassInfo.clazz,  in android_view_MotionEvent_obtainAsCopy()  local
 110     jobject eventObj =  in android_view_MotionEvent_obtainFromNative()  local
 120 status_t android_view_MotionEvent_recycle(JNIEnv* env, jobject eventObj) {  in android_view_MotionEvent_recycle()
 
 | 
| D | android_view_VelocityTracker.cpp | 102         jobject eventObj) {  in android_view_VelocityTracker_nativeAddMovement()
 |