HomeSort by relevance Sort by last modified time
    Searched refs:inputEventObj (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/jni/
android_view_InputEventReceiver.cpp 286 jobject inputEventObj;
292 inputEventObj = android_view_KeyEvent_fromNative(env,
304 inputEventObj = android_view_MotionEvent_obtainAsCopy(env, motionEvent);
310 inputEventObj = NULL;
313 if (inputEventObj) {
318 gInputEventReceiverClassInfo.dispatchInputEvent, seq, inputEventObj,
324 env->DeleteLocalRef(inputEventObj);
  /frameworks/base/services/core/jni/
com_android_server_input_InputManagerService.cpp     [all...]

Completed in 67 milliseconds