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

  /frameworks/base/core/jni/
android_view_InputQueue.cpp 367 jobject inputEventObj;
374 inputEventObj = android_view_KeyEvent_fromNative(env,
383 inputEventObj = android_view_MotionEvent_obtainAsCopy(env,
390 inputEventObj = NULL;
393 if (! inputEventObj) {
405 dispatchMethodId, inputHandlerObjLocal, inputEventObj,
419 env->DeleteLocalRef(inputEventObj);
android_app_NativeActivity.cpp 579 jobject inputEventObj = android_view_KeyEvent_fromNative(
582 if (inputEventObj) {
584 gNativeActivityClassInfo.dispatchUnhandledKeyEvent, inputEventObj);
586 code->env->DeleteLocalRef(inputEventObj);
595 jobject inputEventObj = android_view_KeyEvent_fromNative(
597 if (inputEventObj) {
599 gNativeActivityClassInfo.preDispatchKeyEvent, inputEventObj, seq);
601 code->env->DeleteLocalRef(inputEventObj);
    [all...]
  /frameworks/base/services/jni/
com_android_server_InputManager.cpp 722 jobject inputEventObj;
727 inputEventObj = android_view_KeyEvent_fromNative(env,
731 inputEventObj = android_view_MotionEvent_obtainAsCopy(env,
738 if (!inputEventObj) {
745 inputEventObj, policyFlags);
749 env->DeleteLocalRef(inputEventObj);
    [all...]

Completed in 693 milliseconds