Searched refs:inputMethodManager (Results 1 – 9 of 9) sorted by relevance
260 final InputMethodManager inputMethodManager = mRichImm.getInputMethodManager(); in isSystemLocaleSameAsLocaleOfAllEnabledSubtypesOfEnabledImes() local262 inputMethodManager.getEnabledInputMethodList(); in isSystemLocaleSameAsLocaleOfAllEnabledSubtypesOfEnabledImes()265 inputMethodManager.getEnabledInputMethodSubtypeList( in isSystemLocaleSameAsLocaleOfAllEnabledSubtypesOfEnabledImes()
143 InputMethodManager inputMethodManager = (InputMethodManager) getActivity() in onResume()145 inputMethodManager.showSoftInput(mTextInput, 0); in onResume()
163 InputMethodManager inputMethodManager = (InputMethodManager) a.getSystemService( in onResume()165 inputMethodManager.showSoftInput(mTextInput, 0); in onResume()
181 InputMethodManager inputMethodManager = (InputMethodManager) a.getSystemService( in onResume()183 inputMethodManager.showSoftInput(mTextInput, 0); in onResume()
347 InputMethodManager inputMethodManager = (InputMethodManager) getActivity() in onResume()349 inputMethodManager.hideSoftInputFromWindow( in onResume()
277 InputMethodManager inputMethodManager = (InputMethodManager) in hideSoftKeyboard() local279 inputMethodManager.hideSoftInputFromWindow(mListView.getWindowToken(), 0); in hideSoftKeyboard()
814 InputMethodManager inputMethodManager = (InputMethodManager) in hideSoftKeyboard() local816 inputMethodManager.hideSoftInputFromWindow(mListView.getWindowToken(), 0); in hideSoftKeyboard()
703 InputMethodManager inputMethodManager = (InputMethodManager) context.getSystemService(713 List<InputMethodSubtype> subtypes = inputMethodManager
3826 InputMethodManager inputMethodManager = in hideKeyboard() local3828 inputMethodManager.hideSoftInputFromWindow(mTextEditor.getWindowToken(), 0); in hideKeyboard()