HomeSort by relevance Sort by last modified time
    Searched defs:inputMethodManager (Results 1 - 8 of 8) sorted by null

  /packages/apps/Contacts/src/com/android/contacts/group/
GroupBrowseListFragment.java 39 import android.view.inputmethod.InputMethodManager;
277 InputMethodManager inputMethodManager = (InputMethodManager)
279 inputMethodManager.hideSoftInputFromWindow(mListView.getWindowToken(), 0);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
SubtypeSwitcher.java 31 import android.view.inputmethod.InputMethodManager;
205 final InputMethodManager imm = mRichImm.getInputMethodManager();
260 final InputMethodManager inputMethodManager = mRichImm.getInputMethodManager();
262 inputMethodManager.getEnabledInputMethodList();
265 inputMethodManager.getEnabledInputMethodSubtypeList(
  /frameworks/base/core/java/android/widget/
TimePickerClockDelegate.java 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))
    [all...]
NumberPicker.java 52 import android.view.inputmethod.InputMethodManager;
    [all...]
DatePicker.java 38 import android.view.inputmethod.InputMethodManager;
    [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactEntryListFragment.java 40 import android.view.inputmethod.InputMethodManager;
817 InputMethodManager inputMethodManager = (InputMethodManager)
819 inputMethodManager.hideSoftInputFromWindow(mListView.getWindowToken(), 0);
  /packages/apps/Mms/src/com/android/mms/ui/
ComposeMessageActivity.java 110 import android.view.inputmethod.InputMethodManager;
    [all...]
  /frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DevicePolicyManagerService.java 87 import android.view.inputmethod.InputMethodManager;
    [all...]

Completed in 228 milliseconds