Home
last modified time | relevance | path

Searched refs:getCommonAlphabetLayout (Results 1 – 25 of 36) sorted by relevance

12

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/
DLayoutBase.java374 abstract ExpectedKey[][] getCommonAlphabetLayout(boolean isPhone); in getCommonAlphabetLayout() method in LayoutBase
388 getCommonAlphabetLayout(isPhone)); in getCommonAlphabetShiftLayout()
413 builder = new ExpectedKeyboardBuilder(getCommonAlphabetLayout(isPhone)); in getLayout()
DColemak.java37 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { in getCommonAlphabetLayout() method in Colemak
49 builder = new ExpectedKeyboardBuilder(getCommonAlphabetLayout(isPhone)); in getCommonAlphabetShiftLayout()
DAzerty.java35 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { in getCommonAlphabetLayout() method in Azerty
50 builder = new ExpectedKeyboardBuilder(getCommonAlphabetLayout(isPhone)); in getCommonAlphabetShiftLayout()
DLao.java71 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { in getCommonAlphabetLayout() method in Lao
84 return getCommonAlphabetLayout(isPhone); in getCommonAlphabetShiftLayout()
DGeorgian.java59 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { in getCommonAlphabetLayout() method in Georgian
67 return getCommonAlphabetLayout(isPhone); in getCommonAlphabetShiftLayout()
DThai.java71 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { in getCommonAlphabetLayout() method in Thai
88 return getCommonAlphabetLayout(isPhone); in getCommonAlphabetShiftLayout()
DNepaliRomanized.java60 ExpectedKey[][] getCommonAlphabetLayout(boolean isPhone) { return ALPHABET_COMMON; } in getCommonAlphabetLayout() method in NepaliRomanized
65 return getCommonAlphabetLayout(isPhone); in getCommonAlphabetShiftLayout()
DKhmer.java67 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { in getCommonAlphabetLayout() method in Khmer
80 return getCommonAlphabetLayout(isPhone); in getCommonAlphabetShiftLayout()
DMyanmar.java92 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { return ALPHABET_COMMON; } in getCommonAlphabetLayout() method in Myanmar
98 return getCommonAlphabetLayout(isPhone); in getCommonAlphabetShiftLayout()
DNepaliTraditional.java59 ExpectedKey[][] getCommonAlphabetLayout(boolean isPhone) { in getCommonAlphabetLayout() method in NepaliTraditional
93 return getCommonAlphabetLayout(isPhone); in getCommonAlphabetShiftLayout()
DDvorak.java82 public ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { in getCommonAlphabetLayout() method in Dvorak
117 getCommonAlphabetLayout(isPhone)); in getLayout()
DHindi.java86 ExpectedKey[][] getCommonAlphabetLayout(boolean isPhone) { return ALPHABET_COMMON; } in getCommonAlphabetLayout() method in Hindi
91 return getCommonAlphabetLayout(isPhone); in getCommonAlphabetShiftLayout()
DPcQwerty.java68 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { in getCommonAlphabetLayout() method in PcQwerty
106 builder = new ExpectedKeyboardBuilder(getCommonAlphabetLayout(isPhone)); in getCommonAlphabetShiftLayout()
DQwerty.java36 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { return ALPHABET_COMMON; } in getCommonAlphabetLayout() method in Qwerty
DQwertz.java33 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { return ALPHABET_COMMON; } in getCommonAlphabetLayout() method in Qwertz
DSpanish.java33 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { return ALPHABET_COMMON; } in getCommonAlphabetLayout() method in Spanish
DSwiss.java33 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { return ALPHABET_COMMON; } in getCommonAlphabetLayout() method in Swiss
DNordic.java36 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { return ALPHABET_COMMON; } in getCommonAlphabetLayout() method in Nordic
DBulgarianBds.java43 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { return ALPHABET_COMMON; } in getCommonAlphabetLayout() method in BulgarianBds
DBulgarian.java53 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { return ALPHABET_COMMON; } in getCommonAlphabetLayout() method in Bulgarian
DMongolian.java54 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { return ALPHABET_COMMON; } in getCommonAlphabetLayout() method in Mongolian
DEastSlavic.java56 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { return ALPHABET_COMMON; } in getCommonAlphabetLayout() method in EastSlavic
DSouthSlavic.java56 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { return ALPHABET_COMMON; } in getCommonAlphabetLayout() method in SouthSlavic
DTamil.java62 ExpectedKey[][] getCommonAlphabetLayout(boolean isPhone) { return ALPHABET_COMMON; } in getCommonAlphabetLayout() method in Tamil
DSinhala.java69 ExpectedKey[][] getCommonAlphabetLayout(boolean isPhone) { return ALPHABET_COMMON; } in getCommonAlphabetLayout() method in Sinhala

12