Home | History | Annotate | Download | only in widget

Lines Matching defs:inputMethodManager

37 import android.view.inputmethod.InputMethodManager;
1132 InputMethodManager inputMethodManager = InputMethodManager.peekInstance();
1133 if (inputMethodManager != null) {
1134 if (inputMethodManager.isActive(mYearSpinnerInput)) {
1136 inputMethodManager.hideSoftInputFromWindow(mDelegator.getWindowToken(), 0);
1137 } else if (inputMethodManager.isActive(mMonthSpinnerInput)) {
1139 inputMethodManager.hideSoftInputFromWindow(mDelegator.getWindowToken(), 0);
1140 } else if (inputMethodManager.isActive(mDaySpinnerInput)) {
1142 inputMethodManager.hideSoftInputFromWindow(mDelegator.getWindowToken(), 0);