Searched refs:mImm (Results 1 - 10 of 10) sorted by relevance

/frameworks/base/tests/ImfTest/tests/src/com/android/imftest/samples/
H A DButtonActivityTest.java51 assertTrue(mImm.isActive());
53 assertFalse(mImm.isAcceptingText());
H A DOneEditTextActivityNotSelectedTests.java37 assertFalse(mImm.isAcceptingText());
H A DOneEditTextActivitySelectedTests.java40 assertTrue(mImm.isAcceptingText());
H A DImfBaseTestCase.java48 protected InputMethodManager mImm; field in class:ImfBaseTestCase
69 mImm = InputMethodManager.getInstance(mTargetActivity);
84 mImm.hideSoftInputFromWindow(editText.getWindowToken(), 0);
110 mImm.hideSoftInputFromWindow(editText.getWindowToken(), 0);
130 mImm.hideSoftInputFromWindow(servedView.getWindowToken(), 0);
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DKeyguardPasswordView.java49 InputMethodManager mImm; field in class:KeyguardPasswordView
81 mImm.showSoftInput(mPasswordEntry, InputMethodManager.SHOW_IMPLICIT);
88 mImm.hideSoftInputFromWindow(getWindowToken(), 0);
97 mImm = (InputMethodManager) getContext().getSystemService(
129 if (switchImeButton != null && hasMultipleEnabledIMEsOrSubtypes(mImm, false)) {
135 mImm.showInputMethodPicker();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
H A DInputMethodButton.java44 private final InputMethodManager mImm; field in class:InputMethodButton
61 mImm = (InputMethodManager) context.getSystemService(Context.INPUT_METHOD_SERVICE);
73 List<InputMethodInfo> imis = mImm.getEnabledInputMethodList();
83 final List<InputMethodSubtype> subtypes = mImm.getEnabledInputMethodSubtypeList(
H A DInputMethodsPanel.java63 private final InputMethodManager mImm; field in class:InputMethodsPanel
109 mImm = (InputMethodManager) context.getSystemService(Context.INPUT_METHOD_SERVICE);
202 mImm.hideSoftInputFromWindow(getWindowToken(), 0);
312 mImm.setInputMethodAndSubtype(mToken, imi.getId(), subtype);
364 getCurrentInputMethodInfo(), mImm.getCurrentInputMethodSubtype());
402 final List<InputMethodInfo> imis = mImm.getEnabledInputMethodList();
405 mImm.getEnabledInputMethodSubtypeList(imi, true));
/frameworks/base/cmds/ime/src/com/android/commands/ime/
H A DIme.java30 IInputMethodManager mImm; field in class:Ime
49 mImm = IInputMethodManager.Stub.asInterface(ServiceManager.getService("input_method"));
50 if (mImm == null) {
108 methods = mImm.getEnabledInputMethodList();
116 methods = mImm.getInputMethodList();
147 boolean res = mImm.setInputMethodEnabled(id, state);
174 mImm.setInputMethod(null, id);
/frameworks/opt/inputmethodcommon/java/com/android/inputmethodcommon/
H A DInputMethodSettingsImpl.java41 private InputMethodManager mImm; field in class:InputMethodSettingsImpl
53 mImm = (InputMethodManager) context.getSystemService(Context.INPUT_METHOD_SERVICE);
54 mImi = getMyImi(context, mImm);
181 final String summary = getEnabledSubtypesLabel(mContext, mImm, mImi);
/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java251 InputMethodManager mImm; field in class:InputMethodService
428 mImm.setImeWindowStatus(mToken, IME_ACTIVE | (showing ? IME_VISIBLE : 0),
647 mImm = (InputMethodManager)getSystemService(INPUT_METHOD_SERVICE);
777 mImm.setImeWindowStatus(mToken, IME_ACTIVE | (showing ? IME_VISIBLE : 0),
1156 mImm.showStatusIcon(mToken, getPackageName(), iconResId);
1161 mImm.hideStatusIcon(mToken);
1172 mImm.setInputMethod(mToken, id);
1462 mImm.setImeWindowStatus(mToken, IME_ACTIVE, mBackDisposition);
1481 mImm.setImeWindowStatus(mToken, 0, mBackDisposition);
1699 mImm
[all...]

Completed in 226 milliseconds