Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/inputmethod/
DInputMethodManager.java347 static final int MSG_TIMEOUT_INPUT_EVENT = 6; field in InputMethodManager
471 case MSG_TIMEOUT_INPUT_EVENT: { in handleMessage()
1657 Message msg = mH.obtainMessage(MSG_TIMEOUT_INPUT_EVENT, p); in sendInputEventOnMainLooperLocked()
1685 mH.removeMessages(MSG_TIMEOUT_INPUT_EVENT, p); in finishedInputEvent()