Home
last modified time | relevance | path

Searched refs:MSG_FLUSH_INPUT_EVENT (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/media/java/android/media/tv/
DTvInputManager.java2451 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: {
/frameworks/base/core/java/android/view/inputmethod/
DInputMethodManager.java484 static final int MSG_FLUSH_INPUT_EVENT = 7; field in InputMethodManager
668 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()