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()
127 private InputMethodManager mInputMethodManager; field in WifiSettingsForSetupWizardXL150 mInputMethodManager = (InputMethodManager)getSystemService(Context.INPUT_METHOD_SERVICE); in onCreate()246 mInputMethodManager.hideSoftInputFromWindow(focusedView.getWindowToken(), 0); in hideSoftwareKeyboard()
110 private InputMethodManager mInputMethodManager; field in DragController218 if (mInputMethodManager == null) { in startDrag()219 mInputMethodManager = (InputMethodManager) in startDrag()222 mInputMethodManager.hideSoftInputFromWindow(mWindowToken, 0); in startDrag()
105 private InputMethodManager mInputMethodManager; field in Folder135 mInputMethodManager = (InputMethodManager) in Folder()249 mInputMethodManager.hideSoftInputFromWindow(getWindowToken(), 0); in dismissEditingName()
79 private InputMethodManager mInputMethodManager; field in DateTimeSettingsSetupWizard145 mInputMethodManager = (InputMethodManager)getSystemService(Context.INPUT_METHOD_SERVICE); in initUiForXl()232 mInputMethodManager.hideSoftInputFromWindow(focusedView.getWindowToken(), 0); in onCheckedChanged()
140 private InputMethodManager mInputMethodManager; field in EditEventFragment553 mInputMethodManager = (InputMethodManager) in onAttach()882 mInputMethodManager.hideSoftInputFromWindow(focusedView.getWindowToken(), 0); in run()