Lines Matching refs:InputMethodManager
54 import android.view.inputmethod.InputMethodManager;
143 private InputMethodManager getInputMethodManager() {
144 return (InputMethodManager) getSystemService(INPUT_METHOD_SERVICE);
278 InputMethodManager imm = getInputMethodManager();
279 // Set the InputMethodManager to focus on the ListView so that it
282 imm.showSoftInput(mFolderNamer, InputMethodManager.SHOW_IMPLICIT);
982 * Class used as a proxy for the InputMethodManager to get to mFolderNamer