HomeSort by relevance Sort by last modified time
    Searched refs:subtypes (Results 1 - 25 of 38) sorted by null

1 2

  /frameworks/base/core/tests/inputmethodtests/src/android/os/
InputMethodTest.java 91 List<InputMethodSubtype> subtypes) {
105 return new InputMethodInfo(ri, isAuxIme, "", subtypes, 1, isDefault);
115 final ArrayList<InputMethodSubtype> subtypes = new ArrayList<InputMethodSubtype>(); local
116 subtypes.add(createDummyInputMethodSubtype("auto", "voice", IS_AUX, IS_AUTO));
117 subtypes.add(createDummyInputMethodSubtype("en_US", "voice", IS_AUX, !IS_AUTO));
119 "DummyVoice0", IS_AUX, IS_DEFAULT, subtypes);
123 final ArrayList<InputMethodSubtype> subtypes = new ArrayList<InputMethodSubtype>(); local
124 subtypes.add(createDummyInputMethodSubtype("auto", "voice", IS_AUX, IS_AUTO));
125 subtypes.add(createDummyInputMethodSubtype("en_US", "voice", IS_AUX, !IS_AUTO));
127 "DummyVoice1", IS_AUX, !IS_DEFAULT, subtypes);
131 final ArrayList<InputMethodSubtype> subtypes = new ArrayList<InputMethodSubtype>(); local
139 final ArrayList<InputMethodSubtype> subtypes = new ArrayList<InputMethodSubtype>(); local
146 final ArrayList<InputMethodSubtype> subtypes = new ArrayList<InputMethodSubtype>(); local
153 final ArrayList<InputMethodSubtype> subtypes = new ArrayList<InputMethodSubtype>(); local
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
RichInputMethodManager.java 88 // Initialize additional subtypes.
138 Log.w(TAG, "Can't find current subtype in enabled subtypes: subtype="
244 final List<InputMethodSubtype> subtypes) {
245 return getSubtypeIndexInList(subtype, subtypes) != INDEX_NOT_FOUND;
249 final List<InputMethodSubtype> subtypes) {
250 final int count = subtypes.size();
252 final InputMethodSubtype ims = subtypes.get(index);
301 final List<InputMethodSubtype> subtypes = getEnabledInputMethodSubtypeList(imi, true);
302 // IMEs that have no subtypes should be counted.
303 if (subtypes.isEmpty())
328 final List<InputMethodSubtype> subtypes = getMyEnabledInputMethodSubtypeList(true); local
363 mInputMethodInfoOfThisIme.getId(), subtypes); local
    [all...]
SubtypeSwitcher.java 149 final List<InputMethodSubtype> subtypes = shortcuts.get(imi); local
153 // TODO: Pick up the first found subtype for now. Should handle all subtypes
155 mShortcutSubtype = subtypes.size() > 0 ? subtypes.get(0) : null;
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardPasswordView.java 168 final List<InputMethodSubtype> subtypes =
170 // IMEs that have no subtypes should be counted.
171 if (subtypes.isEmpty()) {
177 for (InputMethodSubtype subtype : subtypes) {
182 final int nonAuxCount = subtypes.size() - auxCount;
184 // IMEs that have one or more non-auxiliary subtypes should be counted.
186 // subtypes should be counted as well.
  /frameworks/base/core/java/com/android/internal/inputmethod/
InputMethodUtils.java 173 Slog.w(TAG, "Found no subtypes in a system IME: " + imi.getPackageName());
199 ArrayList<InputMethodSubtype> subtypes = new ArrayList<InputMethodSubtype>(); local
202 subtypes.add(imi.getSubtypeAt(i));
204 return subtypes;
209 ArrayList<InputMethodSubtype> subtypes = new ArrayList<InputMethodSubtype>(); local
214 subtypes.add(subtype);
217 return subtypes;
262 final List<InputMethodSubtype> subtypes = InputMethodUtils.getSubtypes(imi); local
267 final int N = subtypes.size();
269 // scan overriding implicitly enabled subtypes
511 ArrayList<String> subtypes = pair.second; local
    [all...]
  /development/samples/SoftKeyboard/src/com/android/inputmethodcommon/
InputMethodSettingsImpl.java 55 * @return true if this application is an IME and has two or more subtypes, false otherwise.
102 final List<InputMethodSubtype> subtypes = imm.getEnabledInputMethodSubtypeList(imi, true);
104 final int N = subtypes.size();
106 final InputMethodSubtype subtype = subtypes.get(i);
  /frameworks/opt/inputmethodcommon/java/com/android/inputmethodcommon/
InputMethodSettingsImpl.java 49 * @return true if this application is an IME and has two or more subtypes, false otherwise.
96 final List<InputMethodSubtype> subtypes = imm.getEnabledInputMethodSubtypeList(imi, true);
98 final int N = subtypes.size();
100 final InputMethodSubtype subtype = subtypes.get(i);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
AdditionalSubtypeUtils.java 112 public static String createPrefSubtypes(final InputMethodSubtype[] subtypes) {
113 if (subtypes == null || subtypes.length == 0) {
117 for (final InputMethodSubtype subtype : subtypes) {
  /packages/apps/Settings/src/com/android/settings/inputmethod/
UserDictionaryList.java 102 final List<InputMethodSubtype> subtypes = local
105 for (InputMethodSubtype subtype : subtypes) {
114 // enabled subtypes. If we already have the locale-without-country version of the system
InputMethodPreference.java 224 final List<InputMethodSubtype> subtypes = mImm.getEnabledInputMethodSubtypeList(mImi, true); local
225 for (InputMethodSubtype subtype : subtypes) {
InputMethodAndSubtypeUtil.java 54 StringBuilder builder, String imi, HashSet<String> subtypes) {
56 // Inputmethod and subtypes are saved in the settings as follows:
58 for (String subtypeId: subtypes) {
254 // Redefines SelectedSubtype when all subtypes are unchecked or there is no subtype
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/userdictionary/
UserDictionaryList.java 81 final List<InputMethodSubtype> subtypes = local
84 for (InputMethodSubtype subtype : subtypes) {
93 // enabled subtypes. If we already have the locale-without-country version of the system
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
AdditionalSubtypeSettings.java 556 final ArrayList<InputMethodSubtype> subtypes = CollectionUtils.newArrayList(); local
564 subtypes.add(subtypePref.getSubtype());
567 return subtypes.toArray(new InputMethodSubtype[subtypes.size()]);
574 final InputMethodSubtype[] subtypes = getSubtypes(); local
575 final String prefSubtypes = AdditionalSubtypeUtils.createPrefSubtypes(subtypes);
580 mRichImm.setAdditionalInputMethodSubtypes(subtypes);
  /external/chromium_org/third_party/libxml/src/include/libxml/
schemasInternals.h 262 xmlSchemaTypePtr subtypes; /* the type definition */ member in struct:_xmlSchemaAttribute
610 xmlSchemaTypePtr subtypes; member in struct:_xmlSchemaType
631 Could we use @subtypes for this? */
773 xmlSchemaTypePtr subtypes; /* the type definition */ member in struct:_xmlSchemaElement
  /external/libxml2/include/libxml/
schemasInternals.h 262 xmlSchemaTypePtr subtypes; /* the type definition */ member in struct:_xmlSchemaAttribute
610 xmlSchemaTypePtr subtypes; member in struct:_xmlSchemaType
631 Could we use @subtypes for this? */
773 xmlSchemaTypePtr subtypes; /* the type definition */ member in struct:_xmlSchemaElement
  /dalvik/dx/src/com/android/dx/command/findusages/
FindUsages.java 169 * declaringType} and its subtypes.
172 Set<Integer> subtypes = findAssignableTypes(dex, declaringType); local
178 && subtypes.contains(method.getDeclaringClassIndex())) {
  /frameworks/base/core/java/com/android/internal/view/
IInputMethodManager.aidl 76 oneway void setAdditionalInputMethodSubtypes(String id, in InputMethodSubtype[] subtypes);
  /frameworks/base/core/java/android/view/inputmethod/
InputMethodInfo.java 89 * The array of the subtypes.
123 * @param additionalSubtypes additional subtypes being added to this InputMethodInfo
175 // Parse all subtypes
267 String settingsActivity, List<InputMethodSubtype> subtypes, int isDefaultResId,
275 if (subtypes != null) {
276 mSubtypes.addAll(subtypes);
374 * Return the count of the subtypes of Input Method.
InputMethodManager.java 607 * Returns a list of enabled input method subtypes for the specified input method info.
608 * @param imi An input method info whose subtypes list will be returned.
610 * selected subtypes. If an input method info doesn't have enabled subtypes, the framework
611 * will implicitly enable subtypes according to the current system language.
1818 ArrayList<InputMethodSubtype> subtypes = null; local
    [all...]
  /packages/apps/Settings/src/com/android/settings/
CryptKeeper.java 583 final List<InputMethodSubtype> subtypes =
585 // IMEs that have no subtypes should be counted.
586 if (subtypes.isEmpty()) {
592 for (InputMethodSubtype subtype : subtypes) {
597 final int nonAuxCount = subtypes.size() - auxCount;
599 // IMEs that have one or more non-auxiliary subtypes should be counted.
601 // subtypes should be counted as well.
  /external/jmdns/src/javax/jmdns/impl/
JmDNSImpl.java 107 * This is used to store type entries. The type is stored as a call variable and the map support the subtypes.
1111 ServiceTypeEntry subtypes = _serviceTypes.get(loname); local
1876 ServiceTypeEntry subtypes = _serviceTypes.get(key); local
    [all...]
  /external/tcpdump/
print-radius.c 337 const char **subtypes; /* Standard Values (if any) */ member in struct:attrtype
587 table = attr_type[attr_code].subtypes;
    [all...]
  /external/chromium_org/third_party/libxml/src/
xmlschemas.c 159 #define WXS_ELEM_TYPEDEF(e) (e)->subtypes
165 #define WXS_ATTR_TYPEDEF(a) (a)->subtypes
269 (xmlSchemaIsParticleEmptiable(WXS_PTC_CAST (t)->subtypes))
271 #define WXS_TYPE_CONTENTTYPE(t) (t)->subtypes
273 #define WXS_TYPE_PARTICLE(t) WXS_PTC_CAST (t)->subtypes
279 #define WXS_LIST_ITEMTYPE(t) (t)->subtypes
    [all...]
  /external/libxml2/
xmlschemas.c 159 #define WXS_ELEM_TYPEDEF(e) (e)->subtypes
165 #define WXS_ATTR_TYPEDEF(a) (a)->subtypes
269 (xmlSchemaIsParticleEmptiable(WXS_PTC_CAST (t)->subtypes))
271 #define WXS_TYPE_CONTENTTYPE(t) (t)->subtypes
273 #define WXS_TYPE_PARTICLE(t) WXS_PTC_CAST (t)->subtypes
279 #define WXS_LIST_ITEMTYPE(t) (t)->subtypes
    [all...]
  /frameworks/base/services/java/com/android/server/
InputMethodManagerService.java 1462 final List<InputMethodSubtype> subtypes = local
3127 ArrayList<InputMethodSubtype> subtypes = new ArrayList<InputMethodSubtype>(); local
3352 final ArrayList<InputMethodSubtype> subtypes = new ArrayList<InputMethodSubtype>(); local
3363 mAdditionalSubtypesMap.put(imi.getId(), subtypes); local
    [all...]

Completed in 536 milliseconds

1 2