Home
last modified time | relevance | path

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

/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp128 } gMotionEventClassInfo; variable
1464 } else if (env->IsInstanceOf(inputEventObj, gMotionEventClassInfo.clazz)) { in nativeInjectInputEvent()
1504 } else if (env->IsInstanceOf(inputEventObj, gMotionEventClassInfo.clazz)) { in nativeVerifyInputEvent()
1945 FIND_CLASS(gMotionEventClassInfo.clazz, "android/view/MotionEvent"); in register_android_server_InputManager()
1946 gMotionEventClassInfo.clazz = jclass(env->NewGlobalRef(gMotionEventClassInfo.clazz)); in register_android_server_InputManager()