Home
last modified time | relevance | path

Searched refs:mImm (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/cmds/ime/src/com/android/commands/ime/
DIme.java30 IInputMethodManager mImm; field in Ime
49 mImm = IInputMethodManager.Stub.asInterface(ServiceManager.getService("input_method")); in run()
50 if (mImm == null) { in run()
108 methods = mImm.getEnabledInputMethodList(); in runList()
116 methods = mImm.getInputMethodList(); in runList()
147 boolean res = mImm.setInputMethodEnabled(id, state); in runSetEnabled()
174 mImm.setInputMethod(null, id); in runSet()
/frameworks/base/tests/ImfTest/tests/src/com/android/imftest/samples/
DImfBaseTestCase.java48 protected InputMethodManager mImm; field in ImfBaseTestCase
69 mImm = InputMethodManager.getInstance(); in setUp()
84 mImm.hideSoftInputFromWindow(editText.getWindowToken(), 0); in verifyEditTextAdjustment()
110 mImm.hideSoftInputFromWindow(editText.getWindowToken(), 0); in verifyEditTextAdjustment()
130 mImm.hideSoftInputFromWindow(servedView.getWindowToken(), 0); in destructiveCheckImeUp()
DButtonActivityTest.java51 assertTrue(mImm.isActive()); in testButtonActivatesIme()
53 assertFalse(mImm.isAcceptingText()); in testButtonActivatesIme()
DOneEditTextActivityNotSelectedTests.java37 assertFalse(mImm.isAcceptingText()); in testSoftKeyboardNoAutoPop()
DOneEditTextActivitySelectedTests.java40 assertTrue(mImm.isAcceptingText()); in testSoftKeyboardAutoPop()
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
DKeyguardPasswordView.java49 InputMethodManager mImm; field in KeyguardPasswordView
96 mImm.showSoftInput(mPasswordEntry, InputMethodManager.SHOW_IMPLICIT); in onResume()
106 mImm.hideSoftInputFromWindow(getWindowToken(), 0); in onPause()
121 mImm = (InputMethodManager) getContext().getSystemService( in onFinishInflate()
159 if (switchImeButton != null && hasMultipleEnabledIMEsOrSubtypes(mImm, false)) { in onFinishInflate()
165 mImm.showInputMethodPicker(); in onFinishInflate()
/frameworks/opt/inputmethodcommon/java/com/android/inputmethodcommon/
DInputMethodSettingsImpl.java41 private InputMethodManager mImm; field in InputMethodSettingsImpl
51 mImm = (InputMethodManager) context.getSystemService(Context.INPUT_METHOD_SERVICE); in init()
52 mImi = getMyImi(context, mImm); in init()
169 final String summary = getEnabledSubtypesLabel(context, mImm, mImi); in updateSubtypeEnabler()
/frameworks/base/core/java/android/inputmethodservice/
DInputMethodService.java254 InputMethodManager mImm; field in InputMethodService
436 mImm.setImeWindowStatus(mToken, IME_ACTIVE | (showing ? IME_VISIBLE : 0), in showSoftInput()
670 mImm = (InputMethodManager)getSystemService(INPUT_METHOD_SERVICE); in onCreate()
803 mImm.setImeWindowStatus(mToken, IME_ACTIVE | (showing ? IME_VISIBLE : 0), in onConfigurationChanged()
1182 mImm.showStatusIcon(mToken, getPackageName(), iconResId); in showStatusIcon()
1187 mImm.hideStatusIcon(mToken); in hideStatusIcon()
1198 mImm.setInputMethod(mToken, id); in switchInputMethod()
1488 mImm.setImeWindowStatus(mToken, IME_ACTIVE, mBackDisposition); in showWindowInner()
1507 mImm.setImeWindowStatus(mToken, 0, mBackDisposition); in doHideWindow()
1743 mImm.hideSoftInputFromInputMethod(mToken, flags); in requestHideSelf()
[all …]