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

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/
H A DBulgarian.java45 public ExpectedKey getAlphabetKey() { method in class:Bulgarian.BulgarianCustomizer
46 return mEastSlavicCustomizer.getAlphabetKey();
H A DGeorgian.java44 public ExpectedKey getAlphabetKey() { return GEORGIAN_ALPHABET_KEY; } method in class:Georgian.GeorgianCustomizer
H A DArmenianPhonetic.java47 public ExpectedKey getAlphabetKey() { return ARMENIAN_ALPHABET_KEY; } method in class:ArmenianPhonetic.ArmenianPhoneticCustomizer
H A DGreek.java44 public ExpectedKey getAlphabetKey() { return GREEK_ALPHABET_KEY; } method in class:Greek.GreekCustomizer
H A DKannada.java43 public ExpectedKey getAlphabetKey() { return KANNADA_ALPHABET_KEY; } method in class:Kannada.KannadaCustomizer
H A DKhmer.java47 public ExpectedKey getAlphabetKey() { return KHMER_ALPHABET_KEY; } method in class:Khmer.KhmerCustomizer
H A DLao.java47 public ExpectedKey getAlphabetKey() { return LAO_ALPHABET_KEY; } method in class:Lao.LaoCustomizer
H A DMalayalam.java43 public ExpectedKey getAlphabetKey() { return MALAYALAM_ALPHABET_KEY; } method in class:Malayalam.MalayalamCustomizer
H A DSinhala.java44 public ExpectedKey getAlphabetKey() { return SINHALA_ALPHABET_KEY; } method in class:Sinhala.SinhalaCustomizer
H A DTelugu.java43 public ExpectedKey getAlphabetKey() { return TELUGU_ALPHABET_KEY; } method in class:Telugu.TeluguCustomizer
H A DThai.java47 public ExpectedKey getAlphabetKey() { return THAI_ALPHABET_KEY; } method in class:Thai.ThaiCustomizer
H A DArabic.java42 public ExpectedKey getAlphabetKey() { return ARABIC_ALPHABET_KEY; } method in class:Arabic.ArabicCustomizer
H A DFarsi.java42 public ExpectedKey getAlphabetKey() { return FARSI_ALPHABET_KEY; } method in class:Farsi.FarsiCustomizer
H A DHebrew.java42 public ExpectedKey getAlphabetKey() { return HEBREW_ALPHABET_KEY; } method in class:Hebrew.HebrewCustomizer
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/customizer/
H A DBengaliCustomizer.java29 public ExpectedKey getAlphabetKey() { return BENGALI_ALPHABET_KEY; } method in class:BengaliCustomizer
H A DDevanagariCustomizer.java28 public ExpectedKey getAlphabetKey() { return HINDI_ALPHABET_KEY; } method in class:DevanagariCustomizer
H A DEastSlavicCustomizer.java28 public final ExpectedKey getAlphabetKey() { return EAST_SLAVIC_ALPHABET_KEY; } method in class:EastSlavicCustomizer
H A DSouthSlavicLayoutCustomizer.java31 public final ExpectedKey getAlphabetKey() { return SOUTH_SLAVIC_ALPHABET_KEY; } method in class:SouthSlavicLayoutCustomizer
H A DTamilCustomizer.java28 public ExpectedKey getAlphabetKey() { return TAMIL_ALPHABET_KEY; } method in class:TamilCustomizer
H A DLayoutCustomizer.java75 public ExpectedKey getAlphabetKey() { return ALPHABET_KEY; } method in class:LayoutCustomizer

Completed in 248 milliseconds