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

/frameworks/base/core/java/android/view/
H A DViewRootImpl.java3194 private final static int MSG_SYNTHESIZE_INPUT_EVENT = 24; field in class:ViewRootImpl
3247 case MSG_SYNTHESIZE_INPUT_EVENT:
3248 return "MSG_SYNTHESIZE_INPUT_EVENT";
3418 case MSG_SYNTHESIZE_INPUT_EVENT: {
6191 Message msg = mHandler.obtainMessage(MSG_SYNTHESIZE_INPUT_EVENT, event);

Completed in 35 milliseconds