Home
last modified time | relevance | path

Searched refs:inputMethodManager (Results 1 – 9 of 9) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DSubtypeSwitcher.java260 final InputMethodManager inputMethodManager = mRichImm.getInputMethodManager(); in isSystemLocaleSameAsLocaleOfAllEnabledSubtypesOfEnabledImes() local
262 inputMethodManager.getEnabledInputMethodList(); in isSystemLocaleSameAsLocaleOfAllEnabledSubtypesOfEnabledImes()
265 inputMethodManager.getEnabledInputMethodSubtypeList( in isSystemLocaleSameAsLocaleOfAllEnabledSubtypesOfEnabledImes()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/base/
DTextInputWizardFragment.java143 InputMethodManager inputMethodManager = (InputMethodManager) getActivity() in onResume()
145 inputMethodManager.showSoftInput(mTextInput, 0); in onResume()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/setup/
DTextInputWizardFragment.java163 InputMethodManager inputMethodManager = (InputMethodManager) a.getSystemService( in onResume()
165 inputMethodManager.showSoftInput(mTextInput, 0); in onResume()
DPasswordInputWizardFragment.java181 InputMethodManager inputMethodManager = (InputMethodManager) a.getSystemService( in onResume()
183 inputMethodManager.showSoftInput(mTextInput, 0); in onResume()
DSelectFromListWizardFragment.java347 InputMethodManager inputMethodManager = (InputMethodManager) getActivity() in onResume()
349 inputMethodManager.hideSoftInputFromWindow( in onResume()
/packages/apps/Contacts/src/com/android/contacts/group/
DGroupBrowseListFragment.java277 InputMethodManager inputMethodManager = (InputMethodManager) in hideSoftKeyboard() local
279 inputMethodManager.hideSoftInputFromWindow(mListView.getWindowToken(), 0); in hideSoftKeyboard()
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
DContactEntryListFragment.java814 InputMethodManager inputMethodManager = (InputMethodManager) in hideSoftKeyboard() local
816 inputMethodManager.hideSoftInputFromWindow(mListView.getWindowToken(), 0); in hideSoftKeyboard()
/packages/apps/Settings/src/com/android/settings/inputmethod/
DInputMethodAndLanguageSettings.java703 InputMethodManager inputMethodManager = (InputMethodManager) context.getSystemService(
713 List<InputMethodSubtype> subtypes = inputMethodManager
/packages/apps/Mms/src/com/android/mms/ui/
DComposeMessageActivity.java3826 InputMethodManager inputMethodManager = in hideKeyboard() local
3828 inputMethodManager.hideSoftInputFromWindow(mTextEditor.getWindowToken(), 0); in hideKeyboard()