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

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

Completed in 18 milliseconds