/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/ |
D | InputMethodSubtypeCompatUtils.java | 72 public static boolean isAsciiCapable(final RichInputMethodSubtype subtype) { in isAsciiCapable() 76 public static boolean isAsciiCapable(final InputMethodSubtype subtype) { in isAsciiCapable() 82 public static boolean isAsciiCapableWithAPI(final InputMethodSubtype subtype) { in isAsciiCapableWithAPI()
|
/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()
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
D | RichInputMethodManager.java | 220 final InputMethodSubtype subtype = imi.getSubtypeAt(index); in isAuxiliaryIme() local 289 public boolean checkIfSubtypeBelongsToThisImeAndEnabled(final InputMethodSubtype subtype) { in checkIfSubtypeBelongsToThisImeAndEnabled() 297 final InputMethodSubtype subtype) { in checkIfSubtypeBelongsToThisImeAndImplicitlyEnabled() 304 private static boolean checkIfSubtypeBelongsToList(final InputMethodSubtype subtype, in checkIfSubtypeBelongsToList() 309 private static int getSubtypeIndexInList(final InputMethodSubtype subtype, in getSubtypeIndexInList() 332 static void forceSubtype(@Nonnull final InputMethodSubtype subtype) { in forceSubtype() 421 final InputMethodSubtype subtype = myImi.getSubtypeAt(i); in findSubtypeByLocaleAndKeyboardLayoutSet() local 431 public void setInputMethodAndSubtype(final IBinder token, final InputMethodSubtype subtype) { in setInputMethodAndSubtype() 492 private void updateCurrentSubtype(@Nullable final InputMethodSubtype subtype) { in updateCurrentSubtype() 546 private void switchToTargetIME(final String imiId, final InputMethodSubtype subtype, in switchToTargetIME()
|
D | RichInputMethodSubtype.java | 48 public RichInputMethodSubtype(@Nonnull final InputMethodSubtype subtype) { in RichInputMethodSubtype() 145 public static RichInputMethodSubtype getRichInputMethodSubtype( in getRichInputMethodSubtype()
|
/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 | 108 private static void assertEnUsDvorak(InputMethodSubtype subtype) { in assertEnUsDvorak() 131 private static void assertAzerty(InputMethodSubtype subtype) { in assertAzerty()
|
D | LanguageOnSpacebarUtilsTests.java | 76 final InputMethodSubtype subtype = mRichImm.findSubtypeByLocaleAndKeyboardLayoutSet( in findSubtypeOf() local 93 private static void assertFormatType(final RichInputMethodSubtype subtype, in assertFormatType()
|
/packages/apps/Settings/src/com/android/settings/inputmethod/ |
D | InputMethodSettingValuesWrapper.java | 102 final InputMethodSubtype subtype = imi.getSubtypeAt(i); in updateAsciiCapableEnabledImis() local 126 final InputMethodSubtype subtype = mImm.getCurrentInputMethodSubtype(); in getCurrentInputMethodName() local
|
D | InputMethodSubtypePreference.java | 39 InputMethodSubtypePreference(final Context context, final InputMethodSubtype subtype, in InputMethodSubtypePreference()
|
D | InputMethodAndSubtypeUtil.java | 196 final InputMethodSubtype subtype = imi.getSubtypeAt(i); in saveInputMethodSubtypeList() local 319 final InputMethodSubtype subtype = imi.getSubtypeAt(i); in setSubtypesPreferenceEnabled() local 343 final InputMethodSubtype subtype = imi.getSubtypeAt(i); in updateSubtypesPreferenceChecked() local
|
D | SpellCheckersSettings.java | 132 final SpellCheckerSubtype subtype) { in getSpellCheckerSubtypeLabel() 181 final SpellCheckerSubtype subtype = currentSci.getSubtypeAt(index); in showChooseLanguageDialog() local
|
/packages/inputmethods/LatinIME/java-overridable/src/com/android/inputmethod/latin/settings/ |
D | AdditionalFeaturesSettingUtils.java | 53 @Nonnull final InputMethodSubtype subtype, in createRichInputMethodSubtype()
|
/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 | TestsQwertyUrl.java | 44 protected KeyboardLayoutSet createKeyboardLayoutSet(final InputMethodSubtype subtype, in createKeyboardLayoutSet()
|
D | TestsQwertyEmail.java | 44 protected KeyboardLayoutSet createKeyboardLayoutSet(final InputMethodSubtype subtype, in createKeyboardLayoutSet()
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/ |
D | RichInputMethodSubtypeTests.java | 89 final InputMethodSubtype subtype = imi.getSubtypeAt(index); in setUp() local 313 RichInputMethodSubtype subtype = RichInputMethodSubtype.getRichInputMethodSubtype(null); in testRichInputMethodSubtypeForNullInputMethodSubtype() local
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/ |
D | KeyboardTextsSetTests.java | 48 final InputMethodSubtype subtype = imi.getSubtypeAt(index); in setUp() local
|