Home
last modified time | relevance | path

Searched refs:mInputMethodManager (Results 1 – 3 of 3) sorted by relevance

/development/samples/browseable/FingerprintDialog/src/com.example.android.fingerprintdialog/
DFingerprintAuthenticationDialogFragment.java59 private InputMethodManager mInputMethodManager; field in FingerprintAuthenticationDialogFragment
140 mInputMethodManager = context.getSystemService(InputMethodManager.class); in onAttach()
205 mInputMethodManager.showSoftInput(mPassword, 0);
/development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
DSoftKeyboard.java60 private InputMethodManager mInputMethodManager; field in SoftKeyboard
88 mInputMethodManager = (InputMethodManager)getSystemService(INPUT_METHOD_SERVICE); in onCreate()
126 mInputMethodManager.shouldOfferSwitchingToNextInputMethod(getToken()); in setLatinKeyboard()
262 final InputMethodSubtype subtype = mInputMethodManager.getCurrentInputMethodSubtype(); in onStartInputView()
655 mInputMethodManager.switchToNextInputMethod(getToken(), false /* onlyCurrentIme */); in handleLanguageSwitch()
/development/samples/browseable/AsymmetricFingerprintDialog/src/com.example.android.asymmetricfingerprintdialog/
DFingerprintAuthenticationDialogFragment.java77 @Inject InputMethodManager mInputMethodManager; field in FingerprintAuthenticationDialogFragment
245 mInputMethodManager.showSoftInput(mPassword, 0);