Searched defs:eventObj (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/core/jni/ |
D | android_view_KeyEvent.cpp | 54 jobject eventObj = env->CallStaticObjectMethod(gKeyEventClassInfo.clazz, in android_view_KeyEvent_fromNative() local 76 status_t android_view_KeyEvent_toNative(JNIEnv* env, jobject eventObj, in android_view_KeyEvent_toNative() 95 status_t android_view_KeyEvent_recycle(JNIEnv* env, jobject eventObj) { in android_view_KeyEvent_recycle()
|
D | android_view_InputQueue.cpp | 217 static jlong nativeSendKeyEvent(JNIEnv* env, jobject clazz, jlong ptr, jobject eventObj, in nativeSendKeyEvent() 236 static jlong nativeSendMotionEvent(JNIEnv* env, jobject clazz, jlong ptr, jobject eventObj) { in nativeSendMotionEvent()
|
D | android_view_InputEventSender.cpp | 270 jint seq, jobject eventObj) { in nativeSendKeyEvent() 280 jint seq, jobject eventObj) { in nativeSendMotionEvent()
|
D | android_view_MotionEvent.cpp | 66 MotionEvent* android_view_MotionEvent_getNativePtr(JNIEnv* env, jobject eventObj) { in android_view_MotionEvent_getNativePtr() 74 static void android_view_MotionEvent_setNativePtr(JNIEnv* env, jobject eventObj, in android_view_MotionEvent_setNativePtr() 81 jobject eventObj = env->CallStaticObjectMethod(gMotionEventClassInfo.clazz, in android_view_MotionEvent_obtainAsCopy() local 100 status_t android_view_MotionEvent_recycle(JNIEnv* env, jobject eventObj) { in android_view_MotionEvent_recycle()
|
D | android_view_VelocityTracker.cpp | 161 jobject eventObj) { in android_view_VelocityTracker_nativeAddMovement()
|