Home
last modified time | relevance | path

Searched refs:getPunctuationMoreKeys (Results 1 – 11 of 11) sorted by relevance

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/
DArmenianPhonetic.java71 final ExpectedKey fullStopKey = key("\u0589", getPunctuationMoreKeys(isPhone)); in getKeysRightToSpacebar()
76 public ExpectedKey[] getPunctuationMoreKeys(final boolean isPhone) { in getPunctuationMoreKeys() method in ArmenianPhonetic.ArmenianPhoneticCustomizer
DHindiCompact.java52 final ExpectedKey periodKey = key("\u0964", getPunctuationMoreKeys(isPhone)); in getKeysRightToSpacebar()
57 public ExpectedKey[] getPunctuationMoreKeys(final boolean isPhone) { in getPunctuationMoreKeys() method in HindiCompact.HindiCompactCustomizer
DMyanmar.java64 final ExpectedKey periodKey = key("\u104B", getPunctuationMoreKeys(isPhone)); in getKeysRightToSpacebar()
69 public ExpectedKey[] getPunctuationMoreKeys(final boolean isPhone) { in getPunctuationMoreKeys() method in Myanmar.MyanmarCustomizer
DArabic.java92 return joinKeys(key(".", getPunctuationMoreKeys(isPhone))); in getKeysRightToSpacebar()
96 public ExpectedKey[] getPunctuationMoreKeys(final boolean isPhone) { in getPunctuationMoreKeys() method in Arabic.ArabicCustomizer
DFarsi.java88 return joinKeys(key(".", getPunctuationMoreKeys(isPhone))); in getKeysRightToSpacebar()
97 public ExpectedKey[] getPunctuationMoreKeys(final boolean isPhone) { in getPunctuationMoreKeys() method in Farsi.FarsiCustomizer
DLayoutBase.java195 final ExpectedKey periodKey = key(".", getPunctuationMoreKeys(isPhone)); in getKeysRightToSpacebar()
204 public ExpectedKey[] getPunctuationMoreKeys(final boolean isPhone) { in getPunctuationMoreKeys() method in LayoutBase.LayoutCustomizer
DHebrew.java80 public ExpectedKey[] getPunctuationMoreKeys(final boolean isPhone) { in getPunctuationMoreKeys() method in Hebrew.HebrewCustomizer
DDvorak.java63 convertToAdditionalMoreKeys(getPunctuationMoreKeys(isPhone)); in getKeysRightToSpacebar()
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/tests/
DTestsTagalog.java45 public ExpectedKey[] getPunctuationMoreKeys(final boolean isPhone) { in getPunctuationMoreKeys() method in TestsTagalog.TagalogCustomizer
DSpanishCustomizer.java32 public ExpectedKey[] getPunctuationMoreKeys(final boolean isPhone) { in getPunctuationMoreKeys() method in SpanishCustomizer
DTestsCatalan.java44 public ExpectedKey[] getPunctuationMoreKeys(final boolean isPhone) { in getPunctuationMoreKeys() method in TestsCatalan.CatalanCustomizer