Searched refs:getAlphabetKey (Results 1 - 22 of 22) sorted by relevance

/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 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 DDevanagariCustomizer.java28 public ExpectedKey getAlphabetKey() { return HINDI_ALPHABET_KEY; } method in class:DevanagariCustomizer
H A DLayoutCustomizer.java75 public ExpectedKey getAlphabetKey() { return ALPHABET_KEY; } method in class:LayoutCustomizer
/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 DSymbolsShifted.java41 .addKeysOnTheLeftOfRow(4, customizer.getAlphabetKey())
52 .addKeysOnTheLeftOfRow(4, customizer.getAlphabetKey())
H A DGeorgian.java44 public ExpectedKey getAlphabetKey() { return GEORGIAN_ALPHABET_KEY; } method in class:Georgian.GeorgianCustomizer
H A DLao.java47 public ExpectedKey getAlphabetKey() { return LAO_ALPHABET_KEY; } method in class:Lao.LaoCustomizer
H A DSinhala.java44 public ExpectedKey getAlphabetKey() { return SINHALA_ALPHABET_KEY; } method in class:Sinhala.SinhalaCustomizer
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 DHebrew.java42 public ExpectedKey getAlphabetKey() { return HEBREW_ALPHABET_KEY; } method in class:Hebrew.HebrewCustomizer
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 DMalayalam.java43 public ExpectedKey getAlphabetKey() { return MALAYALAM_ALPHABET_KEY; } method in class:Malayalam.MalayalamCustomizer
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 DSymbols.java45 .addKeysOnTheLeftOfRow(4, customizer.getAlphabetKey())
54 .addKeysOnTheLeftOfRow(4, customizer.getAlphabetKey())
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

Completed in 236 milliseconds