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

  /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...]
  /dalvik/dx/src/com/android/dx/command/findusages/
FindUsages.java 170 * declaringType} and its subtypes.
173 Set<Integer> subtypes = findAssignableTypes(dex, declaringType); local
179 && subtypes.contains(method.getDeclaringClassIndex())) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
InputMethodButton.java 83 final List<InputMethodSubtype> subtypes = mImm.getEnabledInputMethodSubtypeList( local
85 final int subtypeCount = subtypes.size();
90 final InputMethodSubtype subtype = subtypes.get(j);
InputMethodsPanel.java 289 List<InputMethodSubtype> subtypes = enabledIMIs.get(imi); local
290 if (subtypes == null || subtypes.size() == 0) {
295 for (InputMethodSubtype subtype: subtypes) {
  /packages/apps/Settings/src/com/android/settings/inputmethod/
InputMethodPreference.java 215 final List<InputMethodSubtype> subtypes = mImm.getEnabledInputMethodSubtypeList(mImi, true); local
216 for (InputMethodSubtype subtype : subtypes) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
SubtypeSwitcher.java 137 final List<InputMethodSubtype> subtypes = shortcuts.get(imi); local
141 // TODO: Pick up the first found subtype for now. Should handle all subtypes
143 mShortcutSubtype = subtypes.size() > 0 ? subtypes.get(0) : null;
RichInputMethodManager.java 86 // Initialize additional subtypes.
136 Log.w(TAG, "Can't find current subtype in enabled subtypes: subtype="
243 final List<InputMethodSubtype> subtypes) {
244 return getSubtypeIndexInList(subtype, subtypes) != INDEX_NOT_FOUND;
248 final List<InputMethodSubtype> subtypes) {
249 final int count = subtypes.size();
251 final InputMethodSubtype ims = subtypes.get(index);
300 final List<InputMethodSubtype> subtypes =
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...]
SettingsFragment.java 285 final InputMethodSubtype[] subtypes = local
288 for (final InputMethodSubtype subtype : subtypes) {
AdditionalSubtypeSettings.java 549 final ArrayList<InputMethodSubtype> subtypes = CollectionUtils.newArrayList(); local
557 subtypes.add(subtypePref.getSubtype());
560 return subtypes.toArray(new InputMethodSubtype[subtypes.size()]);
567 final InputMethodSubtype[] subtypes = getSubtypes(); local
568 final String prefSubtypes = AdditionalSubtype.createPrefSubtypes(subtypes);
573 mRichImm.setAdditionalInputMethodSubtypes(subtypes);
  /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...]
  /frameworks/base/core/java/com/android/internal/inputmethod/
InputMethodUtils.java 134 Slog.w(TAG, "Found no subtypes in a system IME: " + imi.getPackageName());
160 ArrayList<InputMethodSubtype> subtypes = new ArrayList<InputMethodSubtype>(); local
163 subtypes.add(imi.getSubtypeAt(i));
165 return subtypes;
170 ArrayList<InputMethodSubtype> subtypes = new ArrayList<InputMethodSubtype>(); local
175 subtypes.add(subtype);
178 return subtypes;
223 final List<InputMethodSubtype> subtypes = InputMethodUtils.getSubtypes(imi); local
228 final int N = subtypes.size();
230 // scan overriding implicitly enabled subtypes
461 ArrayList<String> subtypes = pair.second; local
    [all...]
  /frameworks/base/core/java/android/view/inputmethod/
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.
1812 ArrayList<InputMethodSubtype> subtypes = null; local
    [all...]
  /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...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
QuickSettingsModel.java 620 final List<InputMethodSubtype> subtypes = imm.getEnabledInputMethodSubtypeList(imi, local
622 final int subtypeCount = subtypes.size();
627 final InputMethodSubtype subtype = subtypes.get(j);
  /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
  /external/wpa_supplicant_8/wpa_supplicant/
ctrl_iface.c 4753 u32 subtypes = 0; local
    [all...]
  /external/mdnsresponder/mDNSShared/
uds_daemon.c 113 AuthRecord *subtypes; member in struct:service_instance
610 AuthRecord *st = instance->subtypes;
644 AuthRecord *st = instance->subtypes;
712 if (srv->subtypes) { freeL("ServiceSubTypes", srv->subtypes); srv->subtypes = NULL; }
    [all...]
  /frameworks/base/services/java/com/android/server/
InputMethodManagerService.java 1451 final List<InputMethodSubtype> subtypes = local
3099 ArrayList<InputMethodSubtype> subtypes = new ArrayList<InputMethodSubtype>(); local
3324 final ArrayList<InputMethodSubtype> subtypes = new ArrayList<InputMethodSubtype>(); local
3335 mAdditionalSubtypesMap.put(imi.getId(), subtypes); local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdimodel.jar 
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 

Completed in 962 milliseconds