Searched refs:mInputMethodManager (Results 1 – 5 of 5) sorted by relevance
77 private InputMethodManager mInputMethodManager; field in ImmersiveActivity105 mInputMethodManager = getSystemService(InputMethodManager.class); in onCreate()197 mInputMethodManager.showSoftInput(getWindow().getDecorView(), 0); in processRemoteEvent()199 mInputMethodManager.hideSoftInputFromWindow( in processRemoteEvent()
71 private InputMethodManager mInputMethodManager; field in MainActivity125 mInputMethodManager = getSystemService(InputMethodManager.class); in onCreate()225 mInputMethodManager.showSoftInput(getWindow().getDecorView(), 0); in processRemoteEvent()227 mInputMethodManager.hideSoftInputFromWindow( in processRemoteEvent()
59 private InputMethodManager mInputMethodManager; field in FingerprintAuthenticationDialogFragment140 mInputMethodManager = context.getSystemService(InputMethodManager.class); in onAttach()205 mInputMethodManager.showSoftInput(mPassword, 0);
66 private InputMethodManager mInputMethodManager; field in SoftKeyboard94 mInputMethodManager = (InputMethodManager)getSystemService(INPUT_METHOD_SERVICE); in onCreate()166 mInputMethodManager.shouldOfferSwitchingToNextInputMethod(getToken()); in setLatinKeyboard()302 final InputMethodSubtype subtype = mInputMethodManager.getCurrentInputMethodSubtype(); in onStartInputView()695 mInputMethodManager.switchToNextInputMethod(getToken(), false /* onlyCurrentIme */); in handleLanguageSwitch()
77 @Inject InputMethodManager mInputMethodManager; field in FingerprintAuthenticationDialogFragment245 mInputMethodManager.showSoftInput(mPassword, 0);