Searched refs:startInputInner (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/java/android/view/inputmethod/ |
D | InputMethodManager.java | 446 startInputInner(InputMethodClient.START_INPUT_REASON_BOUND_TO_IMMS, in handleMessage() 472 startInputInner( in handleMessage() 506 startInputInner(reason, null, 0, 0, 0); in handleMessage() 1179 startInputInner(InputMethodClient.START_INPUT_REASON_APP_CALLED_RESTART_INPUT_API, null, 0, in restartInput() 1183 boolean startInputInner(@InputMethodClient.StartInputReason final int startInputReason, in startInputInner() method in InputMethodManager 1222 startInputInner(startInputReason, null, 0, 0, 0); in startInputInner() 1449 startInputInner(InputMethodClient.START_INPUT_REASON_CHECK_FOCUS, null, 0, 0, 0); in checkFocus() 1538 if (startInputInner(InputMethodClient.START_INPUT_REASON_WINDOW_FOCUS_GAIN, in onPostWindowFocus()
|