Searched refs:MSG_SEND_INPUT_EVENT (Results 1 – 2 of 2) sorted by relevance
395 static final int MSG_SEND_INPUT_EVENT = 5; field in InputMethodManager512 case MSG_SEND_INPUT_EVENT: { in handleMessage()1891 Message msg = mH.obtainMessage(MSG_SEND_INPUT_EVENT, p); in dispatchInputEvent()
2343 Message msg = mHandler.obtainMessage(InputEventHandler.MSG_SEND_INPUT_EVENT, p);2492 public static final int MSG_SEND_INPUT_EVENT = 1;2503 case MSG_SEND_INPUT_EVENT: {