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

1 2 3 4

  /frameworks/base/core/java/android/view/textservice/
SpellCheckerSubtype.java 175 * Sort the list of subtypes
178 * @param sci SpellCheckerInfo of which subtypes are subject to be sorted
180 * @return Sorted list of subtypes
197 // If subtypes in subtypesSet remain, that means these subtypes are not
198 // contained in sci, so the remaining subtypes will be appended.
SpellCheckerInfo.java 56 * The array of the subtypes.
103 // Parse all subtypes
245 * Return the count of the subtypes.
  /frameworks/base/core/java/android/view/inputmethod/
InputMethodSubtype.java 85 * if no other subtypes are selected explicitly. Note that a subtype with this parameter being
86 * true will not be shown in the subtypes list.
162 * @return true when this subtype is selected by default if no other subtypes are selected
163 * explicitly. Note that a subtype that returns true will not be shown in the subtypes list.
310 * @param imi InputMethodInfo of which subtypes are subject to be sorted
312 * @return Sorted list of subtypes
329 // If subtypes in inputSubtypesSet remain, that means these subtypes are not
330 // contained in imi, so the remaining subtypes will be appended.
InputMethodManager.java 511 * Returns a list of enabled input method subtypes for the specified input method info.
512 * @param imi An input method info whose subtypes list will be returned.
514 * selected subtypes. If an input method info doesn't have enabled subtypes, the framework
515 * will implicitly enable subtypes according to the current system language.
1539 ArrayList<InputMethodSubtype> subtypes = null; local
    [all...]
InputMethodInfo.java 76 * The array of the subtypes.
100 * @param additionalSubtypes additional subtypes being added to this InputMethodInfo
147 // Parse all subtypes
312 * Return the count of the subtypes of Input Method.
  /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);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
CompatUtils.java 149 final List<InputMethodSubtypeCompatWrapper> subtypes =
152 subtypes.add(new InputMethodSubtypeCompatWrapper(o));
154 return subtypes;
InputMethodManagerCompatWrapper.java 75 // For the compatibility, IMM will create dummy subtypes if subtypes are not found.
133 // Creates dummy subtypes
174 // Creates dummy subtypes
206 // We don't call this method when we switch between subtypes within this IME.
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/usb/
midi.h 23 /* A.1 MS Class-Specific Interface Descriptor Subtypes */
29 /* A.2 MS Class-Specific Endpoint Descriptor Subtypes */
  /frameworks/base/services/java/com/android/server/
InputMethodManagerService.java 1096 final List<InputMethodSubtype> subtypes = getEnabledInputMethodSubtypeListLocked( local
1906 ArrayList<InputMethodSubtype> subtypes = new ArrayList<InputMethodSubtype>(); local
1917 ArrayList<InputMethodSubtype> subtypes = new ArrayList<InputMethodSubtype>(); local
2100 ArrayList<InputMethodSubtype> subtypes = getSubtypes(imi); local
2433 final List<InputMethodSubtype> subtypes = getSubtypes(imi); local
2684 ArrayList<InputMethodSubtype> subtypes = new ArrayList<InputMethodSubtype>(); local
2759 ArrayList<String> subtypes = pair.second; local
3165 final ArrayList<InputMethodSubtype> subtypes = new ArrayList<InputMethodSubtype>(); local
3173 mSubtypesMap.put(imi.getId(), subtypes); 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);
  /frameworks/base/policy/src/com/android/internal/policy/impl/
PasswordUnlockScreen.java 210 final List<InputMethodSubtype> subtypes =
212 // IMEs that have no subtypes should be counted.
213 if (subtypes.isEmpty()) {
219 for (InputMethodSubtype subtype : subtypes) {
224 final int nonAuxCount = subtypes.size() - auxCount;
226 // IMEs that have one or more non-auxiliary subtypes should be counted.
228 // subtypes should be counted as well.
  /external/wpa_supplicant/
eap_sim_common.h 33 /* EAP-SIM Subtypes */
51 /* EAP-AKA Subtypes */
driver_hostap.h 22 /* PRISM2_IOCTL_PRISM2_PARAM ioctl() subtypes: */
  /external/llvm/include/llvm/Object/
MachOFormat.h 57 /// \brief ARM Machine Subtypes.
67 /// \brief PowerPC Machine Subtypes.
72 /// \brief SPARC Machine Subtypes.
77 /// \brief x86 Machine Subtypes.
  /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())) {
  /packages/apps/Settings/src/com/android/settings/inputmethod/
InputMethodAndSubtypeEnabler.java 111 // Clear all subtypes of all IMEs to make sure
128 // We are in the subtype enabler and trying selecting subtypes automatically.
309 // implicitly checked subtypes. In case of false, all subtype prefs need to be
333 // When targetImiId is null, apply to all subtypes of all IMEs
338 // No need to update implicitly enabled subtypes when the user has unchecked the
InputMethodAndSubtypeUtil.java 57 StringBuilder builder, String imi, HashSet<String> subtypes) {
59 // Inputmethod and subtypes are saved in the settings as follows:
61 for (String subtypeId: subtypes) {
278 // Redefines SelectedSubtype when all subtypes are unchecked or there is no subtype
  /external/chromium/chrome/browser/profiles/
profile_io_data.h 132 // is done in LazyInitializeInternal(), implemented by subtypes. Static helper
180 // Virtual interface for subtypes to implement:
183 // Does the actual initialization of the ProfileIOData subtype. Subtypes
  /external/llvm/include/llvm/Analysis/
FindUsedTypes.h 45 /// IncorporateType - Incorporate one type and all of its subtypes into the
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver_hostap.h 22 /* PRISM2_IOCTL_PRISM2_PARAM ioctl() subtypes: */
  /frameworks/base/core/java/com/android/internal/view/
IInputMethodManager.aidl 71 oneway void setAdditionalInputMethodSubtypes(String id, in InputMethodSubtype[] subtypes);
  /frameworks/base/core/java/com/google/android/collect/
Lists.java 49 * <p>where {@code sub1} and {@code sub2} are references to subtypes of
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/deprecated/
LanguageSwitcherProxy.java 80 // PREF_SELECTED_LANGUAGES: enabled input subtypes

Completed in 568 milliseconds

1 2 3 4