Searched defs:getAlphabetKey (Results 1 - 21 of 21) sorted by relevance

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/
H A DBulgarian.java44 public ExpectedKey getAlphabetKey() { method in class:Bulgarian.BulgarianCustomizer
45 return mEastSlavicCustomizer.getAlphabetKey();
H A DTamil.java42 public ExpectedKey getAlphabetKey() { return TAMIL_ALPHABET_KEY; } method in class:Tamil.TamilCustomizer
H A DArmenianPhonetic.java45 public ExpectedKey getAlphabetKey() { return ARMENIAN_ALPHABET_KEY; } method in class:ArmenianPhonetic.ArmenianPhoneticCustomizer
H A DBengali.java42 public ExpectedKey getAlphabetKey() { return BENGALI_ALPHABET_KEY; } method in class:Bengali.BengaliCustomizer
H A DEastSlavic.java41 public final ExpectedKey getAlphabetKey() { return EAST_SLAVIC_ALPHABET_KEY; } method in class:EastSlavic.EastSlavicCustomizer
H A DGeorgian.java43 public ExpectedKey getAlphabetKey() { return GEORGIAN_ALPHABET_KEY; } method in class:Georgian.GeorgianCustomizer
H A DGreek.java43 public ExpectedKey getAlphabetKey() { return GREEK_ALPHABET_KEY; } method in class:Greek.GreekCustomizer
H A DKannada.java42 public ExpectedKey getAlphabetKey() { return KANNADA_ALPHABET_KEY; } method in class:Kannada.KannadaCustomizer
H A DKhmer.java46 public ExpectedKey getAlphabetKey() { return KHMER_ALPHABET_KEY; } method in class:Khmer.KhmerCustomizer
H A DLao.java46 public ExpectedKey getAlphabetKey() { return LAO_ALPHABET_KEY; } method in class:Lao.LaoCustomizer
H A DMalayalam.java42 public ExpectedKey getAlphabetKey() { return MALAYALAM_ALPHABET_KEY; } method in class:Malayalam.MalayalamCustomizer
H A DMyanmar.java46 public ExpectedKey getAlphabetKey() { return MYANMAR_ALPHABET_KEY; } method in class:Myanmar.MyanmarCustomizer
H A DSinhala.java43 public ExpectedKey getAlphabetKey() { return SINHALA_ALPHABET_KEY; } method in class:Sinhala.SinhalaCustomizer
H A DSouthSlavic.java41 public final ExpectedKey getAlphabetKey() { return SOUTH_SLAVIC_ALPHABET_KEY; } method in class:SouthSlavic.SouthSlavicLayoutCustomizer
H A DTelugu.java42 public ExpectedKey getAlphabetKey() { return TELUGU_ALPHABET_KEY; } method in class:Telugu.TeluguCustomizer
H A DThai.java46 public ExpectedKey getAlphabetKey() { return THAI_ALPHABET_KEY; } method in class:Thai.ThaiCustomizer
H A DArabic.java43 public ExpectedKey getAlphabetKey() { return ARABIC_ALPHABET_KEY; } method in class:Arabic.ArabicCustomizer
H A DFarsi.java43 public ExpectedKey getAlphabetKey() { return FARSI_ALPHABET_KEY; } method in class:Farsi.FarsiCustomizer
H A DHebrew.java43 public ExpectedKey getAlphabetKey() { return HEBREW_ALPHABET_KEY; } method in class:Hebrew.HebrewCustomizer
H A DHindi.java45 public ExpectedKey getAlphabetKey() { return HINDI_ALPHABET_KEY; } method in class:Hindi.HindiCustomizer
H A DLayoutBase.java68 public ExpectedKey getAlphabetKey() { return ALPHABET_KEY; } method in class:LayoutBase.LayoutCustomizer

Completed in 983 milliseconds