Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DRichInputMethodManager.java206 final InputMethodSubtype subtype = imi.getSubtypeAt(index); in isAuxiliaryIme() local
222 public boolean checkIfSubtypeBelongsToThisImeAndEnabled(final InputMethodSubtype subtype) { in checkIfSubtypeBelongsToThisImeAndEnabled()
227 final InputMethodSubtype subtype) { in checkIfSubtypeBelongsToThisImeAndImplicitlyEnabled()
236 final InputMethodSubtype subtype) { in checkIfSubtypeBelongsToImeAndEnabled()
242 private static boolean checkIfSubtypeBelongsToList(final InputMethodSubtype subtype, in checkIfSubtypeBelongsToList()
247 private static int getSubtypeIndexInList(final InputMethodSubtype subtype, in getSubtypeIndexInList()
259 public boolean checkIfSubtypeBelongsToThisIme(final InputMethodSubtype subtype) { in checkIfSubtypeBelongsToThisIme()
263 private static int getSubtypeIndexInIme(final InputMethodSubtype subtype, in getSubtypeIndexInIme()
346 final InputMethodSubtype subtype = myImi.getSubtypeAt(i); in findSubtypeByLocaleAndKeyboardLayoutSet() local
356 public void setInputMethodAndSubtype(final IBinder token, final InputMethodSubtype subtype) { in setInputMethodAndSubtype()
DSubtypeLocale.java205 private static String getReplacementString(final InputMethodSubtype subtype, in getReplacementString()
215 public static String getSubtypeDisplayNameInSystemLocale(final InputMethodSubtype subtype) { in getSubtypeDisplayNameInSystemLocale()
220 public static String getSubtypeDisplayName(final InputMethodSubtype subtype) { in getSubtypeDisplayName()
225 private static String getSubtypeDisplayNameInternal(final InputMethodSubtype subtype, in getSubtypeDisplayNameInternal()
250 public static boolean isNoLanguage(final InputMethodSubtype subtype) { in isNoLanguage()
255 public static Locale getSubtypeLocale(final InputMethodSubtype subtype) { in getSubtypeLocale()
260 public static String getKeyboardLayoutSetDisplayName(final InputMethodSubtype subtype) { in getKeyboardLayoutSetDisplayName()
269 public static String getKeyboardLayoutSetName(final InputMethodSubtype subtype) { in getKeyboardLayoutSetName()
DAdditionalSubtype.java37 public static boolean isAdditionalSubtype(final InputMethodSubtype subtype) { in isAdditionalSubtype()
65 public static String getPrefSubtype(final InputMethodSubtype subtype) { in getPrefSubtype()
96 final InputMethodSubtype subtype = createAdditionalSubtype(prefSubtype); in createAdditionalSubtypesArray() local
DAdditionalSubtypeSettings.java101 final InputMethodSubtype subtype = imi.getSubtypeAt(i); in SubtypeLocaleAdapter() local
127 public KeyboardLayoutSetItem(final InputMethodSubtype subtype) { in KeyboardLayoutSetItem()
146 final InputMethodSubtype subtype = AdditionalSubtype.createAdditionalSubtype( in KeyboardLayoutSetAdapter() local
178 public SubtypePreference(final Context context, final InputMethodSubtype subtype, in SubtypePreference()
199 public void setSubtype(final InputMethodSubtype subtype) { in setSubtype()
282 final InputMethodSubtype subtype = AdditionalSubtype.createAdditionalSubtype( in onClick() local
496 private void showSubtypeAlreadyExistsToast(final InputMethodSubtype subtype) { in showSubtypeAlreadyExistsToast()
504 private InputMethodSubtype findDuplicatedSubtype(final InputMethodSubtype subtype) { in findDuplicatedSubtype()
DSubtypeSwitcher.java186 private void switchToTargetIME(final String imiId, final InputMethodSubtype subtype, in switchToTargetIME()
DLatinIME.java663 public void onCurrentInputMethodSubtypeChanged(final InputMethodSubtype subtype) { in onCurrentInputMethodSubtypeChanged()
/packages/apps/Settings/src/com/android/settings/inputmethod/
DInputMethodAndSubtypeUtil.java165 final InputMethodSubtype subtype = imm.getCurrentInputMethodSubtype(); in getCurrentInputMethodName() local
213 InputMethodSubtype subtype = imi.getSubtypeAt(i); in saveInputMethodSubtypeList() local
335 InputMethodSubtype subtype = imi.getSubtypeAt(i); in setSubtypesPreferenceEnabled() local
356 InputMethodSubtype subtype = imi.getSubtypeAt(i); in updateSubtypesPreferenceChecked() local
DSingleSpellCheckerPreference.java142 final SpellCheckerSubtype subtype = mSpellCheckerInfo.getSubtypeAt(i); in onSubtypeButtonClicked() local
DInputMethodAndSubtypeEnabler.java258 final InputMethodSubtype subtype = imi.getSubtypeAt(j); in createPreferenceHierarchy() local
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DKeyboardLayoutSet.java257 public Builder setSubtype(final InputMethodSubtype subtype) { in setSubtype()
421 final InputMethodSubtype subtype = in createKeyboardSetForSpellChecker() local
428 final InputMethodSubtype subtype, final int orientation, in createKeyboardSetForTest()
447 final InputMethodSubtype subtype, final int width, final int height, in createKeyboardSet()
DMainKeyboardView.java1381 final InputMethodSubtype subtype, final int width) { in layoutLanguageOnSpacebar()
1410 final InputMethodSubtype subtype = getKeyboard().mId.mSubtype; in drawSpacebar() local
1457 static String getFullDisplayName(final InputMethodSubtype subtype) { in getFullDisplayName()
1465 static String getShortDisplayName(final InputMethodSubtype subtype) { in getShortDisplayName()
1474 static String getMiddleDisplayName(final InputMethodSubtype subtype) { in getMiddleDisplayName()
/packages/apps/Browser/src/com/android/browser/
DNetworkStateHandler.java115 private void sendNetworkType(String type, String subtype) { in sendNetworkType()
/packages/apps/Email/src/org/apache/james/mime4j/field/contenttype/parser/
DContentTypeParser.java25 private String subtype; field in ContentTypeParser
66 Token subtype; in parse() local
/packages/apps/Email/src/org/apache/james/mime4j/
DBodyDescriptor.java109 String subtype = main.substring(index + 1).trim(); in addField() local
/packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
DContactsSyncAdapter.java1138 int subtype = cv.getAsInteger(Phone.TYPE); in findUntypedData() local