Home
last modified time | relevance | path

Searched defs:subtypes (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/core/tests/inputmethodtests/src/android/os/
DInputMethodTest.java91 List<InputMethodSubtype> subtypes) { in createDummyInputMethodInfo()
115 final ArrayList<InputMethodSubtype> subtypes = new ArrayList<InputMethodSubtype>(); in createDefaultAutoDummyVoiceIme() local
123 final ArrayList<InputMethodSubtype> subtypes = new ArrayList<InputMethodSubtype>(); in createNonDefaultAutoDummyVoiceIme0() local
131 final ArrayList<InputMethodSubtype> subtypes = new ArrayList<InputMethodSubtype>(); in createNonDefaultAutoDummyVoiceIme1() local
139 final ArrayList<InputMethodSubtype> subtypes = new ArrayList<InputMethodSubtype>(); in createNonDefaultDummyVoiceIme2() local
146 final ArrayList<InputMethodSubtype> subtypes = new ArrayList<InputMethodSubtype>(); in createDefaultDummyEnUSKeyboardIme() local
153 final ArrayList<InputMethodSubtype> subtypes = new ArrayList<InputMethodSubtype>(); in createNonDefaultDummyJaJPKeyboardIme() local
/frameworks/base/core/java/com/android/internal/inputmethod/
DInputMethodUtils.java160 ArrayList<InputMethodSubtype> subtypes = new ArrayList<InputMethodSubtype>(); in getSubtypes() local
170 ArrayList<InputMethodSubtype> subtypes = new ArrayList<InputMethodSubtype>(); in getOverridingImplicitlyEnabledSubtypes() local
223 final List<InputMethodSubtype> subtypes = InputMethodUtils.getSubtypes(imi); in getImplicitlyApplicableSubtypesLocked() local
309 Resources res, List<InputMethodSubtype> subtypes, String mode, String locale, in findLastResortApplicableSubtypeLocked()
461 ArrayList<String> subtypes = pair.second; in buildEnabledInputMethodsSettingString() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
DInputMethodButton.java83 final List<InputMethodSubtype> subtypes = mImm.getEnabledInputMethodSubtypeList( in needsToShowIMEButtonWhenVisibilityAuto() local
DInputMethodsPanel.java289 List<InputMethodSubtype> subtypes = enabledIMIs.get(imi); in updateUiElements() local
/frameworks/base/core/java/com/android/internal/view/
DIInputMethodManager.aidl73 oneway void setAdditionalInputMethodSubtypes(String id, in InputMethodSubtype[] subtypes); in setAdditionalInputMethodSubtypes()
/frameworks/base/core/java/android/view/inputmethod/
DInputMethodInfo.java241 String settingsActivity, List<InputMethodSubtype> subtypes, int isDefaultResId, in InputMethodInfo()
DInputMethodManager.java1812 ArrayList<InputMethodSubtype> subtypes = null; in getShortcutInputMethodsAndSubtypes() local
1823 ret.put((InputMethodInfo)o, subtypes); in getShortcutInputMethodsAndSubtypes() local
1891 public void setAdditionalInputMethodSubtypes(String imiId, InputMethodSubtype[] subtypes) { in setAdditionalInputMethodSubtypes()
/frameworks/base/services/java/com/android/server/
DInputMethodManagerService.java1451 final List<InputMethodSubtype> subtypes = in needsToShowImeSwitchOngoingNotification() local
2180 public void setAdditionalInputMethodSubtypes(String imiId, InputMethodSubtype[] subtypes) { in setAdditionalInputMethodSubtypes()
3099 ArrayList<InputMethodSubtype> subtypes = new ArrayList<InputMethodSubtype>(); in addShortcutInputMethodAndSubtypes() local
3324 final ArrayList<InputMethodSubtype> subtypes = new ArrayList<InputMethodSubtype>(); in addInputMethodSubtypes() local
3335 mAdditionalSubtypesMap.put(imi.getId(), subtypes); in addInputMethodSubtypes() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DQuickSettingsModel.java620 final List<InputMethodSubtype> subtypes = imm.getEnabledInputMethodSubtypeList(imi, in needsToShowImeSwitchOngoingNotification() local