HomeSort by relevance Sort by last modified time
    Searched refs:InputMethodManager (Results 101 - 125 of 149) sorted by null

1 2 3 45 6

  /frameworks/base/core/java/android/app/
SystemServiceRegistry.java 128 import android.view.inputmethod.InputMethodManager;
308 registerService(Context.INPUT_METHOD_SERVICE, InputMethodManager.class,
309 new StaticServiceFetcher<InputMethodManager>() {
311 public InputMethodManager createService() {
312 return InputMethodManager.getInstance();
    [all...]
  /frameworks/base/core/java/android/view/inputmethod/
BaseInputConnection.java 56 protected final InputMethodManager mIMM;
65 BaseInputConnection(InputMethodManager mgr, boolean fullEditor) {
72 mIMM = (InputMethodManager)targetView.getContext().getSystemService(
695 * Updates InputMethodManager with the current fullscreen mode.
  /frameworks/base/core/java/android/widget/
DatePickerSpinnerDelegate.java 33 import android.view.inputmethod.InputMethodManager;
641 InputMethodManager inputMethodManager = InputMethodManager.peekInstance();
642 if (inputMethodManager != null) {
643 if (inputMethodManager.isActive(mYearSpinnerInput)) {
645 inputMethodManager.hideSoftInputFromWindow(mDelegator.getWindowToken(), 0);
646 } else if (inputMethodManager.isActive(mMonthSpinnerInput)) {
648 inputMethodManager.hideSoftInputFromWindow(mDelegator.getWindowToken(), 0);
649 } else if (inputMethodManager.isActive(mDaySpinnerInput))
    [all...]
TextView.java 144 import android.view.inputmethod.InputMethodManager;
    [all...]
Editor.java 107 import android.view.inputmethod.InputMethodManager;
    [all...]
NumberPicker.java 53 import android.view.inputmethod.InputMethodManager;
    [all...]
  /packages/apps/Browser2/src/org/chromium/webview_shell/
WebViewBrowserActivity.java 31 import android.view.inputmethod.InputMethodManager;
447 InputMethodManager imm = (InputMethodManager) view.getContext().getSystemService(
  /packages/apps/Contacts/src/com/android/contacts/activities/
ActionBarAdapter.java 35 import android.view.inputmethod.InputMethodManager;
566 final InputMethodManager imm = (InputMethodManager) mActivity.getSystemService(
ContactSelectionActivity.java 39 import android.view.inputmethod.InputMethodManager;
572 final InputMethodManager imm = (InputMethodManager)
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactEntryListFragment.java 41 import android.view.inputmethod.InputMethodManager;
854 InputMethodManager inputMethodManager = (InputMethodManager)
856 inputMethodManager.hideSoftInputFromWindow(mListView.getWindowToken(), 0);
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
DragController.java 34 import android.view.inputmethod.InputMethodManager;
110 private InputMethodManager mInputMethodManager;
219 mInputMethodManager = (InputMethodManager)
Folder.java 43 import android.view.inputmethod.InputMethodManager;
105 private InputMethodManager mInputMethodManager;
134 mInputMethodManager = (InputMethodManager)
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
DragController.java 36 import android.view.inputmethod.InputMethodManager;
116 private InputMethodManager mInputMethodManager;
222 mInputMethodManager = (InputMethodManager)
Folder.java 50 import android.view.inputmethod.InputMethodManager;
118 private final InputMethodManager mInputMethodManager;
172 mInputMethodManager = (InputMethodManager)
    [all...]
  /packages/apps/Settings/src/com/android/settings/inputmethod/
PhysicalKeyboardFragment.java 43 import android.view.inputmethod.InputMethodManager;
324 final InputMethodManager imm = getContext().getSystemService(InputMethodManager.class);
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/setup/
SelectFromListWizardFragment.java 37 import android.view.inputmethod.InputMethodManager;
550 InputMethodManager inputMethodManager = (InputMethodManager) getActivity()
552 inputMethodManager.hideSoftInputFromWindow(
  /frameworks/base/services/core/java/com/android/server/
InputMethodManagerService.java 121 import android.view.inputmethod.InputMethodManager;
539 showCurrentInputLocked(InputMethodManager.SHOW_IMPLICIT, null);
    [all...]
TextServicesManagerService.java 57 import android.view.inputmethod.InputMethodManager;
482 final InputMethodManager imm = mContext.getSystemService(InputMethodManager.class);
    [all...]
  /external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/
ConsoleActivity.java 58 import android.view.inputmethod.InputMethodManager;
121 private InputMethodManager inputManager;
327 inputManager = (InputMethodManager) getSystemService(Context.INPUT_METHOD_SERVICE);
336 inputManager.showSoftInput(flip, InputMethodManager.SHOW_FORCED);
    [all...]
  /external/skia/platform_tools/android/apps/visualbenchsdl/src/main/java/org/libsdl/app/
SDLActivity.java 41 import android.view.inputmethod.InputMethodManager;
395 InputMethodManager imm = (InputMethodManager) context.getSystemService(Context.INPUT_METHOD_SERVICE);
544 InputMethodManager imm = (InputMethodManager) getContext().getSystemService(Context.INPUT_METHOD_SERVICE);
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NavigationBarView.java 45 import android.view.inputmethod.InputMethodManager;
155 mContext.getSystemService(InputMethodManager.class)
  /external/libgdx/backends/gdx-backend-android/src/com/badlogic/gdx/backends/android/
AndroidInput.java 41 import android.view.inputmethod.InputMethodManager;
570 InputMethodManager manager = (InputMethodManager)context.getSystemService(Context.INPUT_METHOD_SERVICE);
  /packages/apps/Calendar/src/com/android/calendar/event/
EditEventFragment.java 51 import android.view.inputmethod.InputMethodManager;
140 private InputMethodManager mInputMethodManager;
553 mInputMethodManager = (InputMethodManager)
    [all...]
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSetupFinal.java 42 import android.view.inputmethod.InputMethodManager;
518 final InputMethodManager imm =
519 (InputMethodManager)getSystemService(Context.INPUT_METHOD_SERVICE);
    [all...]
  /frameworks/ex/common/java/com/android/ex/editstyledtext/
EditStyledText.java 83 import android.view.inputmethod.InputMethodManager;
    [all...]

Completed in 689 milliseconds

1 2 3 45 6