/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/ |
D | InputMethodSubtypeCompatUtils.java | 75 public static boolean isAsciiCapable(final RichInputMethodSubtype subtype) { in isAsciiCapable() 79 public static boolean isAsciiCapable(final InputMethodSubtype subtype) { in isAsciiCapable() 88 public static Locale getLocaleObject(final InputMethodSubtype subtype) { in getLocaleObject() 100 public static boolean isAsciiCapableWithAPI(final InputMethodSubtype subtype) { in isAsciiCapableWithAPI()
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
D | RichInputMethodManager.java | 221 final InputMethodSubtype subtype = imi.getSubtypeAt(index); in isAuxiliaryIme() local 290 public boolean checkIfSubtypeBelongsToThisImeAndEnabled(final InputMethodSubtype subtype) { in checkIfSubtypeBelongsToThisImeAndEnabled() 298 final InputMethodSubtype subtype) { in checkIfSubtypeBelongsToThisImeAndImplicitlyEnabled() 305 private static boolean checkIfSubtypeBelongsToList(final InputMethodSubtype subtype, in checkIfSubtypeBelongsToList() 310 private static int getSubtypeIndexInList(final InputMethodSubtype subtype, in getSubtypeIndexInList() 333 static void forceSubtype(@Nonnull final InputMethodSubtype subtype) { in forceSubtype() 422 final InputMethodSubtype subtype = myImi.getSubtypeAt(i); in findSubtypeByLocaleAndKeyboardLayoutSet() local 439 final InputMethodSubtype subtype = subtypes.get(i); in findSubtypeByLocale() local 446 final InputMethodSubtype subtype = subtypes.get(i); in findSubtypeByLocale() local 455 final InputMethodSubtype subtype = subtypes.get(i); in findSubtypeByLocale() local [all …]
|
D | RichInputMethodSubtype.java | 64 public RichInputMethodSubtype(@Nonnull final InputMethodSubtype subtype) { in RichInputMethodSubtype() 168 public static RichInputMethodSubtype getRichInputMethodSubtype( in getRichInputMethodSubtype()
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/ |
D | KeyboardLayoutSetNavigateMoreKeysBase.java | 79 private void doTestMoreKeysOf(final int code, final InputMethodSubtype subtype, in doTestMoreKeysOf() 120 private void doTestNavigationMoreKeysOf(final int code, final InputMethodSubtype subtype, in doTestNavigationMoreKeysOf() 175 final InputMethodSubtype subtype, final int elementId, final int inputType) { in doTestNavigationWithEmojiMoreKeysOf() 229 private void doTestNoNavigationMoreKeysOf(final int code, final InputMethodSubtype subtype, in doTestNoNavigationMoreKeysOf() 285 final InputMethodSubtype subtype = richImm.findSubtypeByLocaleAndKeyboardLayoutSet( in testMoreKeysOfEnterKey() local
|
D | KeyboardLayoutSetTestsBase.java | 46 public boolean accept(final InputMethodSubtype subtype); in accept() 147 protected KeyboardLayoutSet createKeyboardLayoutSet(final InputMethodSubtype subtype, in createKeyboardLayoutSet() 153 protected KeyboardLayoutSet createKeyboardLayoutSet(final InputMethodSubtype subtype, in createKeyboardLayoutSet()
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/ |
D | SubtypeLocaleUtils.java | 259 private static String getReplacementString(@Nonnull final InputMethodSubtype subtype, in getReplacementString() 269 public static String getSubtypeDisplayNameInSystemLocale( in getSubtypeDisplayNameInSystemLocale() 276 public static String getSubtypeNameForLogging(@Nullable final InputMethodSubtype subtype) { in getSubtypeNameForLogging() 284 private static String getSubtypeDisplayNameInternal(@Nonnull final InputMethodSubtype subtype, in getSubtypeDisplayNameInternal() 311 public static Locale getSubtypeLocale(@Nonnull final InputMethodSubtype subtype) { in getSubtypeLocale() 317 public static String getKeyboardLayoutSetDisplayName( in getKeyboardLayoutSetDisplayName() 329 public static String getKeyboardLayoutSetName(final InputMethodSubtype subtype) { in getKeyboardLayoutSetName() 348 public static String getCombiningRulesExtraValue(final InputMethodSubtype subtype) { in getCombiningRulesExtraValue()
|
D | LanguageOnSpacebarUtils.java | 44 public static int getLanguageOnSpacebarFormatType( in getLanguageOnSpacebarFormatType() 77 public static void onSubtypeChanged(@Nonnull final RichInputMethodSubtype subtype, in onSubtypeChanged()
|
D | AdditionalSubtypeUtils.java | 49 public static boolean isAdditionalSubtype(final InputMethodSubtype subtype) { in isAdditionalSubtype() 90 public static String getPrefSubtype(final InputMethodSubtype subtype) { in getPrefSubtype() 121 final InputMethodSubtype subtype = createAsciiEmojiCapableAdditionalSubtype( in createAdditionalSubtypesArray() local
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/ |
D | CustomInputStylePreference.java | 71 public CustomInputStylePreference(final Context context, final InputMethodSubtype subtype, in CustomInputStylePreference() 92 public void setSubtype(final InputMethodSubtype subtype) { in setSubtype() 179 final InputMethodSubtype subtype = in onClick() local 261 public SubtypeLocaleItem(final InputMethodSubtype subtype) { in SubtypeLocaleItem() 292 final InputMethodSubtype subtype = imi.getSubtypeAt(i); in SubtypeLocaleAdapter() local 311 public KeyboardLayoutSetItem(final InputMethodSubtype subtype) { in KeyboardLayoutSetItem() 334 final InputMethodSubtype subtype = in KeyboardLayoutSetAdapter() local
|
D | CustomInputStyleSettingsFragment.java | 171 final InputMethodSubtype subtype = stylePref.getSubtype(); in onSaveCustomInputStyle() local 191 final InputMethodSubtype subtype = stylePref.getSubtype(); in onAddCustomInputStyle() local 216 private void showSubtypeAlreadyExistsToast(final InputMethodSubtype subtype) { in showSubtypeAlreadyExistsToast() 224 private InputMethodSubtype findDuplicatedSubtype(final InputMethodSubtype subtype) { in findDuplicatedSubtype()
|
D | AdditionalFeaturesSettingUtils.java | 53 @Nonnull final InputMethodSubtype subtype, in createRichInputMethodSubtype()
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/action/ |
D | ActionTestsBase.java | 72 protected static Locale getLabelLocale(final InputMethodSubtype subtype) { in getLabelLocale() 89 protected void doTestActionKey(final String tag, final InputMethodSubtype subtype, in doTestActionKey() 96 protected void doTestActionKey(final String tag, final InputMethodSubtype subtype, in doTestActionKey()
|
D | KlpActionLabelTests.java | 36 void doTestActionKeys(final InputMethodSubtype subtype, final String tag, in doTestActionKeys() 55 private void doTestActionKeysInLocaleWithStringResources(final InputMethodSubtype subtype, in doTestActionKeysInLocaleWithStringResources() 111 private void doTestActionKeysInLocaleWithKeyboardTextsSet(final InputMethodSubtype subtype, in doTestActionKeysInLocaleWithKeyboardTextsSet()
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/ |
D | AdditionalSubtypeUtilsTests.java | 118 private static void assertEnUsDvorak(InputMethodSubtype subtype) { in assertEnUsDvorak() 141 private static void assertAzerty(InputMethodSubtype subtype) { in assertAzerty()
|
D | LanguageOnSpacebarUtilsTests.java | 84 final InputMethodSubtype subtype = mRichImm.findSubtypeByLocaleAndKeyboardLayoutSet( in findSubtypeOf() local 101 private static void assertFormatType(final RichInputMethodSubtype subtype, in assertFormatType()
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/tests/ |
D | TestsSplitLayoutQwertyEnglishUS.java | 40 protected KeyboardLayoutSet createKeyboardLayoutSet(final InputMethodSubtype subtype, in createKeyboardLayoutSet()
|
D | KeyboardLayoutSetSubtypesCountTests.java | 42 final InputMethodSubtype subtype = subtypeList.get(index); in toString() local
|
D | TestsQwertyEmail.java | 44 protected KeyboardLayoutSet createKeyboardLayoutSet(final InputMethodSubtype subtype, in createKeyboardLayoutSet()
|
D | TestsQwertyUrl.java | 44 protected KeyboardLayoutSet createKeyboardLayoutSet(final InputMethodSubtype subtype, in createKeyboardLayoutSet()
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/ |
D | RichInputMethodSubtypeTests.java | 101 final InputMethodSubtype subtype = imi.getSubtypeAt(index); in setUp() local 331 RichInputMethodSubtype subtype = RichInputMethodSubtype.getRichInputMethodSubtype(null); in testRichInputMethodSubtypeForNullInputMethodSubtype() local
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/ |
D | KeyboardTextsSetTests.java | 61 final InputMethodSubtype subtype = imi.getSubtypeAt(index); in setUp() local
|
/packages/services/Car/tests/carservice_test/src/com/android/car/ |
D | VmsHalServiceSubscriptionEventTest.java | 88 int subtype = v.get(start++); in subscriptionTestLogic() local
|
/packages/apps/Settings/src/com/android/settings/inputmethod/ |
D | SpellCheckersSettings.java | 146 final SpellCheckerSubtype subtype) { in getSpellCheckerSubtypeLabel() 207 final SpellCheckerSubtype subtype = currentSci.getSubtypeAt(index); in showChooseLanguageDialog() local
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/ |
D | AndroidSpellCheckerService.java | 227 final InputMethodSubtype subtype = AdditionalSubtypeUtils.createDummyAdditionalSubtype( in createKeyboardForLocale() local 233 private KeyboardLayoutSet createKeyboardSetForSpellChecker(final InputMethodSubtype subtype) { in createKeyboardSetForSpellChecker()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/inputmethod/ |
D | SpellCheckersSettings.java | 146 final SpellCheckerSubtype subtype) { in getSpellCheckerSubtypeLabel() 207 final SpellCheckerSubtype subtype = currentSci.getSubtypeAt(index); in showChooseLanguageDialog() local
|