Home
last modified time | relevance | path

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

12

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
DInputMethodSubtypeCompatUtils.java72 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/
DKeyboardLayoutSetNavigateMoreKeysBase.java79 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
DKeyboardLayoutSetTestsBase.java46 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/
DSubtypeLocaleUtils.java259 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()
DLanguageOnSpacebarUtils.java44 public static int getLanguageOnSpacebarFormatType( in getLanguageOnSpacebarFormatType()
77 public static void onSubtypeChanged(@Nonnull final RichInputMethodSubtype subtype, in onSubtypeChanged()
DAdditionalSubtypeUtils.java49 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/
DCustomInputStylePreference.java71 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
DCustomInputStyleSettingsFragment.java171 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/
DRichInputMethodManager.java220 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()
DRichInputMethodSubtype.java48 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/
DActionTestsBase.java72 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()
DKlpActionLabelTests.java36 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/
DAdditionalSubtypeUtilsTests.java108 private static void assertEnUsDvorak(InputMethodSubtype subtype) { in assertEnUsDvorak()
131 private static void assertAzerty(InputMethodSubtype subtype) { in assertAzerty()
DLanguageOnSpacebarUtilsTests.java76 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/
DInputMethodSettingValuesWrapper.java102 final InputMethodSubtype subtype = imi.getSubtypeAt(i); in updateAsciiCapableEnabledImis() local
126 final InputMethodSubtype subtype = mImm.getCurrentInputMethodSubtype(); in getCurrentInputMethodName() local
DInputMethodSubtypePreference.java39 InputMethodSubtypePreference(final Context context, final InputMethodSubtype subtype, in InputMethodSubtypePreference()
DInputMethodAndSubtypeUtil.java196 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
DSpellCheckersSettings.java132 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/
DAdditionalFeaturesSettingUtils.java53 @Nonnull final InputMethodSubtype subtype, in createRichInputMethodSubtype()
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/tests/
DTestsSplitLayoutQwertyEnglishUS.java40 protected KeyboardLayoutSet createKeyboardLayoutSet(final InputMethodSubtype subtype, in createKeyboardLayoutSet()
DKeyboardLayoutSetSubtypesCountTests.java42 final InputMethodSubtype subtype = subtypeList.get(index); in toString() local
DTestsQwertyUrl.java44 protected KeyboardLayoutSet createKeyboardLayoutSet(final InputMethodSubtype subtype, in createKeyboardLayoutSet()
DTestsQwertyEmail.java44 protected KeyboardLayoutSet createKeyboardLayoutSet(final InputMethodSubtype subtype, in createKeyboardLayoutSet()
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
DRichInputMethodSubtypeTests.java89 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/
DKeyboardTextsSetTests.java48 final InputMethodSubtype subtype = imi.getSubtypeAt(index); in setUp() local

12