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() local 116 status_t 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 | 338 jint seq, jobject eventObj) { in nativeSendKeyEvent() 348 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() 239 static jlong nativeSendMotionEvent(JNIEnv* env, jobject clazz, jlong ptr, jobject eventObj) { in nativeSendMotionEvent()
|
D | android_view_MotionEvent.cpp | 71 MotionEvent* android_view_MotionEvent_getNativePtr(JNIEnv* env, jobject eventObj) { in android_view_MotionEvent_getNativePtr() 79 static void android_view_MotionEvent_setNativePtr(JNIEnv* env, jobject eventObj, in android_view_MotionEvent_setNativePtr() 86 jobject eventObj = env->CallStaticObjectMethod(gMotionEventClassInfo.clazz, in android_view_MotionEvent_obtainAsCopy() local 105 status_t android_view_MotionEvent_recycle(JNIEnv* env, jobject eventObj) { in android_view_MotionEvent_recycle()
|
D | android_view_VelocityTracker.cpp | 163 jobject eventObj) { in android_view_VelocityTracker_nativeAddMovement()
|