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

1 2

  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/
Azerty.java 35 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) {
50 builder = new ExpectedKeyboardBuilder(getCommonAlphabetLayout(isPhone));
Colemak.java 37 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) {
49 builder = new ExpectedKeyboardBuilder(getCommonAlphabetLayout(isPhone));
Nordic.java 36 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { return ALPHABET_COMMON; }
Qwerty.java 36 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { return ALPHABET_COMMON; }
Qwertz.java 33 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { return ALPHABET_COMMON; }
Spanish.java 33 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { return ALPHABET_COMMON; }
Swiss.java 33 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { return ALPHABET_COMMON; }
Georgian.java 59 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) {
67 return getCommonAlphabetLayout(isPhone);
Lao.java 71 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) {
84 return getCommonAlphabetLayout(isPhone);
Khmer.java 67 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) {
80 return getCommonAlphabetLayout(isPhone);
Myanmar.java 92 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { return ALPHABET_COMMON; }
98 return getCommonAlphabetLayout(isPhone);
NepaliRomanized.java 60 ExpectedKey[][] getCommonAlphabetLayout(boolean isPhone) { return ALPHABET_COMMON; }
65 return getCommonAlphabetLayout(isPhone);
NepaliTraditional.java 59 ExpectedKey[][] getCommonAlphabetLayout(boolean isPhone) {
93 return getCommonAlphabetLayout(isPhone);
Thai.java 71 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) {
88 return getCommonAlphabetLayout(isPhone);
Bulgarian.java 53 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { return ALPHABET_COMMON; }
BulgarianBds.java 43 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { return ALPHABET_COMMON; }
EastSlavic.java 56 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { return ALPHABET_COMMON; }
Mongolian.java 54 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { return ALPHABET_COMMON; }
SouthSlavic.java 56 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { return ALPHABET_COMMON; }
Tamil.java 62 ExpectedKey[][] getCommonAlphabetLayout(boolean isPhone) { return ALPHABET_COMMON; }
Dvorak.java 82 public ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) {
117 getCommonAlphabetLayout(isPhone));
Hindi.java 86 ExpectedKey[][] getCommonAlphabetLayout(boolean isPhone) { return ALPHABET_COMMON; }
91 return getCommonAlphabetLayout(isPhone);
Bengali.java 65 ExpectedKey[][] getCommonAlphabetLayout(boolean isPhone) { return ALPHABET_COMMON; }
Greek.java 53 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) {
Malayalam.java 72 ExpectedKey[][] getCommonAlphabetLayout(boolean isPhone) { return ALPHABET_COMMON; }

Completed in 356 milliseconds

1 2