Home | History | Annotate | Download | only in widget

Lines Matching defs:inputMethodManager

53 import android.view.inputmethod.InputMethodManager;
1265 InputMethodManager inputMethodManager = InputMethodManager.peekInstance();
1266 if (inputMethodManager != null) {
1271 inputMethodManager.showSoftInput(mInputText, 0);
1279 InputMethodManager inputMethodManager = InputMethodManager.peekInstance();
1280 if (inputMethodManager != null && inputMethodManager.isActive(mInputText)) {
1281 inputMethodManager.hideSoftInputFromWindow(getWindowToken(), 0);