Home
last modified time | relevance | path

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

12

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/
DLayoutBase.java108 abstract ExpectedKey[][] getCommonAlphabetLayout(boolean isPhone); in getCommonAlphabetLayout() method in LayoutBase
122 getCommonAlphabetLayout(isPhone)); in getCommonAlphabetShiftLayout()
147 builder = new ExpectedKeyboardBuilder(getCommonAlphabetLayout(isPhone)); in getLayout()
DColemak.java38 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { in getCommonAlphabetLayout() method in Colemak
50 builder = new ExpectedKeyboardBuilder(getCommonAlphabetLayout(isPhone)); in getCommonAlphabetShiftLayout()
DAzerty.java36 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { in getCommonAlphabetLayout() method in Azerty
51 builder = new ExpectedKeyboardBuilder(getCommonAlphabetLayout(isPhone)); in getCommonAlphabetShiftLayout()
DNepaliRomanized.java43 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { return ALPHABET_COMMON; } in getCommonAlphabetLayout() method in NepaliRomanized
48 return getCommonAlphabetLayout(isPhone); in getCommonAlphabetShiftLayout()
DLao.java72 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { in getCommonAlphabetLayout() method in Lao
85 return getCommonAlphabetLayout(isPhone); in getCommonAlphabetShiftLayout()
DGeorgian.java60 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { in getCommonAlphabetLayout() method in Georgian
68 return getCommonAlphabetLayout(isPhone); in getCommonAlphabetShiftLayout()
DNepaliTraditional.java52 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { return ALPHABET_COMMON; } in getCommonAlphabetLayout() method in NepaliTraditional
57 return getCommonAlphabetLayout(isPhone); in getCommonAlphabetShiftLayout()
DDvorak.java38 public ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { in getCommonAlphabetLayout() method in Dvorak
91 getCommonAlphabetLayout(isPhone)); in getLayout()
DBengaliAkkhor.java38 ExpectedKey[][] getCommonAlphabetLayout(boolean isPhone) { return ALPHABET_COMMON; } in getCommonAlphabetLayout() method in BengaliAkkhor
43 return getCommonAlphabetLayout(isPhone); in getCommonAlphabetShiftLayout()
DThai.java72 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { in getCommonAlphabetLayout() method in Thai
89 return getCommonAlphabetLayout(isPhone); in getCommonAlphabetShiftLayout()
DKhmer.java68 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { in getCommonAlphabetLayout() method in Khmer
81 return getCommonAlphabetLayout(isPhone); in getCommonAlphabetShiftLayout()
DHindi.java40 ExpectedKey[][] getCommonAlphabetLayout(boolean isPhone) { return ALPHABET_COMMON; } in getCommonAlphabetLayout() method in Hindi
45 return getCommonAlphabetLayout(isPhone); in getCommonAlphabetShiftLayout()
DPcQwerty.java38 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { in getCommonAlphabetLayout() method in PcQwerty
76 builder = new ExpectedKeyboardBuilder(getCommonAlphabetLayout(isPhone)); in getCommonAlphabetShiftLayout()
DSpanish.java34 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { return ALPHABET_COMMON; } in getCommonAlphabetLayout() method in Spanish
DQwerty.java37 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { return ALPHABET_COMMON; } in getCommonAlphabetLayout() method in Qwerty
DQwertz.java34 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { return ALPHABET_COMMON; } in getCommonAlphabetLayout() method in Qwertz
DUzbek.java37 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { return ALPHABET_COMMON; } in getCommonAlphabetLayout() method in Uzbek
DNordic.java37 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { return ALPHABET_COMMON; } in getCommonAlphabetLayout() method in Nordic
DSwiss.java34 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { return ALPHABET_COMMON; } in getCommonAlphabetLayout() method in Swiss
DSouthSlavic.java34 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { return ALPHABET_COMMON; } in getCommonAlphabetLayout() method in SouthSlavic
DEastSlavic.java34 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { return ALPHABET_COMMON; } in getCommonAlphabetLayout() method in EastSlavic
DSerbianQwertz.java34 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { return ALPHABET_COMMON; } in getCommonAlphabetLayout() method in SerbianQwertz
DBulgarianBds.java43 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { return ALPHABET_COMMON; } in getCommonAlphabetLayout() method in BulgarianBds
DMongolian.java52 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { return ALPHABET_COMMON; } in getCommonAlphabetLayout() method in Mongolian
DTamil.java37 ExpectedKey[][] getCommonAlphabetLayout(boolean isPhone) { return ALPHABET_COMMON; } in getCommonAlphabetLayout() method in Tamil

12