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/customizer/
DHindiCustomizer.java44 final ExpectedKey periodKey = key("\u0964", getPunctuationMoreKeys(isPhone)); in getKeysRightToSpacebar()
49 public ExpectedKey[] getPunctuationMoreKeys(final boolean isPhone) { in getPunctuationMoreKeys() method in HindiCustomizer
DNepaliCustomizer.java44 final ExpectedKey periodKey = key("\u0964", getPunctuationMoreKeys(isPhone)); in getKeysRightToSpacebar()
49 public ExpectedKey[] getPunctuationMoreKeys(final boolean isPhone) { in getPunctuationMoreKeys() method in NepaliCustomizer
DLayoutCustomizer.java202 final ExpectedKey periodKey = key(".", getPunctuationMoreKeys(isPhone)); in getKeysRightToSpacebar()
211 public ExpectedKey[] getPunctuationMoreKeys(final boolean isPhone) { in getPunctuationMoreKeys() method in LayoutCustomizer
DSpanishCustomizer.java29 public ExpectedKey[] getPunctuationMoreKeys(final boolean isPhone) { in getPunctuationMoreKeys() method in SpanishCustomizer
DDvorakCustomizer.java48 convertToAdditionalMoreKeys(getPunctuationMoreKeys(isPhone)); in getKeysRightToSpacebar()
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/
DArmenianPhonetic.java73 final ExpectedKey fullStopKey = key("\u0589", getPunctuationMoreKeys(isPhone)); in getKeysRightToSpacebar()
78 public ExpectedKey[] getPunctuationMoreKeys(final boolean isPhone) { in getPunctuationMoreKeys() method in ArmenianPhonetic.ArmenianPhoneticCustomizer
DArabic.java91 return joinKeys(key(".", getPunctuationMoreKeys(isPhone))); in getKeysRightToSpacebar()
95 public ExpectedKey[] getPunctuationMoreKeys(final boolean isPhone) { in getPunctuationMoreKeys() method in Arabic.ArabicCustomizer
DFarsi.java87 return joinKeys(key(".", getPunctuationMoreKeys(isPhone))); in getKeysRightToSpacebar()
96 public ExpectedKey[] getPunctuationMoreKeys(final boolean isPhone) { in getPunctuationMoreKeys() method in Farsi.FarsiCustomizer
DHebrew.java79 public ExpectedKey[] getPunctuationMoreKeys(final boolean isPhone) { in getPunctuationMoreKeys() method in Hebrew.HebrewCustomizer
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/tests/
DTestsTagalog.java43 public ExpectedKey[] getPunctuationMoreKeys(final boolean isPhone) { in getPunctuationMoreKeys() method in TestsTagalog.TagalogCustomizer
DTestsCatalan.java44 public ExpectedKey[] getPunctuationMoreKeys(final boolean isPhone) { in getPunctuationMoreKeys() method in TestsCatalan.CatalanCustomizer