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

  /frameworks/base/core/java/android/widget/
TimePickerSpinnerDelegate.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...]
DatePicker.java 38 import android.view.inputmethod.InputMethodManager;
    [all...]
NumberPicker.java 52 import android.view.inputmethod.InputMethodManager;
    [all...]
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/base/
TextInputWizardFragment.java 30 import android.view.inputmethod.InputMethodManager;
143 InputMethodManager inputMethodManager = (InputMethodManager) getActivity()
145 inputMethodManager.showSoftInput(mTextInput, 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(
  /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/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/setup/
PasswordInputWizardFragment.java 34 import android.view.inputmethod.InputMethodManager;
181 InputMethodManager inputMethodManager = (InputMethodManager) a.getSystemService(
183 inputMethodManager.showSoftInput(mTextInput, 0);
192 InputMethodManager imm = (InputMethodManager) getActivity()
TextInputWizardFragment.java 31 import android.view.inputmethod.InputMethodManager;
163 InputMethodManager inputMethodManager = (InputMethodManager) a.getSystemService(
165 inputMethodManager.showSoftInput(mTextInput, 0);
174 InputMethodManager imm = (InputMethodManager) getActivity()
SelectFromListWizardFragment.java 40 import android.view.inputmethod.InputMethodManager;
347 InputMethodManager inputMethodManager = (InputMethodManager) getActivity()
349 inputMethodManager.hideSoftInputFromWindow(
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactEntryListFragment.java 40 import android.view.inputmethod.InputMethodManager;
814 InputMethodManager inputMethodManager = (InputMethodManager)
816 inputMethodManager.hideSoftInputFromWindow(mListView.getWindowToken(), 0);
  /packages/apps/Settings/src/com/android/settings/inputmethod/
InputMethodAndLanguageSettings.java 48 import android.view.inputmethod.InputMethodManager;
98 private InputMethodManager mImm;
113 mImm = (InputMethodManager) getSystemService(Context.INPUT_METHOD_SERVICE);
320 final InputMethodManager imm = (InputMethodManager)
703 InputMethodManager inputMethodManager = (InputMethodManager) context.getSystemService(
    [all...]
  /frameworks/base/core/java/android/view/inputmethod/
InputMethodManager.java 205 public final class InputMethodManager {
207 static final String TAG = "InputMethodManager";
211 static InputMethodManager sInstance;
537 private final InputMethodManager mParentInputMethodManager;
541 final InputMethodManager inputMethodManager) {
543 mParentInputMethodManager = inputMethodManager;
606 InputMethodManager(IInputMethodManager service, Looper looper) {
615 * Retrieve the global InputMethodManager instance, creating it if it
619 public static InputMethodManager getInstance()
    [all...]
  /frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DevicePolicyManagerService.java 94 import android.view.inputmethod.InputMethodManager;
    [all...]
  /packages/apps/Mms/src/com/android/mms/ui/
ComposeMessageActivity.java 110 import android.view.inputmethod.InputMethodManager;
    [all...]

Completed in 472 milliseconds