Searched refs:MSG_FLUSH_INPUT_EVENT (Results 1 – 2 of 2) sorted by relevance
2451 mHandler.removeMessages(InputEventHandler.MSG_FLUSH_INPUT_EVENT);2456 … Message msg = mHandler.obtainMessage(InputEventHandler.MSG_FLUSH_INPUT_EVENT, seq, 0);2505 public static final int MSG_FLUSH_INPUT_EVENT = 3;2522 case MSG_FLUSH_INPUT_EVENT: {
484 static final int MSG_FLUSH_INPUT_EVENT = 7; field in InputMethodManager668 case MSG_FLUSH_INPUT_EVENT: { in handleMessage()2618 mH.removeMessages(MSG_FLUSH_INPUT_EVENT); in flushPendingEventsLocked()2623 Message msg = mH.obtainMessage(MSG_FLUSH_INPUT_EVENT, seq, 0); in flushPendingEventsLocked()