Home
last modified time | relevance | path

Searched refs:mImm (Results 1 – 11 of 11) 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/SystemUI/src/com/android/keyguard/
DKeyguardPasswordView.java56 InputMethodManager mImm; field in KeyguardPasswordView
88 mImm.showSoftInput(mPasswordEntry, InputMethodManager.SHOW_IMPLICIT); in resetState()
113 mImm.showSoftInput(mPasswordEntry, InputMethodManager.SHOW_IMPLICIT); in onResume()
141 mImm.hideSoftInputFromWindow(getWindowToken(), 0); in onPause()
153 final boolean shouldBeVisible = hasMultipleEnabledIMEsOrSubtypes(mImm, false); in updateSwitchImeButton()
175 mImm = (InputMethodManager) getContext().getSystemService( in onFinishInflate()
206 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/packages/SettingsLib/src/com/android/settingslib/inputmethod/
DInputMethodSettingValuesWrapper.java50 private final InputMethodManager mImm; field in InputMethodSettingValuesWrapper
77 mImm = (InputMethodManager) context.getSystemService(Context.INPUT_METHOD_SERVICE); in InputMethodSettingValuesWrapper()
85 final List<InputMethodInfo> imms = mImm.getInputMethodList(); in refreshAllInputMethodAndSubtypes()
DInputMethodAndSubtypeEnablerManager.java47 private InputMethodManager mImm; field in InputMethodAndSubtypeEnablerManager
54 mImm = fragment.getContext().getSystemService(InputMethodManager.class); in InputMethodAndSubtypeEnablerManager()
56 mInputMethodInfoList = mImm.getInputMethodList(); in InputMethodAndSubtypeEnablerManager()
237 mImm.getEnabledInputMethodSubtypeList(imi, true); in updateImplicitlyEnabledSubtypesOf()
/frameworks/base/core/java/android/inputmethodservice/
DInputMethodService.java267 InputMethodManager mImm; field in InputMethodService
404 if (mImm != null && mToken != null) { in bindInput()
405 mImm.reportFullscreenMode(mToken, mIsFullscreen); in bindInput()
488 mImm.setImeWindowStatus(mToken, mStartInputToken, in showSoftInput()
818 mImm = (InputMethodManager)getSystemService(INPUT_METHOD_SERVICE); in onCreate()
822 mShouldClearInsetOfPreviousIme = (mImm.getInputMethodWindowVisibleHeight() > 0); in onCreate()
960 mImm.setImeWindowStatus(mToken, mStartInputToken, in resetStateForNewConfiguration()
1062 if (mImm != null && mToken != null) { in updateFullscreenMode()
1063 mImm.reportFullscreenMode(mToken, mIsFullscreen); in updateFullscreenMode()
1353 mImm.showStatusIcon(mToken, getPackageName(), iconResId); in showStatusIcon()
[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()