Searched refs:startInputInner (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/java/android/view/inputmethod/ |
D | InputMethodManager.java | 440 startInputInner(null, 0, 0, 0); in handleMessage() 474 startInputInner(null, 0, 0, 0); in handleMessage() 508 startInputInner(null, 0, 0, 0); in handleMessage() 1131 startInputInner(null, 0, 0, 0); in restartInput() 1134 boolean startInputInner(IBinder windowGainingFocus, int controlFlags, int softInputMode, in startInputInner() method in InputMethodManager 1169 startInputInner(null, 0, 0, 0); in startInputInner() 1345 startInputInner(null, 0, 0, 0); in checkFocus() 1433 if (startInputInner(rootView.getWindowToken(), in onWindowFocus()
|