Home
last modified time | relevance | path

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

12

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

12