Searched defs:getCommonAlphabetLayout (Results 26 - 36 of 36) sorted by relevance

12

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/
H A DMyanmar.java92 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { return ALPHABET_COMMON; } method in class:Myanmar
98 return getCommonAlphabetLayout(isPhone);
H A DSinhala.java69 ExpectedKey[][] getCommonAlphabetLayout(boolean isPhone) { return ALPHABET_COMMON; } method in class:Sinhala
H A DSouthSlavic.java56 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { return ALPHABET_COMMON; } method in class:SouthSlavic
H A DTelugu.java79 ExpectedKey[][] getCommonAlphabetLayout(boolean isPhone) { return ALPHABET_COMMON; } method in class:Telugu
H A DThai.java71 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { method in class:Thai
88 return getCommonAlphabetLayout(isPhone);
H A DArabic.java141 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { method in class:Arabic
H A DFarsi.java144 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { method in class:Farsi
H A DHebrew.java103 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { return ALPHABET_COMMON; } method in class:Hebrew
H A DHindi.java86 ExpectedKey[][] getCommonAlphabetLayout(boolean isPhone) { return ALPHABET_COMMON; } method in class:Hindi
91 return getCommonAlphabetLayout(isPhone);
H A DPcQwerty.java68 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { method in class:PcQwerty
106 builder = new ExpectedKeyboardBuilder(getCommonAlphabetLayout(isPhone));
H A DLayoutBase.java374 abstract ExpectedKey[][] getCommonAlphabetLayout(boolean isPhone); method in class:LayoutBase
388 getCommonAlphabetLayout(isPhone));
413 builder = new ExpectedKeyboardBuilder(getCommonAlphabetLayout(isPhone));

Completed in 3899 milliseconds

12