OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getRawSubtype
(Results
1 - 8
of
8
) sorted by null
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
RichInputMethodSubtypeTests.java
165
.getSubtypeDisplayNameInSystemLocale(subtype.
getRawSubtype
());
180
.getSubtypeDisplayNameInSystemLocale(subtype.
getRawSubtype
());
192
subtype.
getRawSubtype
()), spacebarText);
315
assertEquals("zz", subtype.
getRawSubtype
().getLocale());
316
assertEquals("keyboard", subtype.
getRawSubtype
().getMode());
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
InputMethodSubtypeCompatUtils.java
76
return isAsciiCapable(subtype.
getRawSubtype
());
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/
SubtypeLocaleUtilsTests.java
149
.getSubtypeDisplayNameInSystemLocale(subtype.
getRawSubtype
());
152
.getKeyboardLayoutSetDisplayName(subtype.
getRawSubtype
());
467
final InputMethodSubtype rawSubtype = subtype.
getRawSubtype
();
LanguageOnSpacebarUtilsTests.java
88
enabledSubtypes.add(subtype.
getRawSubtype
());
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/accessibility/
MainKeyboardAccessibilityDelegate.java
126
keyboard.mId.mSubtype.
getRawSubtype
());
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
RichInputMethodSubtype.java
161
public InputMethodSubtype
getRawSubtype
() { return mSubtype; }
RichInputMethodManager.java
355
return SubtypeLocaleUtils.getCombiningRulesExtraValue(getCurrentSubtype().
getRawSubtype
());
547
richSubtype.
getRawSubtype
());
LatinIME.java
[
all
...]
Completed in 182 milliseconds