HomeSort by relevance Sort by last modified time
    Searched refs:getPunctuationMoreKeys (Results 1 - 11 of 11) sorted by null

  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/customizer/
HindiCustomizer.java 44 final ExpectedKey periodKey = key("\u0964", getPunctuationMoreKeys(isPhone));
49 public ExpectedKey[] getPunctuationMoreKeys(final boolean isPhone) {
NepaliCustomizer.java 44 final ExpectedKey periodKey = key("\u0964", getPunctuationMoreKeys(isPhone));
49 public ExpectedKey[] getPunctuationMoreKeys(final boolean isPhone) {
SpanishCustomizer.java 29 public ExpectedKey[] getPunctuationMoreKeys(final boolean isPhone) {
LayoutCustomizer.java 202 final ExpectedKey periodKey = key(".", getPunctuationMoreKeys(isPhone));
211 public ExpectedKey[] getPunctuationMoreKeys(final boolean isPhone) {
DvorakCustomizer.java 48 convertToAdditionalMoreKeys(getPunctuationMoreKeys(isPhone));
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/tests/
TestsTagalog.java 43 public ExpectedKey[] getPunctuationMoreKeys(final boolean isPhone) {
TestsCatalan.java 44 public ExpectedKey[] getPunctuationMoreKeys(final boolean isPhone) {
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/
ArmenianPhonetic.java 73 final ExpectedKey fullStopKey = key("\u0589", getPunctuationMoreKeys(isPhone));
78 public ExpectedKey[] getPunctuationMoreKeys(final boolean isPhone) {
Arabic.java 91 return joinKeys(key(".", getPunctuationMoreKeys(isPhone)));
95 public ExpectedKey[] getPunctuationMoreKeys(final boolean isPhone) {
Hebrew.java 79 public ExpectedKey[] getPunctuationMoreKeys(final boolean isPhone) {
Farsi.java 87 return joinKeys(key(".", getPunctuationMoreKeys(isPhone)));
96 public ExpectedKey[] getPunctuationMoreKeys(final boolean isPhone) {

Completed in 3785 milliseconds