OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getCurrentSubtypeLocale
(Results
1 - 3
of
3
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardSwitcher.java
126
mKeyboardTextsSet.setLocale(mRichImm.
getCurrentSubtypeLocale
(), mThemeContext);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
RichInputMethodManager.java
338
public Locale
getCurrentSubtypeLocale
() {
LatinIME.java
604
final Locale locale = mRichImm.
getCurrentSubtypeLocale
();
645
final Locale subtypeSwitcherLocale = mRichImm.
getCurrentSubtypeLocale
();
[
all
...]
Completed in 55 milliseconds