OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:getcurrentsubtypelocale
(Results
1 - 3
of
3
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinIME.java
577
final Locale locale = mSubtypeSwitcher.
getCurrentSubtypeLocale
();
630
final Locale switcherSubtypeLocale = mSubtypeSwitcher.
getCurrentSubtypeLocale
();
[
all
...]
SubtypeSwitcher.java
288
public Locale
getCurrentSubtypeLocale
() {
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardSwitcher.java
124
mKeyboardTextsSet.setLocale(mSubtypeSwitcher.
getCurrentSubtypeLocale
(), mThemeContext);
Completed in 204 milliseconds