Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/tv/
DTvInputManager.java2400 … Message msg = mHandler.obtainMessage(InputEventHandler.MSG_TIMEOUT_INPUT_EVENT, p);
2427 mHandler.removeMessages(InputEventHandler.MSG_TIMEOUT_INPUT_EVENT, p);
2504 public static final int MSG_TIMEOUT_INPUT_EVENT = 2;
2518 case MSG_TIMEOUT_INPUT_EVENT: {
/frameworks/base/core/java/android/view/inputmethod/
DInputMethodManager.java483 static final int MSG_TIMEOUT_INPUT_EVENT = 6; field in InputMethodManager
664 case MSG_TIMEOUT_INPUT_EVENT: { in handleMessage()
2566 Message msg = mH.obtainMessage(MSG_TIMEOUT_INPUT_EVENT, seq, 0, p); in sendInputEventOnMainLooperLocked()
2594 mH.removeMessages(MSG_TIMEOUT_INPUT_EVENT, p); in finishedInputEvent()