HomeSort by relevance Sort by last modified time
    Searched refs:InputMethodManager (Results 26 - 50 of 95) sorted by null

12 3 4

  /frameworks/base/tests/ImfTest/src/com/android/imftest/samples/
OneEditTextActivityNotSelected.java 27 import android.view.inputmethod.InputMethodManager;
OneEditTextActivitySelected.java 26 import android.view.inputmethod.InputMethodManager;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
RichInputMethodManager.java 27 import android.view.inputmethod.InputMethodManager;
36 * Enrichment class for InputMethodManager to simplify interaction and add functionality.
60 return !((InputMethodManager)context.getSystemService(Context.INPUT_METHOD_SERVICE)).
95 public InputMethodManager getInputMethodManager() {
120 // Was not able to call {@link InputMethodManager#switchToNextInputMethodIBinder,boolean)}
130 final InputMethodManager imm = mImmWrapper.mImm;
152 final InputMethodManager imm = mImmWrapper.mImm;
185 // This method mimics {@link InputMethodManager#switchToNextInputMethod(IBinder,boolean)}.
SubtypeSwitcher.java 31 import android.view.inputmethod.InputMethodManager;
192 final InputMethodManager imm = mRichImm.getInputMethodManager();
  /cts/tests/tests/view/src/android/view/inputmethod/cts/
BaseInputConnectionTest.java 38 import android.view.inputmethod.InputMethodManager;
249 * Updates InputMethodManager with the current fullscreen mode.
252 InputMethodManager imManager = (InputMethodManager) mInstrumentation.getTargetContext()
  /frameworks/base/core/java/android/app/
NativeActivity.java 37 import android.view.inputmethod.InputMethodManager;
78 private InputMethodManager mIMM;
135 mIMM = (InputMethodManager)getSystemService(Context.INPUT_METHOD_SERVICE);
SearchDialog.java 47 import android.view.inputmethod.InputMethodManager;
511 InputMethodManager imm = (InputMethodManager)getContext()
653 InputMethodManager imm = (InputMethodManager)getContext()
  /frameworks/base/core/java/android/webkit/
FindActionModeCallback.java 32 import android.view.inputmethod.InputMethodManager;
45 private InputMethodManager mInput;
62 mInput = (InputMethodManager)
  /frameworks/opt/timezonepicker/src/com/android/timezonepicker/
TimeZonePickerView.java 30 import android.view.inputmethod.InputMethodManager;
154 InputMethodManager manager =
155 (InputMethodManager) getContext().getSystemService(Context.INPUT_METHOD_SERVICE);
  /packages/apps/Contacts/src/com/android/contacts/activities/
JoinContactActivity.java 34 import android.view.inputmethod.InputMethodManager;
236 final InputMethodManager imm = (InputMethodManager)
  /packages/apps/Contacts/src/com/android/contacts/group/
GroupBrowseListFragment.java 39 import android.view.inputmethod.InputMethodManager;
275 InputMethodManager inputMethodManager = (InputMethodManager)
277 inputMethodManager.hideSoftInputFromWindow(mListView.getWindowToken(), 0);
  /frameworks/base/core/java/android/view/
WindowManagerGlobal.java 31 import android.view.inputmethod.InputMethodManager;
143 InputMethodManager imm = InputMethodManager.getInstance();
354 InputMethodManager imm = InputMethodManager.getInstance();
  /packages/apps/Settings/src/com/android/settings/inputmethod/
InputMethodAndSubtypeEnabler.java 36 import android.view.inputmethod.InputMethodManager;
55 private InputMethodManager mImm;
65 mImm = (InputMethodManager) getSystemService(Context.INPUT_METHOD_SERVICE);
213 InputMethodManager imm = (InputMethodManager) getSystemService(
InputMethodPreference.java 40 import android.view.inputmethod.InputMethodManager;
54 private final InputMethodManager mImm;
85 InputMethodManager imm, InputMethodInfo imi, int imiCount) {
InputMethodAndLanguageSettings.java 48 import android.view.inputmethod.InputMethodManager;
85 private InputMethodManager mImm;
142 mImm = (InputMethodManager) getSystemService(Context.INPUT_METHOD_SERVICE);
326 final InputMethodManager imm = (InputMethodManager)
  /frameworks/base/core/java/android/text/style/
SuggestionSpan.java 30 import android.view.inputmethod.InputMethodManager;
371 InputMethodManager imm = InputMethodManager.peekInstance();
  /packages/apps/Browser/src/com/android/browser/
AutoFillSettingsFragment.java 34 import android.view.inputmethod.InputMethodManager;
282 InputMethodManager imm = (InputMethodManager) getActivity().getSystemService(
UrlInputView.java 32 import android.view.inputmethod.InputMethodManager;
70 private InputMethodManager mInputManager;
103 mInputManager = (InputMethodManager) ctx.getSystemService(Context.INPUT_METHOD_SERVICE);
  /packages/apps/Settings/src/com/android/settings/
DateTimeSettingsSetupWizard.java 38 import android.view.inputmethod.InputMethodManager;
79 private InputMethodManager mInputMethodManager;
145 mInputMethodManager = (InputMethodManager)getSystemService(Context.INPUT_METHOD_SERVICE);
  /sdk/apps/NotificationStudio/src/com/android/notificationstudio/
NotificationStudioActivity.java 37 import android.view.inputmethod.InputMethodManager;
241 InputMethodManager imm =
242 (InputMethodManager) getSystemService(Context.INPUT_METHOD_SERVICE);
  /packages/apps/Contacts/src/com/android/contacts/editor/
TextFieldsEditorView.java 33 import android.view.inputmethod.InputMethodManager;
122 InputMethodManager imm =
123 (InputMethodManager)getContext().getSystemService(Context.INPUT_METHOD_SERVICE);
125 if (!imm.showSoftInput(editor, InputMethodManager.SHOW_IMPLICIT)) {
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
RenderAction.java 41 import android.view.inputmethod.InputMethodManager;
235 // create an InputMethodManager
236 InputMethodManager.getInstance();
259 // remove the InputMethodManager
  /frameworks/base/core/java/android/widget/
AutoCompleteTextView.java 37 import android.view.inputmethod.InputMethodManager;
    [all...]
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
SearchActivityView.java 42 import android.view.inputmethod.InputMethodManager;
385 InputMethodManager imm = (InputMethodManager)
428 InputMethodManager imm = (InputMethodManager)
  /frameworks/base/core/java/android/inputmethodservice/
InputMethodService.java 60 import android.view.inputmethod.InputMethodManager;
252 InputMethodManager mImm;
411 ? InputMethodManager.RESULT_HIDDEN
412 : (wasVis ? InputMethodManager.RESULT_UNCHANGED_SHOWN
413 : InputMethodManager.RESULT_UNCHANGED_HIDDEN), null);
439 ? InputMethodManager.RESULT_SHOWN
440 : (wasVis ? InputMethodManager.RESULT_UNCHANGED_SHOWN
441 : InputMethodManager.RESULT_UNCHANGED_HIDDEN), null);
654 mImm = (InputMethodManager)getSystemService(INPUT_METHOD_SERVICE);
    [all...]

Completed in 1896 milliseconds

12 3 4