Home | History | Annotate | Download | only in widget

Lines Matching defs:inputMethodManager

38 import android.view.inputmethod.InputMethodManager;
1117 InputMethodManager inputMethodManager = InputMethodManager.peekInstance();
1118 if (inputMethodManager != null) {
1119 if (inputMethodManager.isActive(mYearSpinnerInput)) {
1121 inputMethodManager.hideSoftInputFromWindow(mDelegator.getWindowToken(), 0);
1122 } else if (inputMethodManager.isActive(mMonthSpinnerInput)) {
1124 inputMethodManager.hideSoftInputFromWindow(mDelegator.getWindowToken(), 0);
1125 } else if (inputMethodManager.isActive(mDaySpinnerInput)) {
1127 inputMethodManager.hideSoftInputFromWindow(mDelegator.getWindowToken(), 0);