Home | History | Annotate | Download | only in ui

Lines Matching defs:inputMethodManager

110 import android.view.inputmethod.InputMethodManager;
1816 final InputMethodManager inputManager = (InputMethodManager)
3826 InputMethodManager inputMethodManager =
3827 (InputMethodManager)getSystemService(Context.INPUT_METHOD_SERVICE);
3828 inputMethodManager.hideSoftInputFromWindow(mTextEditor.getWindowToken(), 0);