Searched refs:mInputMethodManager (Results 1 – 6 of 6) sorted by relevance
49 private final InputMethodManager mInputMethodManager; field in WifiConfigUiForSetupWizardXL73 mInputMethodManager = (InputMethodManager) in WifiConfigUiForSetupWizardXL()97 if (!mInputMethodManager.showSoftInput(viewToBeFocused, 0)) { in requestFocusAndShowKeyboard()194 mInputMethodManager.showSoftInput(mViewToBeFocused, 0); in run()
129 private InputMethodManager mInputMethodManager; field in WifiSettingsForSetupWizardXL153 mInputMethodManager = (InputMethodManager)getSystemService(Context.INPUT_METHOD_SERVICE); in onCreate()249 mInputMethodManager.hideSoftInputFromWindow(focusedView.getWindowToken(), 0); in hideSoftwareKeyboard()
79 private InputMethodManager mInputMethodManager; field in DateTimeSettingsSetupWizard145 mInputMethodManager = (InputMethodManager)getSystemService(Context.INPUT_METHOD_SERVICE); in initUiForXl()232 mInputMethodManager.hideSoftInputFromWindow(focusedView.getWindowToken(), 0); in onCheckedChanged()
110 private InputMethodManager mInputMethodManager; field in DragController216 if (mInputMethodManager == null) { in startDrag()217 mInputMethodManager = (InputMethodManager) in startDrag()220 mInputMethodManager.hideSoftInputFromWindow(mWindowToken, 0); in startDrag()
107 private InputMethodManager mInputMethodManager; field in Folder135 mInputMethodManager = (InputMethodManager) in Folder()248 mInputMethodManager.hideSoftInputFromWindow(getWindowToken(), 0); in dismissEditingName()
118 private InputMethodManager mInputMethodManager; field in EditEventFragment423 mInputMethodManager = (InputMethodManager) in onAttach()739 mInputMethodManager.hideSoftInputFromWindow(focusedView.getWindowToken(), 0); in run()