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

12

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/
H A DAzerty.java35 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { method in class:Azerty
50 builder = new ExpectedKeyboardBuilder(getCommonAlphabetLayout(isPhone));
H A DBulgarianBds.java43 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { return ALPHABET_COMMON; } method in class:BulgarianBds
H A DColemak.java37 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { method in class:Colemak
49 builder = new ExpectedKeyboardBuilder(getCommonAlphabetLayout(isPhone));
H A DNordic.java36 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { return ALPHABET_COMMON; } method in class:Nordic
H A DQwerty.java36 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { return ALPHABET_COMMON; } method in class:Qwerty
H A DQwertz.java33 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { return ALPHABET_COMMON; } method in class:Qwertz
H A DSpanish.java33 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { return ALPHABET_COMMON; } method in class:Spanish
H A DSwiss.java33 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { return ALPHABET_COMMON; } method in class:Swiss
H A DBulgarian.java53 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { return ALPHABET_COMMON; } method in class:Bulgarian
H A DMarathi.java51 ExpectedKey[][] getCommonAlphabetLayout(boolean isPhone) { return ALPHABET_COMMON; } method in class:Marathi
H A DMongolian.java54 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { return ALPHABET_COMMON; } method in class:Mongolian
H A DNepaliRomanized.java60 ExpectedKey[][] getCommonAlphabetLayout(boolean isPhone) { return ALPHABET_COMMON; } method in class:NepaliRomanized
65 return getCommonAlphabetLayout(isPhone);
H A DNepaliTraditional.java59 ExpectedKey[][] getCommonAlphabetLayout(boolean isPhone) { method in class:NepaliTraditional
93 return getCommonAlphabetLayout(isPhone);
H A DTamil.java62 ExpectedKey[][] getCommonAlphabetLayout(boolean isPhone) { return ALPHABET_COMMON; } method in class:Tamil
H A DArmenianPhonetic.java102 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { method in class:ArmenianPhonetic
H A DBengali.java65 ExpectedKey[][] getCommonAlphabetLayout(boolean isPhone) { return ALPHABET_COMMON; } method in class:Bengali
H A DDvorak.java82 public ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { method in class:Dvorak
117 getCommonAlphabetLayout(isPhone));
H A DEastSlavic.java56 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { return ALPHABET_COMMON; } method in class:EastSlavic
H A DGeorgian.java59 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { method in class:Georgian
67 return getCommonAlphabetLayout(isPhone);
H A DGreek.java53 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { method in class:Greek
H A DHindiCompact.java72 ExpectedKey[][] getCommonAlphabetLayout(boolean isPhone) { return ALPHABET_COMMON; } method in class:HindiCompact
H A DKannada.java79 ExpectedKey[][] getCommonAlphabetLayout(boolean isPhone) { return ALPHABET_COMMON; } method in class:Kannada
H A DKhmer.java67 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { method in class:Khmer
80 return getCommonAlphabetLayout(isPhone);
H A DLao.java71 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { method in class:Lao
84 return getCommonAlphabetLayout(isPhone);
H A DMalayalam.java72 ExpectedKey[][] getCommonAlphabetLayout(boolean isPhone) { return ALPHABET_COMMON; } method in class:Malayalam

Completed in 2532 milliseconds

12