Home
last modified time | relevance | path

Searched refs:mImm (Results 1 – 9 of 9) 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.java56 InputMethodManager mImm; field in KeyguardPasswordView
87 mImm.showSoftInput(mPasswordEntry, InputMethodManager.SHOW_IMPLICIT); in resetState()
112 mImm.showSoftInput(mPasswordEntry, InputMethodManager.SHOW_IMPLICIT); in onResume()
140 mImm.hideSoftInputFromWindow(getWindowToken(), 0); in onPause()
152 final boolean shouldBeVisible = hasMultipleEnabledIMEsOrSubtypes(mImm, false); in updateSwitchImeButton()
174 mImm = (InputMethodManager) getContext().getSystemService( in onFinishInflate()
204 mImm.showInputMethodPicker(false /* showAuxiliarySubtypes */); 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.java266 InputMethodManager mImm; field in InputMethodService
457 mImm.setImeWindowStatus(mToken, IME_ACTIVE | (showing ? IME_VISIBLE : 0), in showSoftInput()
786 mImm = (InputMethodManager)getSystemService(INPUT_METHOD_SERVICE); in onCreate()
790 mShouldClearInsetOfPreviousIme = (mImm.getInputMethodWindowVisibleHeight() > 0); in onCreate()
931 mImm.setImeWindowStatus(mToken, IME_ACTIVE | (showing ? IME_VISIBLE : 0), in resetStateForNewConfiguration()
1321 mImm.showStatusIcon(mToken, getPackageName(), iconResId); in showStatusIcon()
1326 mImm.hideStatusIcon(mToken); in hideStatusIcon()
1337 mImm.setInputMethod(mToken, id); in switchInputMethod()
1655 mImm.setImeWindowStatus(mToken, nextImeWindowStatus, mBackDisposition); in showWindowInner()
1680 mImm.setImeWindowStatus(mToken, 0, mBackDisposition); in doHideWindow()
[all …]
/frameworks/base/services/net/java/android/net/apf/
DApfGenerator.java101 private int mImm; field in ApfGenerator.Instruction
123 mImm = imm; in setImm()
243 writingOffset = writeValue(mImm, bytecode, writingOffset); in generate()