Searched defs:eventObj (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/core/jni/ |
D | android_view_KeyEvent.cpp | 56 jobject eventObj = env->CallStaticObjectMethod(gKeyEventClassInfo.clazz, in android_view_KeyEvent_fromNative() local 78 status_t android_view_KeyEvent_toNative(JNIEnv* env, jobject eventObj, in android_view_KeyEvent_toNative() 97 status_t android_view_KeyEvent_recycle(JNIEnv* env, jobject eventObj) { in android_view_KeyEvent_recycle()
|
D | android_view_InputEventSender.cpp | 273 jint seq, jobject eventObj) { in nativeSendKeyEvent() 283 jint seq, jobject eventObj) { in nativeSendMotionEvent()
|
D | android_view_InputQueue.cpp | 219 static jlong nativeSendKeyEvent(JNIEnv* env, jobject clazz, jlong ptr, jobject eventObj, in nativeSendKeyEvent() 238 static jlong nativeSendMotionEvent(JNIEnv* env, jobject clazz, jlong ptr, jobject eventObj) { in nativeSendMotionEvent()
|
D | android_view_MotionEvent.cpp | 68 MotionEvent* android_view_MotionEvent_getNativePtr(JNIEnv* env, jobject eventObj) { in android_view_MotionEvent_getNativePtr() 76 static void android_view_MotionEvent_setNativePtr(JNIEnv* env, jobject eventObj, in android_view_MotionEvent_setNativePtr() 83 jobject eventObj = env->CallStaticObjectMethod(gMotionEventClassInfo.clazz, in android_view_MotionEvent_obtainAsCopy() local 102 status_t android_view_MotionEvent_recycle(JNIEnv* env, jobject eventObj) { in android_view_MotionEvent_recycle()
|
D | android_view_VelocityTracker.cpp | 162 jobject eventObj) { in android_view_VelocityTracker_nativeAddMovement()
|