/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/ |
D | LayoutBase.java | 108 abstract ExpectedKey[][] getCommonAlphabetLayout(boolean isPhone); in getCommonAlphabetLayout() method in LayoutBase 122 getCommonAlphabetLayout(isPhone)); in getCommonAlphabetShiftLayout() 147 builder = new ExpectedKeyboardBuilder(getCommonAlphabetLayout(isPhone)); in getLayout()
|
D | Colemak.java | 38 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { in getCommonAlphabetLayout() method in Colemak 50 builder = new ExpectedKeyboardBuilder(getCommonAlphabetLayout(isPhone)); in getCommonAlphabetShiftLayout()
|
D | Azerty.java | 36 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { in getCommonAlphabetLayout() method in Azerty 51 builder = new ExpectedKeyboardBuilder(getCommonAlphabetLayout(isPhone)); in getCommonAlphabetShiftLayout()
|
D | NepaliRomanized.java | 43 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { return ALPHABET_COMMON; } in getCommonAlphabetLayout() method in NepaliRomanized 48 return getCommonAlphabetLayout(isPhone); in getCommonAlphabetShiftLayout()
|
D | Lao.java | 72 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { in getCommonAlphabetLayout() method in Lao 85 return getCommonAlphabetLayout(isPhone); in getCommonAlphabetShiftLayout()
|
D | Georgian.java | 60 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { in getCommonAlphabetLayout() method in Georgian 68 return getCommonAlphabetLayout(isPhone); in getCommonAlphabetShiftLayout()
|
D | NepaliTraditional.java | 52 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { return ALPHABET_COMMON; } in getCommonAlphabetLayout() method in NepaliTraditional 57 return getCommonAlphabetLayout(isPhone); in getCommonAlphabetShiftLayout()
|
D | Dvorak.java | 38 public ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { in getCommonAlphabetLayout() method in Dvorak 91 getCommonAlphabetLayout(isPhone)); in getLayout()
|
D | BengaliAkkhor.java | 38 ExpectedKey[][] getCommonAlphabetLayout(boolean isPhone) { return ALPHABET_COMMON; } in getCommonAlphabetLayout() method in BengaliAkkhor 43 return getCommonAlphabetLayout(isPhone); in getCommonAlphabetShiftLayout()
|
D | Thai.java | 72 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { in getCommonAlphabetLayout() method in Thai 89 return getCommonAlphabetLayout(isPhone); in getCommonAlphabetShiftLayout()
|
D | Khmer.java | 68 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { in getCommonAlphabetLayout() method in Khmer 81 return getCommonAlphabetLayout(isPhone); in getCommonAlphabetShiftLayout()
|
D | Hindi.java | 40 ExpectedKey[][] getCommonAlphabetLayout(boolean isPhone) { return ALPHABET_COMMON; } in getCommonAlphabetLayout() method in Hindi 45 return getCommonAlphabetLayout(isPhone); in getCommonAlphabetShiftLayout()
|
D | PcQwerty.java | 38 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { in getCommonAlphabetLayout() method in PcQwerty 76 builder = new ExpectedKeyboardBuilder(getCommonAlphabetLayout(isPhone)); in getCommonAlphabetShiftLayout()
|
D | Spanish.java | 34 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { return ALPHABET_COMMON; } in getCommonAlphabetLayout() method in Spanish
|
D | Qwerty.java | 37 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { return ALPHABET_COMMON; } in getCommonAlphabetLayout() method in Qwerty
|
D | Qwertz.java | 34 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { return ALPHABET_COMMON; } in getCommonAlphabetLayout() method in Qwertz
|
D | Uzbek.java | 37 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { return ALPHABET_COMMON; } in getCommonAlphabetLayout() method in Uzbek
|
D | Nordic.java | 37 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { return ALPHABET_COMMON; } in getCommonAlphabetLayout() method in Nordic
|
D | Swiss.java | 34 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { return ALPHABET_COMMON; } in getCommonAlphabetLayout() method in Swiss
|
D | SouthSlavic.java | 34 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { return ALPHABET_COMMON; } in getCommonAlphabetLayout() method in SouthSlavic
|
D | EastSlavic.java | 34 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { return ALPHABET_COMMON; } in getCommonAlphabetLayout() method in EastSlavic
|
D | SerbianQwertz.java | 34 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { return ALPHABET_COMMON; } in getCommonAlphabetLayout() method in SerbianQwertz
|
D | BulgarianBds.java | 43 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { return ALPHABET_COMMON; } in getCommonAlphabetLayout() method in BulgarianBds
|
D | Mongolian.java | 52 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { return ALPHABET_COMMON; } in getCommonAlphabetLayout() method in Mongolian
|
D | Tamil.java | 37 ExpectedKey[][] getCommonAlphabetLayout(boolean isPhone) { return ALPHABET_COMMON; } in getCommonAlphabetLayout() method in Tamil
|