Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/inputmethod/
DInputMethodManager.java712 private static final int MSG_ON_SHOW_REQUESTED = 31; field in InputMethodManager
1391 case MSG_ON_SHOW_REQUESTED: { in handleMessage()
2350 mH.executeOrSendMessage(Message.obtain(mH, MSG_ON_SHOW_REQUESTED)); in showSoftInput()
2395 mH.executeOrSendMessage(Message.obtain(mH, MSG_ON_SHOW_REQUESTED)); in showSoftInputUnchecked()