Searched refs:mImm (Results 1 – 6 of 6) sorted by relevance
57 InputMethodManager mImm; field in KeyguardPasswordView96 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()
45 private final InputMethodManager mImm; field in InputMethodSettingValuesWrapper61 mImm = context.getSystemService(InputMethodManager.class); in InputMethodSettingValuesWrapper()67 mMethodList.addAll(mImm.getInputMethodList()); in refreshAllInputMethodAndSubtypes()
48 private InputMethodManager mImm; field in InputMethodAndSubtypeEnablerManager55 mImm = fragment.getContext().getSystemService(InputMethodManager.class); in InputMethodAndSubtypeEnablerManager()57 mInputMethodInfoList = mImm.getInputMethodList(); in InputMethodAndSubtypeEnablerManager()238 mImm.getEnabledInputMethodSubtypeList(imi, true); in updateImplicitlyEnabledSubtypesOf()
49 private InputMethodManager mImm; field in InputMethodAndSubtypeEnablerManagerCompat56 mImm = fragment.getContext().getSystemService(InputMethodManager.class); in InputMethodAndSubtypeEnablerManagerCompat()58 mInputMethodInfoList = mImm.getInputMethodList(); in InputMethodAndSubtypeEnablerManagerCompat()239 mImm.getEnabledInputMethodSubtypeList(imi, true); in updateImplicitlyEnabledSubtypesOf()
360 InputMethodManager mImm; field in InputMethodService998 mImm = (InputMethodManager)getSystemService(INPUT_METHOD_SERVICE); in onCreate()
35008 Landroid/inputmethodservice/InputMethodService;->mImm:Landroid/view/inputmethod/InputMethodManager;