OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getLocaleCount
(Results
1 - 3
of
3
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LanguageSwitcher.java
50
public int
getLocaleCount
() {
112
if (
getLocaleCount
() == 0) return mDefaultInputLanguage;
130
if (
getLocaleCount
() == 0) return mDefaultInputLocale;
141
if (
getLocaleCount
() == 0) return mDefaultInputLocale;
168
if (
getLocaleCount
() == 0) return mDefaultInputLocale;
LatinKeyboard.java
333
mSpaceKey.repeatable = mLanguageSwitcher.
getLocaleCount
() < 2;
359
if (mLanguageSwitcher.
getLocaleCount
() > 1) {
421
if (mSpaceKey == null || mLanguageSwitcher.
getLocaleCount
() < 2
430
Locale locale = mLanguageSwitcher.
getLocaleCount
() > 0
435
&& mLanguageSwitcher.
getLocaleCount
() == 1
479
if (mLanguageSwitcher.
getLocaleCount
() > 1) {
KeyboardSwitcher.java
101
mEnableMultipleLanguages = mLanguageSwitcher.
getLocaleCount
() > 1;
Completed in 25 milliseconds