Home
last modified time | relevance | path

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

123

/frameworks/base/core/java/com/android/internal/inputmethod/
DInputMethodSubtypeSwitchingController.java235 final InputMethodSubtype subtype = imi.getSubtypeAt(j); in getSortedInputMethodAndSubtypeList() local
263 private static int calculateSubtypeId(InputMethodInfo imi, InputMethodSubtype subtype) { in calculateSubtypeId()
281 private int getIndex(InputMethodInfo imi, InputMethodSubtype subtype) { in getIndex()
309 InputMethodInfo imi, @Nullable InputMethodSubtype subtype, boolean forward) { in getNextInputMethodLocked()
367 private int getUsageRank(final InputMethodInfo imi, InputMethodSubtype subtype) { in getUsageRank()
383 public void onUserAction(InputMethodInfo imi, InputMethodSubtype subtype) { in onUserAction()
410 InputMethodInfo imi, @Nullable InputMethodSubtype subtype, boolean forward) { in getNextInputMethodLocked()
509 @Nullable InputMethodSubtype subtype, boolean forward) { in getNextInputMethod()
522 public void onUserActionLocked(InputMethodInfo imi, InputMethodSubtype subtype) { in onUserActionLocked()
568 public void onUserActionLocked(InputMethodInfo imi, InputMethodSubtype subtype) { in onUserActionLocked()
[all …]
DInputMethodUtils.java380 final InputMethodSubtype subtype = imi.getSubtypeAt(i); in containsSubtypeOf() local
417 final InputMethodSubtype subtype = imi.getSubtypeAt(i); in getOverridingImplicitlyEnabledSubtypes() local
514 final InputMethodSubtype subtype = subtypes.get(i); in getImplicitlyApplicableSubtypesLockedImpl() local
531 final InputMethodSubtype subtype = subtypes.get(i); in getImplicitlyApplicableSubtypesLockedImpl() local
551 final InputMethodSubtype subtype = applicableSubtypes.get(i); in getImplicitlyApplicableSubtypesLockedImpl() local
560 final InputMethodSubtype subtype = keyboardSubtypes.get(i); in getImplicitlyApplicableSubtypesLockedImpl() local
625 InputMethodSubtype subtype = subtypes.get(i); in findLastResortApplicableSubtypeLocked() local
661 public static boolean canAddToLastInputMethod(InputMethodSubtype subtype) { in canAddToLastInputMethod()
757 InputMethodSubtype subtype) { in getImeAndSubtypeDisplayName()
/frameworks/support/slices/view/src/main/java/androidx/slice/
DSliceXml.java131 String subtype = parser.getAttributeValue(NAMESPACE, ATTR_SUBTYPE); in parseItem() local
155 context.createPackageContext(pkg, 0), id), subtype, in parseItem() local
169 b.addIcon(IconCompat.createWithContentUri(v), subtype, hints); in parseItem() local
175 b.addIcon(IconCompat.createWithBitmap(image), subtype, hints); in parseItem() local
181 b.addInt(Integer.parseInt(v), subtype, hints); in parseItem() local
189 b.addText(Html.fromHtml(v), subtype, hints); in parseItem() local
193 b.addLong(Long.parseLong(v), subtype, hints); in parseItem() local
199 b.addSubSlice(parseSlice(context, parser, listener), subtype); in parseItem() local
/frameworks/base/core/tests/coretests/src/android/view/textservice/
DSpellCheckerSubtypeTest.java67 final SpellCheckerSubtype subtype = new SpellCheckerSubtype(SUBTYPE_NAME_RES_ID_A, in testSubtypeWithNoSubtypeId() local
94 final SpellCheckerSubtype subtype = new SpellCheckerSubtype(SUBTYPE_NAME_RES_ID_A, in testSubtypeWithSubtypeId() 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()
160 ByteStream stream, int length, byte type, byte subtype, int subClass) { in allocAudioStreamingDescriptor()
185 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()
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()
DUsbMSMidiHeader.java28 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()
DUsb10ACOutputTerminal.java31 public Usb10ACOutputTerminal(int length, byte type, byte subtype, int subClass) { in Usb10ACOutputTerminal()
DUsb20ACMixerUnit.java36 public Usb20ACMixerUnit(int length, byte type, byte subtype, int subClass) { in Usb20ACMixerUnit()
DUsb20ACHeader.java32 public Usb20ACHeader(int length, byte type, byte subtype, int subclass, int spec) { in Usb20ACHeader()
DUsb20ASFormatII.java37 public Usb20ASFormatII(int length, byte type, byte subtype, byte formatType, int subclass) { in Usb20ASFormatII()
DUsb20ASFormatIII.java34 public Usb20ASFormatIII(int length, byte type, byte subtype, byte formatType, int subclass) { in Usb20ASFormatIII()
DUsb20ASFormatI.java34 public Usb20ASFormatI(int length, byte type, byte subtype, byte formatType, int subclass) { in Usb20ASFormatI()
DUsbACSelectorUnit.java35 public UsbACSelectorUnit(int length, byte type, byte subtype, int subClass) { in UsbACSelectorUnit()
DUsb10ASGeneral.java37 public Usb10ASGeneral(int length, byte type, byte subtype, int subclass) { in Usb10ASGeneral()
DUsbACTerminal.java35 public UsbACTerminal(int length, byte type, byte subtype, int subclass) { in UsbACTerminal()
DUsb20ACOutputTerminal.java37 public Usb20ACOutputTerminal(int length, byte type, byte subtype, int subClass) { in Usb20ACOutputTerminal()
DUsb10ACInputTerminal.java35 public Usb10ACInputTerminal(int length, byte type, byte subtype, int subclass) { in Usb10ACInputTerminal()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/inputmethod/
DInputMethodAndSubtypeUtil.java192 final InputMethodSubtype subtype = imi.getSubtypeAt(i); in saveInputMethodSubtypeList() local
320 final InputMethodSubtype subtype = imi.getSubtypeAt(i); in setSubtypesPreferenceEnabled() local
344 final InputMethodSubtype subtype = imi.getSubtypeAt(i); in updateSubtypesPreferenceChecked() local
371 public static String getSubtypeLocaleNameAsSentence(@Nullable InputMethodSubtype subtype, in getSubtypeLocaleNameAsSentence()
DInputMethodSubtypePreference.java40 public InputMethodSubtypePreference(final Context context, final InputMethodSubtype subtype, in InputMethodSubtypePreference()
/frameworks/base/services/usb/java/com/android/server/usb/descriptors/report/
DUsbStrings.java279 public static String getACControlInterfaceName(byte subtype) { in getACControlInterfaceName()
291 public static String getACStreamingInterfaceName(byte subtype) { in getACStreamingInterfaceName()

123