Searched refs:mImm (Results 1 - 9 of 9) 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();
84 mImm.hideSoftInputFromWindow(editText.getWindowToken(), 0);
110 mImm.hideSoftInputFromWindow(editText.getWindowToken(), 0);
130 mImm.hideSoftInputFromWindow(servedView.getWindowToken(), 0);
/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/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardPasswordView.java56 InputMethodManager mImm; field in class:KeyguardPasswordView
87 mImm.showSoftInput(mPasswordEntry, InputMethodManager.SHOW_IMPLICIT);
112 mImm.showSoftInput(mPasswordEntry, InputMethodManager.SHOW_IMPLICIT);
140 mImm.hideSoftInputFromWindow(getWindowToken(), 0);
152 final boolean shouldBeVisible = hasMultipleEnabledIMEsOrSubtypes(mImm, false);
174 mImm = (InputMethodManager) getContext().getSystemService(
204 mImm.showInputMethodPicker(false /* showAuxiliarySubtypes */);
/frameworks/opt/inputmethodcommon/java/com/android/inputmethodcommon/
H A DInputMethodSettingsImpl.java41 private InputMethodManager mImm; field in class:InputMethodSettingsImpl
51 mImm = (InputMethodManager) context.getSystemService(Context.INPUT_METHOD_SERVICE);
52 mImi = getMyImi(context, mImm);
169 final String summary = getEnabledSubtypesLabel(context, mImm, mImi);
/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java266 InputMethodManager mImm; field in class:InputMethodService
457 mImm.setImeWindowStatus(mToken, IME_ACTIVE | (showing ? IME_VISIBLE : 0),
786 mImm = (InputMethodManager)getSystemService(INPUT_METHOD_SERVICE);
790 mShouldClearInsetOfPreviousIme = (mImm.getInputMethodWindowVisibleHeight() > 0);
931 mImm.setImeWindowStatus(mToken, IME_ACTIVE | (showing ? IME_VISIBLE : 0),
1321 mImm.showStatusIcon(mToken, getPackageName(), iconResId);
1326 mImm.hideStatusIcon(mToken);
1337 mImm.setInputMethod(mToken, id);
1655 mImm.setImeWindowStatus(mToken, nextImeWindowStatus, mBackDisposition);
1680 mImm
[all...]
/frameworks/base/services/net/java/android/net/apf/
H A DApfGenerator.java101 private int mImm; field in class:ApfGenerator.Instruction
123 mImm = imm;
243 writingOffset = writeValue(mImm, bytecode, writingOffset);

Completed in 830 milliseconds