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

1 2

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
ImfUtils.java 70 // TODO: Cache all subtypes of this IME for optimization
71 final List<InputMethodSubtype> subtypes = imm.getEnabledInputMethodSubtypeList(myImi, true); local
72 for (final InputMethodSubtype subtype : subtypes) {
117 final List<InputMethodSubtype> subtypes =
119 // IMEs that have no subtypes should be counted.
120 if (subtypes.isEmpty()) {
126 for (InputMethodSubtype subtype : subtypes) {
131 final int nonAuxCount = subtypes.size() - auxCount;
133 // IMEs that have one or more non-auxiliary subtypes should be counted.
135 // subtypes should be counted as well
145 final List<InputMethodSubtype> subtypes = imm.getEnabledInputMethodSubtypeList(null, true); local
    [all...]
AdditionalSubtypeSettings.java 536 final ArrayList<InputMethodSubtype> subtypes = new ArrayList<InputMethodSubtype>(); local
544 subtypes.add(subtypePref.getSubtype());
547 return subtypes.toArray(new InputMethodSubtype[subtypes.size()]);
550 private String getPrefSubtypes(InputMethodSubtype[] subtypes) {
552 for (final InputMethodSubtype subtype : subtypes) {
565 final InputMethodSubtype[] subtypes = getSubtypes(); local
566 final String prefSubtypes = getPrefSubtypes(subtypes);
577 ImfUtils.setAdditionalInputMethodSubtypes(getActivity(), subtypes); local
SubtypeSwitcher.java 163 List<InputMethodSubtype> subtypes = shortcuts.get(imi); local
167 // TODO: Pick up the first found subtype for now. Should handle all subtypes
169 mShortcutSubtype = subtypes.size() > 0 ? subtypes.get(0) : null;
Settings.java 314 final InputMethodSubtype[] subtypes = local
317 for (final InputMethodSubtype subtype : subtypes) {
  /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) {
  /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);
  /frameworks/base/policy/src/com/android/internal/policy/impl/
PasswordUnlockScreen.java 223 final List<InputMethodSubtype> subtypes =
225 // IMEs that have no subtypes should be counted.
226 if (subtypes.isEmpty()) {
232 for (InputMethodSubtype subtype : subtypes) {
237 final int nonAuxCount = subtypes.size() - auxCount;
239 // IMEs that have one or more non-auxiliary subtypes should be counted.
241 // subtypes should be counted as well.
  /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
  /frameworks/base/services/java/com/android/server/
InputMethodManagerService.java 711 Slog.w(TAG, "Found no subtypes in a system IME: " + imi.getPackageName());
1277 final List<InputMethodSubtype> subtypes = getEnabledInputMethodSubtypeListLocked( local
2160 ArrayList<InputMethodSubtype> subtypes = new ArrayList<InputMethodSubtype>(); local
2170 ArrayList<InputMethodSubtype> subtypes = new ArrayList<InputMethodSubtype>(); local
2738 final List<InputMethodSubtype> subtypes = getSubtypes(imi); local
2998 ArrayList<InputMethodSubtype> subtypes = new ArrayList<InputMethodSubtype>(); local
3129 ArrayList<InputMethodSubtype> subtypes = getSubtypes(imi); local
3190 ArrayList<String> subtypes = pair.second; local
3606 final ArrayList<InputMethodSubtype> subtypes = new ArrayList<InputMethodSubtype>(); local
3614 mSubtypesMap.put(imi.getId(), subtypes); 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/core/java/com/android/internal/view/
IInputMethodManager.aidl 73 oneway void setAdditionalInputMethodSubtypes(String id, in InputMethodSubtype[] subtypes);
  /frameworks/base/core/java/android/view/inputmethod/
InputMethodManager.java 554 * Returns a list of enabled input method subtypes for the specified input method info.
555 * @param imi An input method info whose subtypes list will be returned.
557 * selected subtypes. If an input method info doesn't have enabled subtypes, the framework
558 * will implicitly enable subtypes according to the current system language.
1646 ArrayList<InputMethodSubtype> subtypes = null; local
    [all...]
  /packages/apps/Settings/src/com/android/settings/
CryptKeeper.java 558 final List<InputMethodSubtype> subtypes =
560 // IMEs that have no subtypes should be counted.
561 if (subtypes.isEmpty()) {
567 for (InputMethodSubtype subtype : subtypes) {
572 final int nonAuxCount = subtypes.size() - auxCount;
574 // IMEs that have one or more non-auxiliary subtypes should be counted.
576 // subtypes should be counted as well.
  /packages/apps/Settings/src/com/android/settings/inputmethod/
InputMethodPreference.java 212 final List<InputMethodSubtype> subtypes = mImm.getEnabledInputMethodSubtypeList(mImi, true); local
213 for (InputMethodSubtype subtype : subtypes) {
InputMethodAndSubtypeUtil.java 60 StringBuilder builder, String imi, HashSet<String> subtypes) {
62 // Inputmethod and subtypes are saved in the settings as follows:
64 for (String subtypeId: subtypes) {
281 // Redefines SelectedSubtype when all subtypes are unchecked or there is no subtype
  /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/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...]
xmlschemastypes.c 414 xmlSchemaTypeAnyTypeDef->subtypes = (xmlSchemaTypePtr) particle;
597 xmlSchemaTypeEntitiesDef->subtypes = xmlSchemaTypeEntityDef;
602 xmlSchemaTypeIdrefsDef->subtypes = xmlSchemaTypeIdrefDef;
608 xmlSchemaTypeNmtokensDef->subtypes = xmlSchemaTypeNmtokenDef;
630 particle = (xmlSchemaParticlePtr) xmlSchemaTypeAnyTypeDef->subtypes;
638 xmlSchemaTypeAnyTypeDef->subtypes = NULL;
    [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...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdimodel.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 

Completed in 545 milliseconds

1 2