Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodManager.java674 private static final int MSG_ON_SHOW_REQUESTED = 31; field in InputMethodManager
1285 case MSG_ON_SHOW_REQUESTED: { in handleMessage()
2186 mH.executeOrSendMessage(Message.obtain(mH, MSG_ON_SHOW_REQUESTED)); in showSoftInput()
2229 mH.executeOrSendMessage(Message.obtain(mH, MSG_ON_SHOW_REQUESTED)); in showSoftInputUnchecked()