Searched refs:inputMethodManager (Results 1 – 9 of 9) sorted by relevance
64 final InputMethodManager inputMethodManager = in hideImeKeyboard() local66 if (inputMethodManager != null) { in hideImeKeyboard()67 inputMethodManager.hideSoftInputFromWindow(v.getWindowToken(), 0 /* flags */); in hideImeKeyboard()75 final InputMethodManager inputMethodManager = in showImeKeyboard() local77 if (inputMethodManager != null) { in showImeKeyboard()79 inputMethodManager.showSoftInput(v, 0 /* flags */); in showImeKeyboard()84 final InputMethodManager inputMethodManager = in hideSoftInput() local86 inputMethodManager.hideSoftInputFromWindow(v.getWindowToken(), 0); in hideSoftInput()
165 InputMethodManager inputMethodManager = in showSoftInput()169 inputMethodManager.viewClicked(mTextInput); in showSoftInput()170 inputMethodManager.showSoftInput(mTextInput, 0); in showSoftInput()
165 InputMethodManager inputMethodManager = (InputMethodManager) a.getSystemService( in onResume()167 inputMethodManager.showSoftInput(mTextInput, 0); in onResume()
550 InputMethodManager inputMethodManager = (InputMethodManager) getActivity()552 inputMethodManager.hideSoftInputFromWindow(
511 final InputMethodManager inputMethodManager = getInputMethodManager(); in isSystemLocaleSameAsLocaleOfAllEnabledSubtypesOfEnabledImes() local513 inputMethodManager.getEnabledInputMethodList(); in isSystemLocaleSameAsLocaleOfAllEnabledSubtypesOfEnabledImes()516 inputMethodManager.getEnabledInputMethodSubtypeList( in isSystemLocaleSameAsLocaleOfAllEnabledSubtypesOfEnabledImes()
278 InputMethodManager inputMethodManager = (InputMethodManager) in hideSoftKeyboard() local280 inputMethodManager.hideSoftInputFromWindow(mListView.getWindowToken(), 0); in hideSoftKeyboard()
235 InputMethodManager inputMethodManager = in showAddBlockedNumberDialog()237 inputMethodManager.showSoftInput(editText, in showAddBlockedNumberDialog()
854 InputMethodManager inputMethodManager = (InputMethodManager)856 inputMethodManager.hideSoftInputFromWindow(mListView.getWindowToken(), 0);
753 InputMethodManager inputMethodManager = (InputMethodManager) context.getSystemService(761 List<InputMethodSubtype> subtypes = inputMethodManager