Home
last modified time | relevance | path

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

/development/samples/VirtualDeviceManager/client/src/com/example/android/vdmdemo/client/
DImmersiveActivity.java77 private InputMethodManager mInputMethodManager; field in ImmersiveActivity
105 mInputMethodManager = getSystemService(InputMethodManager.class); in onCreate()
197 mInputMethodManager.showSoftInput(getWindow().getDecorView(), 0); in processRemoteEvent()
199 mInputMethodManager.hideSoftInputFromWindow( in processRemoteEvent()
DMainActivity.java71 private InputMethodManager mInputMethodManager; field in MainActivity
125 mInputMethodManager = getSystemService(InputMethodManager.class); in onCreate()
225 mInputMethodManager.showSoftInput(getWindow().getDecorView(), 0); in processRemoteEvent()
227 mInputMethodManager.hideSoftInputFromWindow( in processRemoteEvent()
/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.java66 private InputMethodManager mInputMethodManager; field in SoftKeyboard
94 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()
/development/samples/browseable/AsymmetricFingerprintDialog/src/com.example.android.asymmetricfingerprintdialog/
DFingerprintAuthenticationDialogFragment.java77 @Inject InputMethodManager mInputMethodManager; field in FingerprintAuthenticationDialogFragment
245 mInputMethodManager.showSoftInput(mPassword, 0);