Home
last modified time | relevance | path

Searched refs:gMotionEventClassInfo (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/jni/
Dandroid_view_MotionEvent.cpp42 } gMotionEventClassInfo; variable
70 env->GetIntField(eventObj, gMotionEventClassInfo.mNativePtr)); in android_view_MotionEvent_getNativePtr()
75 env->SetIntField(eventObj, gMotionEventClassInfo.mNativePtr, in android_view_MotionEvent_setNativePtr()
80 jobject eventObj = env->CallStaticObjectMethod(gMotionEventClassInfo.clazz, in android_view_MotionEvent_obtainAsCopy()
81 gMotionEventClassInfo.obtain); in android_view_MotionEvent_obtainAsCopy()
100 env->CallVoidMethod(eventObj, gMotionEventClassInfo.recycle); in android_view_MotionEvent_recycle()
866 FIND_CLASS(gMotionEventClassInfo.clazz, "android/view/MotionEvent"); in register_android_view_MotionEvent()
867 gMotionEventClassInfo.clazz = jclass(env->NewGlobalRef(gMotionEventClassInfo.clazz)); in register_android_view_MotionEvent()
869 GET_STATIC_METHOD_ID(gMotionEventClassInfo.obtain, gMotionEventClassInfo.clazz, in register_android_view_MotionEvent()
871 GET_METHOD_ID(gMotionEventClassInfo.recycle, gMotionEventClassInfo.clazz, in register_android_view_MotionEvent()
[all …]
/frameworks/base/services/jni/
Dcom_android_server_input_InputManagerService.cpp100 } gMotionEventClassInfo; variable
1157 } else if (env->IsInstanceOf(inputEventObj, gMotionEventClassInfo.clazz)) { in nativeInjectInputEvent()
1458 FIND_CLASS(gMotionEventClassInfo.clazz, "android/view/MotionEvent"); in register_android_server_InputManager()
1459 gMotionEventClassInfo.clazz = jclass(env->NewGlobalRef(gMotionEventClassInfo.clazz)); in register_android_server_InputManager()