/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/ |
D | LayoutBase.java | 374 abstract ExpectedKey[][] getCommonAlphabetLayout(boolean isPhone); in getCommonAlphabetLayout() method in LayoutBase 388 getCommonAlphabetLayout(isPhone)); in getCommonAlphabetShiftLayout() 413 builder = new ExpectedKeyboardBuilder(getCommonAlphabetLayout(isPhone)); in getLayout()
|
D | Colemak.java | 37 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { in getCommonAlphabetLayout() method in Colemak 49 builder = new ExpectedKeyboardBuilder(getCommonAlphabetLayout(isPhone)); in getCommonAlphabetShiftLayout()
|
D | Azerty.java | 35 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { in getCommonAlphabetLayout() method in Azerty 50 builder = new ExpectedKeyboardBuilder(getCommonAlphabetLayout(isPhone)); in getCommonAlphabetShiftLayout()
|
D | Lao.java | 71 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { in getCommonAlphabetLayout() method in Lao 84 return getCommonAlphabetLayout(isPhone); in getCommonAlphabetShiftLayout()
|
D | Georgian.java | 59 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { in getCommonAlphabetLayout() method in Georgian 67 return getCommonAlphabetLayout(isPhone); in getCommonAlphabetShiftLayout()
|
D | Thai.java | 71 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { in getCommonAlphabetLayout() method in Thai 88 return getCommonAlphabetLayout(isPhone); in getCommonAlphabetShiftLayout()
|
D | NepaliRomanized.java | 60 ExpectedKey[][] getCommonAlphabetLayout(boolean isPhone) { return ALPHABET_COMMON; } in getCommonAlphabetLayout() method in NepaliRomanized 65 return getCommonAlphabetLayout(isPhone); in getCommonAlphabetShiftLayout()
|
D | Khmer.java | 67 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { in getCommonAlphabetLayout() method in Khmer 80 return getCommonAlphabetLayout(isPhone); in getCommonAlphabetShiftLayout()
|
D | Myanmar.java | 92 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { return ALPHABET_COMMON; } in getCommonAlphabetLayout() method in Myanmar 98 return getCommonAlphabetLayout(isPhone); in getCommonAlphabetShiftLayout()
|
D | NepaliTraditional.java | 59 ExpectedKey[][] getCommonAlphabetLayout(boolean isPhone) { in getCommonAlphabetLayout() method in NepaliTraditional 93 return getCommonAlphabetLayout(isPhone); in getCommonAlphabetShiftLayout()
|
D | Dvorak.java | 82 public ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { in getCommonAlphabetLayout() method in Dvorak 117 getCommonAlphabetLayout(isPhone)); in getLayout()
|
D | Hindi.java | 86 ExpectedKey[][] getCommonAlphabetLayout(boolean isPhone) { return ALPHABET_COMMON; } in getCommonAlphabetLayout() method in Hindi 91 return getCommonAlphabetLayout(isPhone); in getCommonAlphabetShiftLayout()
|
D | PcQwerty.java | 68 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { in getCommonAlphabetLayout() method in PcQwerty 106 builder = new ExpectedKeyboardBuilder(getCommonAlphabetLayout(isPhone)); in getCommonAlphabetShiftLayout()
|
D | Qwerty.java | 36 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { return ALPHABET_COMMON; } in getCommonAlphabetLayout() method in Qwerty
|
D | Qwertz.java | 33 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { return ALPHABET_COMMON; } in getCommonAlphabetLayout() method in Qwertz
|
D | Spanish.java | 33 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { return ALPHABET_COMMON; } in getCommonAlphabetLayout() method in Spanish
|
D | Swiss.java | 33 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { return ALPHABET_COMMON; } in getCommonAlphabetLayout() method in Swiss
|
D | Nordic.java | 36 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { return ALPHABET_COMMON; } in getCommonAlphabetLayout() method in Nordic
|
D | BulgarianBds.java | 43 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { return ALPHABET_COMMON; } in getCommonAlphabetLayout() method in BulgarianBds
|
D | Bulgarian.java | 53 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { return ALPHABET_COMMON; } in getCommonAlphabetLayout() method in Bulgarian
|
D | Mongolian.java | 54 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { return ALPHABET_COMMON; } in getCommonAlphabetLayout() method in Mongolian
|
D | EastSlavic.java | 56 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { return ALPHABET_COMMON; } in getCommonAlphabetLayout() method in EastSlavic
|
D | SouthSlavic.java | 56 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { return ALPHABET_COMMON; } in getCommonAlphabetLayout() method in SouthSlavic
|
D | Tamil.java | 62 ExpectedKey[][] getCommonAlphabetLayout(boolean isPhone) { return ALPHABET_COMMON; } in getCommonAlphabetLayout() method in Tamil
|
D | Sinhala.java | 69 ExpectedKey[][] getCommonAlphabetLayout(boolean isPhone) { return ALPHABET_COMMON; } in getCommonAlphabetLayout() method in Sinhala
|