Searched defs:MSG_DISPATCH_INPUT_EVENT (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
H A DViewRootImpl.java3375 private final static int MSG_DISPATCH_INPUT_EVENT = 7; field in class:ViewRootImpl
3410 case MSG_DISPATCH_INPUT_EVENT:
3411 return "MSG_DISPATCH_INPUT_EVENT";
3628 case MSG_DISPATCH_INPUT_EVENT: {
6509 Message msg = mHandler.obtainMessage(MSG_DISPATCH_INPUT_EVENT, args);

Completed in 218 milliseconds