Home
last modified time | relevance | path

Searched defs:subtype (Results 1 – 25 of 84) sorted by relevance

1234

/frameworks/base/services/core/java/com/android/server/inputmethod/
DSubtypeUtils.java74 final InputMethodSubtype subtype = imi.getSubtypeAt(i); in containsSubtypeOf() local
161 final InputMethodSubtype subtype = subtypes.get(i); in getImplicitlyApplicableSubtypesImpl() local
178 final InputMethodSubtype subtype = subtypes.get(i); in getImplicitlyApplicableSubtypesImpl() local
198 final InputMethodSubtype subtype = applicableSubtypes.get(i); in getImplicitlyApplicableSubtypesImpl() local
207 final InputMethodSubtype subtype = keyboardSubtypes.get(i); in getImplicitlyApplicableSubtypesImpl() local
259 InputMethodSubtype subtype = subtypes.get(i); in findLastResortApplicableSubtype() local
337 final var subtype = findLastResortApplicableSubtype(subtypes, SUBTYPE_MODE_KEYBOARD, locale, in getCurrentInputMethodSubtype() local
DInputMethodSubtypeSwitchingController.java199 final InputMethodSubtype subtype = imi.getSubtypeAt(j); in getSortedInputMethodAndSubtypeList() local
226 private static int calculateSubtypeId(InputMethodInfo imi, InputMethodSubtype subtype) { in calculateSubtypeId()
245 private int getIndex(InputMethodInfo imi, InputMethodSubtype subtype) { in getIndex()
259 InputMethodInfo imi, InputMethodSubtype subtype) { in getNextInputMethodLocked()
317 private int getUsageRank(final InputMethodInfo imi, InputMethodSubtype subtype) { in getUsageRank()
333 public void onUserAction(InputMethodInfo imi, InputMethodSubtype subtype) { in onUserAction()
346 InputMethodInfo imi, InputMethodSubtype subtype) { in getNextInputMethodLocked()
431 InputMethodSubtype subtype) { in getNextInputMethod()
444 public void onUserActionLocked(InputMethodInfo imi, InputMethodSubtype subtype) { in onUserActionLocked()
504 public void onUserActionLocked(InputMethodInfo imi, InputMethodSubtype subtype) { in onUserActionLocked()
[all …]
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/inputmethod/
DInputMethodAndSubtypeUtil.java193 final InputMethodSubtype subtype = imi.getSubtypeAt(i); in saveInputMethodSubtypeList() local
321 final InputMethodSubtype subtype = imi.getSubtypeAt(i); in setSubtypesPreferenceEnabled() local
345 final InputMethodSubtype subtype = imi.getSubtypeAt(i); in updateSubtypesPreferenceChecked() local
372 public static String getSubtypeLocaleNameAsSentence(@Nullable InputMethodSubtype subtype, in getSubtypeLocaleNameAsSentence()
428 final InputMethodSubtype subtype = imi.getSubtypeAt(i); in isValidNonAuxAsciiCapableIme() local
DInputMethodAndSubtypeUtilCompat.java236 final InputMethodSubtype subtype = imi.getSubtypeAt(i); in saveInputMethodSubtypeListForUserInternal() local
364 final InputMethodSubtype subtype = imi.getSubtypeAt(i); in setSubtypesPreferenceEnabled() local
388 final InputMethodSubtype subtype = imi.getSubtypeAt(i); in updateSubtypesPreferenceChecked() local
415 public static String getSubtypeLocaleNameAsSentence(@Nullable InputMethodSubtype subtype, in getSubtypeLocaleNameAsSentence()
471 final InputMethodSubtype subtype = imi.getSubtypeAt(i); in isValidSystemNonAuxAsciiCapableIme() local
/frameworks/base/services/usb/java/com/android/server/usb/descriptors/
DUsbACInterface.java84 public UsbACInterface(int length, byte type, byte subtype, int subclass) { in UsbACInterface()
99 ByteStream stream, int length, byte type, byte subtype, int subClass) { in allocAudioControlDescriptor()
190 ByteStream stream, int length, byte type, byte subtype, int subClass) { in allocAudioStreamingDescriptor()
215 byte subtype, int subClass) { in allocMidiStreamingDescriptor()
DUsbASFormat.java43 public UsbASFormat(int length, byte type, byte subtype, byte formatType, int mSubclass) { in UsbASFormat()
70 byte subtype, int subclass) { in allocDescriptor()
DUsbACInterfaceUnparsed.java25 public UsbACInterfaceUnparsed(int length, byte type, byte subtype, int subClass) { in UsbACInterfaceUnparsed()
DUsbACAudioStreamEndpoint.java27 public UsbACAudioStreamEndpoint(int length, byte type, int subclass, byte subtype) { in UsbACAudioStreamEndpoint()
DUsbVCInputTerminal.java31 public UsbVCInputTerminal(int length, byte type, byte subtype) { in UsbVCInputTerminal()
DUsbVCSelectorUnit.java32 public UsbVCSelectorUnit(int length, byte type, byte subtype) { in UsbVCSelectorUnit()
DUsbVCProcessingUnit.java32 public UsbVCProcessingUnit(int length, byte type, byte subtype) { in UsbVCProcessingUnit()
DUsbVCOutputTerminal.java31 public UsbVCOutputTerminal(int length, byte type, byte subtype) { in UsbVCOutputTerminal()
DUsbMSMidiInputJack.java28 UsbMSMidiInputJack(int length, byte type, byte subtype, int subclass) { in UsbMSMidiInputJack()
DUsbMSMidiOutputJack.java28 public UsbMSMidiOutputJack(int length, byte type, byte subtype, int subclass) { in UsbMSMidiOutputJack()
DUsbVCHeader.java32 public UsbVCHeader(int length, byte type, byte subtype, int spec) { in UsbVCHeader()
DUsbVCHeaderInterface.java34 int length, byte type, byte subtype, int vdcRelease) { in UsbVCHeaderInterface()
DUsbMSMidiHeader.java30 public UsbMSMidiHeader(int length, byte type, byte subtype, int subclass) { in UsbMSMidiHeader()
DUsbACHeaderInterface.java34 int length, byte type, byte subtype, int subclass, int adcRelease) { in UsbACHeaderInterface()
DUsbACMidi20Endpoint.java31 public UsbACMidi20Endpoint(int length, byte type, int subclass, byte subtype) { in UsbACMidi20Endpoint()
DUsbVCEndpoint.java39 int length, byte type, byte subtype) { in allocDescriptor()
/frameworks/base/core/tests/coretests/src/android/view/textservice/
DSpellCheckerSubtypeTest.java68 final SpellCheckerSubtype subtype = new SpellCheckerSubtype(SUBTYPE_NAME_RES_ID_A, in testSubtypeWithNoSubtypeId() local
95 final SpellCheckerSubtype subtype = new SpellCheckerSubtype(SUBTYPE_NAME_RES_ID_A, in testSubtypeWithSubtypeId() local
/frameworks/base/core/tests/InputMethodCoreTests/src/android/view/inputmethod/
DInputMethodSubtypeTest.java133 final InputMethodSubtype subtype = createSubtypeUsingLanguageTag("en-US"); in testCanonicalizedLanguageTagObjectCache() local
157 final InputMethodSubtype subtype = createSubtypeUsingLanguageTag(languageTag); in verifyCanonicalizedLanguageTag() local
/frameworks/base/services/usb/java/com/android/server/usb/descriptors/report/
DUsbStrings.java280 public static String getACControlInterfaceName(byte subtype) { in getACControlInterfaceName()
292 public static String getACStreamingInterfaceName(byte subtype) { in getACStreamingInterfaceName()
/frameworks/base/media/java/android/media/tv/tuner/
DTunerUtils.java40 public static int getFilterSubtype(@Filter.Type int mainType, @Filter.Subtype int subtype) { in getFilterSubtype()
/frameworks/base/services/tests/InputMethodSystemServerTests/src/com/android/server/inputmethod/
DAdditionalSubtypeUtilsTest.java72 private void verifySubtype(InputMethodSubtype subtype, InputMethodSubtype expectedSubtype) { in verifySubtype()

1234