HomeSort by relevance Sort by last modified time
    Searched refs:getCommonAlphabetLayout (Results 1 - 25 of 38) sorted by null

1 2

  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/
Azerty.java 36 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) {
51 builder = new ExpectedKeyboardBuilder(getCommonAlphabetLayout(isPhone));
Colemak.java 38 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) {
50 builder = new ExpectedKeyboardBuilder(getCommonAlphabetLayout(isPhone));
Nordic.java 37 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { return ALPHABET_COMMON; }
Qwerty.java 37 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { return ALPHABET_COMMON; }
Qwertz.java 34 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { return ALPHABET_COMMON; }
Spanish.java 34 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { return ALPHABET_COMMON; }
Swiss.java 34 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { return ALPHABET_COMMON; }
Uzbek.java 37 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { return ALPHABET_COMMON; }
Georgian.java 60 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) {
68 return getCommonAlphabetLayout(isPhone);
Lao.java 72 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) {
85 return getCommonAlphabetLayout(isPhone);
NepaliRomanized.java 43 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { return ALPHABET_COMMON; }
48 return getCommonAlphabetLayout(isPhone);
LayoutBase.java 108 abstract ExpectedKey[][] getCommonAlphabetLayout(boolean isPhone);
122 getCommonAlphabetLayout(isPhone));
147 builder = new ExpectedKeyboardBuilder(getCommonAlphabetLayout(isPhone));
BengaliAkkhor.java 38 ExpectedKey[][] getCommonAlphabetLayout(boolean isPhone) { return ALPHABET_COMMON; }
43 return getCommonAlphabetLayout(isPhone);
Dvorak.java 38 public ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) {
91 getCommonAlphabetLayout(isPhone));
Khmer.java 68 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) {
81 return getCommonAlphabetLayout(isPhone);
NepaliTraditional.java 52 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { return ALPHABET_COMMON; }
57 return getCommonAlphabetLayout(isPhone);
Thai.java 72 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) {
89 return getCommonAlphabetLayout(isPhone);
Bengali.java 37 ExpectedKey[][] getCommonAlphabetLayout(boolean isPhone) { return ALPHABET_COMMON; }
Bulgarian.java 54 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { return ALPHABET_COMMON; }
BulgarianBds.java 43 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { return ALPHABET_COMMON; }
EastSlavic.java 34 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { return ALPHABET_COMMON; }
Mongolian.java 52 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { return ALPHABET_COMMON; }
SerbianQwertz.java 34 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { return ALPHABET_COMMON; }
SouthSlavic.java 34 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { return ALPHABET_COMMON; }
Tamil.java 37 ExpectedKey[][] getCommonAlphabetLayout(boolean isPhone) { return ALPHABET_COMMON; }

Completed in 178 milliseconds

1 2