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()
128 private InputMethodManager mInputMethodManager; field in WifiSettingsForSetupWizardXL152 mInputMethodManager = (InputMethodManager)getSystemService(Context.INPUT_METHOD_SERVICE); in onCreate()267 mInputMethodManager.hideSoftInputFromWindow(focusedView.getWindowToken(), 0); in hideSoftwareKeyboard()
79 private InputMethodManager mInputMethodManager; field in DateTimeSettingsSetupWizard147 mInputMethodManager = (InputMethodManager)getSystemService(Context.INPUT_METHOD_SERVICE); in initUiForXl()234 mInputMethodManager.hideSoftInputFromWindow(focusedView.getWindowToken(), 0); in onCheckedChanged()
107 private InputMethodManager mInputMethodManager; field in DragController261 if (mInputMethodManager == null) { in startDrag()262 mInputMethodManager = (InputMethodManager) in startDrag()265 mInputMethodManager.hideSoftInputFromWindow(mWindowToken, 0); in startDrag()
107 private InputMethodManager mInputMethodManager; field in Folder126 mInputMethodManager = (InputMethodManager) in Folder()235 mInputMethodManager.hideSoftInputFromWindow(getWindowToken(), 0); in dismissEditingName()
118 private InputMethodManager mInputMethodManager; field in EditEventFragment423 mInputMethodManager = (InputMethodManager) in onAttach()738 mInputMethodManager.hideSoftInputFromWindow(focusedView.getWindowToken(), 0); in run()