Searched defs:MSG_FLUSH_INPUT_EVENT (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodManager.java392 static final int MSG_FLUSH_INPUT_EVENT = 7; field in class:InputMethodManager
523 case MSG_FLUSH_INPUT_EVENT: {
1860 mH.removeMessages(MSG_FLUSH_INPUT_EVENT);
1865 Message msg = mH.obtainMessage(MSG_FLUSH_INPUT_EVENT, seq, 0);
/frameworks/base/media/java/android/media/tv/
H A DTvInputManager.java1770 mHandler.removeMessages(InputEventHandler.MSG_FLUSH_INPUT_EVENT);
1775 Message msg = mHandler.obtainMessage(InputEventHandler.MSG_FLUSH_INPUT_EVENT, seq, 0);
1824 public static final int MSG_FLUSH_INPUT_EVENT = 3; field in class:TvInputManager.Session.InputEventHandler
1841 case MSG_FLUSH_INPUT_EVENT: {

Completed in 123 milliseconds