Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardPasswordView.java57 InputMethodManager mImm; field in KeyguardPasswordView
96 mImm.showSoftInput(mPasswordEntry, InputMethodManager.SHOW_IMPLICIT); in resetState()
121 mImm.showSoftInput(mPasswordEntry, InputMethodManager.SHOW_IMPLICIT); in onResume()
149 mImm.hideSoftInputFromWindow(getWindowToken(), 0); in onPause()
155 final boolean shouldBeVisible = hasMultipleEnabledIMEsOrSubtypes(mImm, false); in updateSwitchImeButton()
177 mImm = (InputMethodManager) getContext().getSystemService( in onFinishInflate()
206 mImm.showInputMethodPickerFromSystem(false /* showAuxiliarySubtypes */, in onFinishInflate()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/inputmethod/
DInputMethodSettingValuesWrapper.java45 private final InputMethodManager mImm; field in InputMethodSettingValuesWrapper
61 mImm = context.getSystemService(InputMethodManager.class); in InputMethodSettingValuesWrapper()
67 mMethodList.addAll(mImm.getInputMethodList()); in refreshAllInputMethodAndSubtypes()
DInputMethodAndSubtypeEnablerManager.java48 private InputMethodManager mImm; field in InputMethodAndSubtypeEnablerManager
55 mImm = fragment.getContext().getSystemService(InputMethodManager.class); in InputMethodAndSubtypeEnablerManager()
57 mInputMethodInfoList = mImm.getInputMethodList(); in InputMethodAndSubtypeEnablerManager()
238 mImm.getEnabledInputMethodSubtypeList(imi, true); in updateImplicitlyEnabledSubtypesOf()
DInputMethodAndSubtypeEnablerManagerCompat.java49 private InputMethodManager mImm; field in InputMethodAndSubtypeEnablerManagerCompat
56 mImm = fragment.getContext().getSystemService(InputMethodManager.class); in InputMethodAndSubtypeEnablerManagerCompat()
58 mInputMethodInfoList = mImm.getInputMethodList(); in InputMethodAndSubtypeEnablerManagerCompat()
239 mImm.getEnabledInputMethodSubtypeList(imi, true); in updateImplicitlyEnabledSubtypesOf()
/frameworks/base/core/java/android/inputmethodservice/
DInputMethodService.java360 InputMethodManager mImm; field in InputMethodService
998 mImm = (InputMethodManager)getSystemService(INPUT_METHOD_SERVICE); in onCreate()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt35008 Landroid/inputmethodservice/InputMethodService;->mImm:Landroid/view/inputmethod/InputMethodManager;