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

  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/
Bulgarian.java 44 public ExpectedKey getAlphabetKey() {
45 return mEastSlavicCustomizer.getAlphabetKey();
SymbolsShifted.java 41 .addKeysOnTheLeftOfRow(4, customizer.getAlphabetKey())
52 .addKeysOnTheLeftOfRow(4, customizer.getAlphabetKey())
EastSlavic.java 41 public final ExpectedKey getAlphabetKey() { return EAST_SLAVIC_ALPHABET_KEY; }
SouthSlavic.java 41 public final ExpectedKey getAlphabetKey() { return SOUTH_SLAVIC_ALPHABET_KEY; }
Tamil.java 42 public ExpectedKey getAlphabetKey() { return TAMIL_ALPHABET_KEY; }
Bengali.java 42 public ExpectedKey getAlphabetKey() { return BENGALI_ALPHABET_KEY; }
Georgian.java 43 public ExpectedKey getAlphabetKey() { return GEORGIAN_ALPHABET_KEY; }
Greek.java 43 public ExpectedKey getAlphabetKey() { return GREEK_ALPHABET_KEY; }
Lao.java 46 public ExpectedKey getAlphabetKey() { return LAO_ALPHABET_KEY; }
Malayalam.java 42 public ExpectedKey getAlphabetKey() { return MALAYALAM_ALPHABET_KEY; }
Sinhala.java 43 public ExpectedKey getAlphabetKey() { return SINHALA_ALPHABET_KEY; }
ArmenianPhonetic.java 45 public ExpectedKey getAlphabetKey() { return ARMENIAN_ALPHABET_KEY; }
Hebrew.java 43 public ExpectedKey getAlphabetKey() { return HEBREW_ALPHABET_KEY; }
Kannada.java 42 public ExpectedKey getAlphabetKey() { return KANNADA_ALPHABET_KEY; }
Khmer.java 46 public ExpectedKey getAlphabetKey() { return KHMER_ALPHABET_KEY; }
Myanmar.java 46 public ExpectedKey getAlphabetKey() { return MYANMAR_ALPHABET_KEY; }
Telugu.java 42 public ExpectedKey getAlphabetKey() { return TELUGU_ALPHABET_KEY; }
Thai.java 46 public ExpectedKey getAlphabetKey() { return THAI_ALPHABET_KEY; }
Symbols.java 45 .addKeysOnTheLeftOfRow(4, customizer.getAlphabetKey())
54 .addKeysOnTheLeftOfRow(4, customizer.getAlphabetKey())
Arabic.java 43 public ExpectedKey getAlphabetKey() { return ARABIC_ALPHABET_KEY; }
Hindi.java 45 public ExpectedKey getAlphabetKey() { return HINDI_ALPHABET_KEY; }
Farsi.java 43 public ExpectedKey getAlphabetKey() { return FARSI_ALPHABET_KEY; }
LayoutBase.java 68 public ExpectedKey getAlphabetKey() { return ALPHABET_KEY; }

Completed in 247 milliseconds