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

/frameworks/base/core/java/android/view/
H A DViewRootImpl.java3089 private final static int MSG_DISPATCH_INPUT_EVENT = 7; field in class:ViewRootImpl
3124 case MSG_DISPATCH_INPUT_EVENT:
3125 return "MSG_DISPATCH_INPUT_EVENT";
3317 case MSG_DISPATCH_INPUT_EVENT: {
6057 Message msg = mHandler.obtainMessage(MSG_DISPATCH_INPUT_EVENT, args);

Completed in 53 milliseconds