Home | History | Annotate | Download | only in widget

Lines Matching defs:inputMethodManager

33 import android.view.inputmethod.InputMethodManager;
446 InputMethodManager inputMethodManager = InputMethodManager.peekInstance();
447 if (inputMethodManager != null) {
448 if (inputMethodManager.isActive(mHourSpinnerInput)) {
450 inputMethodManager.hideSoftInputFromWindow(mDelegator.getWindowToken(), 0);
451 } else if (inputMethodManager.isActive(mMinuteSpinnerInput)) {
453 inputMethodManager.hideSoftInputFromWindow(mDelegator.getWindowToken(), 0);
454 } else if (inputMethodManager.isActive(mAmPmSpinnerInput)) {
456 inputMethodManager.hideSoftInputFromWindow(mDelegator.getWindowToken(), 0);