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

1 23 4

  /frameworks/base/core/java/android/view/inputmethod/
InputMethodManager.java 202 public final class InputMethodManager {
204 static final String TAG = "InputMethodManager";
208 static InputMethodManager sInstance;
484 private final InputMethodManager mParentInputMethodManager;
488 final InputMethodManager inputMethodManager) {
490 mParentInputMethodManager = inputMethodManager;
547 InputMethodManager(IInputMethodManager service, Looper looper) {
556 * Retrieve the global InputMethodManager instance, creating it if it
560 public static InputMethodManager getInstance()
    [all...]
BaseInputConnection.java 54 protected final InputMethodManager mIMM;
63 BaseInputConnection(InputMethodManager mgr, boolean fullEditor) {
70 mIMM = (InputMethodManager)targetView.getContext().getSystemService(
156 * Called when this InputConnection is no longer used by the InputMethodManager.
523 * Updates InputMethodManager with the current fullscreen mode.
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
SearchView.java 58 import android.view.inputmethod.InputMethodManager;
147 InputMethodManager imm = (InputMethodManager)
859 InputMethodManager imm = (InputMethodManager)
    [all...]
  /development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
SoftKeyboard.java 30 import android.view.inputmethod.InputMethodManager;
57 private InputMethodManager mInputMethodManager;
85 mInputMethodManager = (InputMethodManager)getSystemService(INPUT_METHOD_SERVICE);
  /frameworks/base/core/java/android/widget/
TimePicker.java 32 import android.view.inputmethod.InputMethodManager;
571 InputMethodManager inputMethodManager = InputMethodManager.peekInstance();
572 if (inputMethodManager != null) {
573 if (inputMethodManager.isActive(mHourSpinnerInput)) {
575 inputMethodManager.hideSoftInputFromWindow(getWindowToken(), 0);
576 } else if (inputMethodManager.isActive(mMinuteSpinnerInput)) {
578 inputMethodManager.hideSoftInputFromWindow(getWindowToken(), 0);
579 } else if (inputMethodManager.isActive(mAmPmSpinnerInput))
    [all...]
SearchView.java 56 import android.view.inputmethod.InputMethodManager;
141 InputMethodManager imm = (InputMethodManager)
835 InputMethodManager imm = (InputMethodManager)
    [all...]
DatePicker.java 36 import android.view.inputmethod.InputMethodManager;
752 InputMethodManager inputMethodManager = InputMethodManager.peekInstance();
753 if (inputMethodManager != null) {
754 if (inputMethodManager.isActive(mYearSpinnerInput)) {
756 inputMethodManager.hideSoftInputFromWindow(getWindowToken(), 0);
757 } else if (inputMethodManager.isActive(mMonthSpinnerInput)) {
759 inputMethodManager.hideSoftInputFromWindow(getWindowToken(), 0);
760 } else if (inputMethodManager.isActive(mDaySpinnerInput))
    [all...]
TextView.java 123 import android.view.inputmethod.InputMethodManager;
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/activities/
ActionBarAdapter.java 31 import android.view.inputmethod.InputMethodManager;
494 InputMethodManager imm = (InputMethodManager) mContext.getSystemService(
ContactSelectionActivity.java 38 import android.view.inputmethod.InputMethodManager;
599 final InputMethodManager imm = (InputMethodManager)
  /packages/apps/Settings/src/com/android/settings/
CryptKeeper.java 51 import android.view.inputmethod.InputMethodManager;
524 final InputMethodManager imm = (InputMethodManager) getSystemService(
568 private boolean hasMultipleEnabledIMEsOrSubtypes(InputMethodManager imm,
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
QuickSettingsModel.java 39 import android.view.inputmethod.InputMethodManager;
609 private boolean needsToShowImeSwitchOngoingNotification(InputMethodManager imm) {
653 InputMethodManager imm =
654 (InputMethodManager) mContext.getSystemService(Context.INPUT_METHOD_SERVICE);
665 InputMethodManager imm, List<InputMethodInfo> imis, PackageManager pm) {
  /packages/apps/Dialer/src/com/android/dialer/
DialtactsActivity.java 54 import android.view.inputmethod.InputMethodManager;
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
InputMethodsPanel.java 36 import android.view.inputmethod.InputMethodManager;
63 private final InputMethodManager mImm;
109 mImm = (InputMethodManager) context.getSystemService(Context.INPUT_METHOD_SERVICE);
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactEntryListFragment.java 40 import android.view.inputmethod.InputMethodManager;
796 InputMethodManager inputMethodManager = (InputMethodManager)
798 inputMethodManager.hideSoftInputFromWindow(mListView.getWindowToken(), 0);
  /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;
135 mInputMethodManager = (InputMethodManager)
    [all...]
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiSettingsForSetupWizardXL.java 36 import android.view.inputmethod.InputMethodManager;
127 private InputMethodManager mInputMethodManager;
150 mInputMethodManager = (InputMethodManager)getSystemService(Context.INPUT_METHOD_SERVICE);
  /packages/apps/Settings/src/com/android/settings/inputmethod/
InputMethodAndSubtypeUtil.java 34 import android.view.inputmethod.InputMethodManager;
158 InputMethodManager imm, List<InputMethodInfo> imis, PackageManager pm) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
NotificationRowLayout.java 35 import android.view.inputmethod.InputMethodManager;
  /packages/apps/Browser/src/com/android/browser/
AddBookmarkPage.java 54 import android.view.inputmethod.InputMethodManager;
143 private InputMethodManager getInputMethodManager() {
144 return (InputMethodManager) getSystemService(INPUT_METHOD_SERVICE);
278 InputMethodManager imm = getInputMethodManager();
279 // Set the InputMethodManager to focus on the ListView so that it
282 imm.showSoftInput(mFolderNamer, InputMethodManager.SHOW_IMPLICIT);
    [all...]
BaseUi.java 46 import android.view.inputmethod.InputMethodManager;
85 private InputMethodManager mInputManager;
123 mInputManager = (InputMethodManager)
  /frameworks/base/services/java/com/android/server/
InputMethodManagerService.java 100 import android.view.inputmethod.InputMethodManager;
    [all...]
TextServicesManagerService.java 51 import android.view.inputmethod.InputMethodManager;
339 final InputMethodManager imm =
340 (InputMethodManager)mContext.getSystemService(Context.INPUT_METHOD_SERVICE);
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/event/
EditEventFragment.java 51 import android.view.inputmethod.InputMethodManager;
140 private InputMethodManager mInputMethodManager;
553 mInputMethodManager = (InputMethodManager)
    [all...]

Completed in 2133 milliseconds

1 23 4