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

1 2 34 5 6

  /packages/apps/Contacts/src/com/android/contacts/editor/
TextFieldsEditorView.java 36 import android.view.inputmethod.InputMethodManager;
130 InputMethodManager imm =
131 (InputMethodManager)getContext().getSystemService(Context.INPUT_METHOD_SERVICE);
133 if (!imm.showSoftInput(editor, InputMethodManager.SHOW_IMPLICIT)) {
  /platform_testing/tests/androidbvt/src/com/android/androidbvt/
SysUINotificationShadeTests.java 37 import android.view.inputmethod.InputMethodManager;
41 import android.view.inputmethod.InputMethodManager;
176 InputMethodManager imm = (InputMethodManager) mContext
  /frameworks/base/core/java/android/app/
SearchDialog.java 47 import android.view.inputmethod.InputMethodManager;
508 InputMethodManager imm = getContext().getSystemService(InputMethodManager.class);
645 InputMethodManager imm = getContext().getSystemService(InputMethodManager.class);
  /frameworks/base/core/java/android/view/
WindowManagerGlobal.java 32 import android.view.inputmethod.InputMethodManager;
184 InputMethodManager imm = InputMethodManager.getInstance();
441 InputMethodManager imm = InputMethodManager.getInstance();
  /frameworks/base/core/java/android/widget/
AutoCompleteTextView.java 41 import android.view.inputmethod.InputMethodManager;
    [all...]
TimePickerSpinnerDelegate.java 30 import android.view.inputmethod.InputMethodManager;
427 InputMethodManager inputMethodManager = InputMethodManager.peekInstance();
428 if (inputMethodManager != null) {
429 if (inputMethodManager.isActive(mHourSpinnerInput)) {
431 inputMethodManager.hideSoftInputFromWindow(mDelegator.getWindowToken(), 0);
432 } else if (inputMethodManager.isActive(mMinuteSpinnerInput)) {
434 inputMethodManager.hideSoftInputFromWindow(mDelegator.getWindowToken(), 0);
435 } else if (inputMethodManager.isActive(mAmPmSpinnerInput))
    [all...]
SearchView.java 61 import android.view.inputmethod.InputMethodManager;
168 InputMethodManager imm = getContext().getSystemService(InputMethodManager.class);
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/setup/
SetupWizardActivity.java 31 import android.view.inputmethod.InputMethodManager;
55 private InputMethodManager mImm;
85 private final InputMethodManager mImmInHandler;
88 final InputMethodManager imm) {
126 mImm = (InputMethodManager)getSystemService(INPUT_METHOD_SERVICE);
  /packages/apps/Settings/src/com/android/settings/inputmethod/
InputMethodAndLanguageSettings.java 49 import android.view.inputmethod.InputMethodManager;
102 private InputMethodManager mImm;
122 mImm = (InputMethodManager) getSystemService(Context.INPUT_METHOD_SERVICE);
337 final InputMethodManager imm = (InputMethodManager)
    [all...]
  /frameworks/base/core/java/android/view/inputmethod/
InputMethodManager.java 214 public final class InputMethodManager {
216 static final String TAG = "InputMethodManager";
220 static InputMethodManager sInstance;
532 private final InputMethodManager mParentInputMethodManager;
535 final InputMethodManager inputMethodManager) {
537 mParentInputMethodManager = inputMethodManager;
625 InputMethodManager(IInputMethodManager service, Looper looper) {
634 * Retrieve the global InputMethodManager instance, creating it if it
638 public static InputMethodManager getInstance()
    [all...]
  /cts/tests/tests/view/src/android/view/inputmethod/cts/
BaseInputConnectionTest.java 40 import android.view.inputmethod.InputMethodManager;
252 * Updates InputMethodManager with the current fullscreen mode.
255 InputMethodManager imManager = (InputMethodManager) mInstrumentation.getTargetContext()
  /development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
SoftKeyboard.java 33 import android.view.inputmethod.InputMethodManager;
60 private InputMethodManager mInputMethodManager;
88 mInputMethodManager = (InputMethodManager)getSystemService(INPUT_METHOD_SERVICE);
LatinKeyboard.java 25 import android.view.inputmethod.InputMethodManager;
38 * visible while {@link InputMethodManager#shouldOfferSwitchingToNextInputMethod(IBinder)}
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/
PrintContentView.java 25 import android.view.inputmethod.InputMethodManager;
382 InputMethodManager imm = (InputMethodManager) mContext.getSystemService(
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/users/
AppRestrictionsHelper.java 37 import android.view.inputmethod.InputMethodManager;
271 InputMethodManager imm = (InputMethodManager)
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
RemoteInputView.java 44 import android.view.inputmethod.InputMethodManager;
506 final InputMethodManager imm = InputMethodManager.getInstance();
508 // onCreateInputConnection is called by InputMethodManager in the middle of
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
SearchBar.java 46 import android.view.inputmethod.InputMethodManager;
137 private final InputMethodManager mInputMethodManager;
185 (InputMethodManager)context.getSystemService(Context.INPUT_METHOD_SERVICE);
485 InputMethodManager.RESULT_UNCHANGED_SHOWN);
  /packages/apps/ContactsCommon/src/com/android/contacts/common/dialog/
CallSubjectDialog.java 39 import android.view.inputmethod.InputMethodManager;
471 InputMethodManager imm = (InputMethodManager) context.getSystemService(
474 imm.hideSoftInputFromWindow(view.getWindowToken(), InputMethodManager.HIDE_NOT_ALWAYS);
  /developers/build/prebuilts/gradle/AsymmetricFingerprintDialog/Application/src/main/java/com/example/android/asymmetricfingerprintdialog/
FingerprintAuthenticationDialogFragment.java 32 import android.view.inputmethod.InputMethodManager;
77 @Inject InputMethodManager mInputMethodManager;
  /developers/samples/android/security/AsymmetricFingerprintDialog/Application/src/main/java/com/example/android/asymmetricfingerprintdialog/
FingerprintAuthenticationDialogFragment.java 32 import android.view.inputmethod.InputMethodManager;
77 @Inject InputMethodManager mInputMethodManager;
  /development/samples/browseable/AsymmetricFingerprintDialog/src/com.example.android.asymmetricfingerprintdialog/
FingerprintAuthenticationDialogFragment.java 32 import android.view.inputmethod.InputMethodManager;
77 @Inject InputMethodManager mInputMethodManager;
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
RenderAction.java 37 import android.view.inputmethod.InputMethodManager;
239 // create an InputMethodManager
240 InputMethodManager.getInstance();
268 // remove the InputMethodManager
  /packages/apps/Settings/src/com/android/settings/
CryptKeeper.java 57 import android.view.inputmethod.InputMethodManager;
279 final InputMethodManager imm = (InputMethodManager) getSystemService(
771 final InputMethodManager imm = (InputMethodManager) getSystemService(
    [all...]
  /frameworks/base/core/java/android/inputmethodservice/
InputMethodService.java 71 import android.view.inputmethod.InputMethodManager;
266 InputMethodManager mImm;
430 ? InputMethodManager.RESULT_HIDDEN
431 : (wasVis ? InputMethodManager.RESULT_UNCHANGED_SHOWN
432 : InputMethodManager.RESULT_UNCHANGED_HIDDEN), null);
461 ? InputMethodManager.RESULT_SHOWN
462 : (wasVis ? InputMethodManager.RESULT_UNCHANGED_SHOWN
463 : InputMethodManager.RESULT_UNCHANGED_HIDDEN), null);
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
SearchView.java 71 import android.view.inputmethod.InputMethodManager;
187 InputMethodManager imm = (InputMethodManager)
    [all...]

Completed in 530 milliseconds

1 2 34 5 6