HomeSort by relevance Sort by last modified time
    Searched defs:getAlphabetKey (Results 1 - 20 of 20) sorted by null

  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/customizer/
EastSlavicCustomizer.java 28 public final ExpectedKey getAlphabetKey() { return EAST_SLAVIC_ALPHABET_KEY; }
SouthSlavicLayoutCustomizer.java 31 public final ExpectedKey getAlphabetKey() { return SOUTH_SLAVIC_ALPHABET_KEY; }
BengaliCustomizer.java 29 public ExpectedKey getAlphabetKey() { return BENGALI_ALPHABET_KEY; }
DevanagariCustomizer.java 28 public ExpectedKey getAlphabetKey() { return HINDI_ALPHABET_KEY; }
TamilCustomizer.java 28 public ExpectedKey getAlphabetKey() { return TAMIL_ALPHABET_KEY; }
LayoutCustomizer.java 75 public ExpectedKey getAlphabetKey() { return ALPHABET_KEY; }
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/
Bulgarian.java 45 public ExpectedKey getAlphabetKey() {
46 return mEastSlavicCustomizer.getAlphabetKey();
Georgian.java 44 public ExpectedKey getAlphabetKey() { return GEORGIAN_ALPHABET_KEY; }
Malayalam.java 43 public ExpectedKey getAlphabetKey() { return MALAYALAM_ALPHABET_KEY; }
Sinhala.java 44 public ExpectedKey getAlphabetKey() { return SINHALA_ALPHABET_KEY; }
ArmenianPhonetic.java 47 public ExpectedKey getAlphabetKey() { return ARMENIAN_ALPHABET_KEY; }
Greek.java 44 public ExpectedKey getAlphabetKey() { return GREEK_ALPHABET_KEY; }
Kannada.java 43 public ExpectedKey getAlphabetKey() { return KANNADA_ALPHABET_KEY; }
Khmer.java 47 public ExpectedKey getAlphabetKey() { return KHMER_ALPHABET_KEY; }
Lao.java 47 public ExpectedKey getAlphabetKey() { return LAO_ALPHABET_KEY; }
Telugu.java 43 public ExpectedKey getAlphabetKey() { return TELUGU_ALPHABET_KEY; }
Thai.java 47 public ExpectedKey getAlphabetKey() { return THAI_ALPHABET_KEY; }
Arabic.java 42 public ExpectedKey getAlphabetKey() { return ARABIC_ALPHABET_KEY; }
Farsi.java 42 public ExpectedKey getAlphabetKey() { return FARSI_ALPHABET_KEY; }
Hebrew.java 42 public ExpectedKey getAlphabetKey() { return HEBREW_ALPHABET_KEY; }

Completed in 363 milliseconds