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

/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodManager.java391 static final int MSG_TIMEOUT_INPUT_EVENT = 6; field in class:InputMethodManager
519 case MSG_TIMEOUT_INPUT_EVENT: {
1808 Message msg = mH.obtainMessage(MSG_TIMEOUT_INPUT_EVENT, p);
1836 mH.removeMessages(MSG_TIMEOUT_INPUT_EVENT, p);
/frameworks/base/media/java/android/media/tv/
H A DTvInputManager.java1719 Message msg = mHandler.obtainMessage(InputEventHandler.MSG_TIMEOUT_INPUT_EVENT, p);
1746 mHandler.removeMessages(InputEventHandler.MSG_TIMEOUT_INPUT_EVENT, p);
1823 public static final int MSG_TIMEOUT_INPUT_EVENT = 2; field in class:TvInputManager.Session.InputEventHandler
1837 case MSG_TIMEOUT_INPUT_EVENT: {

Completed in 49 milliseconds