/frameworks/base/core/java/com/android/internal/inputmethod/ |
D | InputMethodSubtypeSwitchingController.java | 235 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 …]
|
D | InputMethodSubtypeHandle.java | 30 public InputMethodSubtypeHandle(InputMethodInfo info, @Nullable InputMethodSubtype subtype) { in InputMethodSubtypeHandle()
|
D | InputMethodUtils.java | 367 final InputMethodSubtype subtype = imi.getSubtypeAt(i); in containsSubtypeOf() local 404 final InputMethodSubtype subtype = imi.getSubtypeAt(i); in getOverridingImplicitlyEnabledSubtypes() local 501 final InputMethodSubtype subtype = subtypes.get(i); in getImplicitlyApplicableSubtypesLockedImpl() local 518 final InputMethodSubtype subtype = subtypes.get(i); in getImplicitlyApplicableSubtypesLockedImpl() local 538 final InputMethodSubtype subtype = applicableSubtypes.get(i); in getImplicitlyApplicableSubtypesLockedImpl() local 547 final InputMethodSubtype subtype = keyboardSubtypes.get(i); in getImplicitlyApplicableSubtypesLockedImpl() local 612 InputMethodSubtype subtype = subtypes.get(i); in findLastResortApplicableSubtypeLocked() local 648 public static boolean canAddToLastInputMethod(InputMethodSubtype subtype) { in canAddToLastInputMethod() 744 InputMethodSubtype subtype) { in getImeAndSubtypeDisplayName()
|
/frameworks/base/core/tests/coretests/src/android/view/textservice/ |
D | SpellCheckerSubtypeTest.java | 67 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/ |
D | UsbACInterface.java | 84 public UsbACInterface(int length, byte type, byte subtype, byte subclass) { in UsbACInterface() 99 ByteStream stream, int length, byte type, byte subtype, byte subClass) { in allocAudioControlDescriptor() 160 ByteStream stream, int length, byte type, byte subtype, byte subClass) { in allocAudioStreamingDescriptor() 185 byte subtype, byte subClass) { in allocMidiStreamingDescriptor()
|
D | UsbASFormat.java | 43 public UsbASFormat(int length, byte type, byte subtype, byte formatType, byte mSubclass) { in UsbASFormat() 70 byte subtype, byte subclass) { in allocDescriptor()
|
D | UsbACInterfaceUnparsed.java | 25 public UsbACInterfaceUnparsed(int length, byte type, byte subtype, byte subClass) { in UsbACInterfaceUnparsed()
|
D | UsbMSMidiHeader.java | 28 public UsbMSMidiHeader(int length, byte type, byte subtype, byte subclass) { in UsbMSMidiHeader()
|
D | UsbMSMidiOutputJack.java | 28 public UsbMSMidiOutputJack(int length, byte type, byte subtype, byte subclass) { in UsbMSMidiOutputJack()
|
D | UsbMSMidiInputJack.java | 28 UsbMSMidiInputJack(int length, byte type, byte subtype, byte subclass) { in UsbMSMidiInputJack()
|
D | UsbACHeaderInterface.java | 34 int length, byte type, byte subtype, byte subclass, int adcRelease) { in UsbACHeaderInterface()
|
D | Usb20ACMixerUnit.java | 36 public Usb20ACMixerUnit(int length, byte type, byte subtype, byte subClass) { in Usb20ACMixerUnit()
|
D | Usb10ACOutputTerminal.java | 31 public Usb10ACOutputTerminal(int length, byte type, byte subtype, byte subClass) { in Usb10ACOutputTerminal()
|
D | Usb20ASFormatIII.java | 34 public Usb20ASFormatIII(int length, byte type, byte subtype, byte formatType, byte subclass) { in Usb20ASFormatIII()
|
D | Usb20ACHeader.java | 32 public Usb20ACHeader(int length, byte type, byte subtype, byte subclass, int spec) { in Usb20ACHeader()
|
D | Usb20ASFormatI.java | 34 public Usb20ASFormatI(int length, byte type, byte subtype, byte formatType, byte subclass) { in Usb20ASFormatI()
|
D | Usb20ASFormatII.java | 37 public Usb20ASFormatII(int length, byte type, byte subtype, byte formatType, byte subclass) { in Usb20ASFormatII()
|
D | UsbACSelectorUnit.java | 35 public UsbACSelectorUnit(int length, byte type, byte subtype, byte subClass) { in UsbACSelectorUnit()
|
D | Usb10ASGeneral.java | 37 public Usb10ASGeneral(int length, byte type, byte subtype, byte subclass) { in Usb10ASGeneral()
|
D | UsbACTerminal.java | 35 public UsbACTerminal(int length, byte type, byte subtype, byte subclass) { in UsbACTerminal()
|
D | Usb20ACOutputTerminal.java | 37 public Usb20ACOutputTerminal(int length, byte type, byte subtype, byte subClass) { in Usb20ACOutputTerminal()
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/inputmethod/ |
D | InputMethodAndSubtypeUtil.java | 192 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()
|
D | InputMethodSubtypePreference.java | 40 public InputMethodSubtypePreference(final Context context, final InputMethodSubtype subtype, in InputMethodSubtypePreference()
|
/frameworks/base/services/usb/java/com/android/server/usb/descriptors/report/ |
D | UsbStrings.java | 279 public static String getACControlInterfaceName(byte subtype) { in getACControlInterfaceName() 291 public static String getACStreamingInterfaceName(byte subtype) { in getACStreamingInterfaceName()
|
/frameworks/base/core/java/android/hardware/input/ |
D | InputManagerInternal.java | 56 @Nullable InputMethodInfo inputMethodInfo, @Nullable InputMethodSubtype subtype); in onInputMethodSubtypeChanged()
|