Searched refs:MSG_ON_SHOW_REQUESTED (Results 1 – 1 of 1) sorted by relevance
712 private static final int MSG_ON_SHOW_REQUESTED = 31; field in InputMethodManager1391 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()