/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/customizer/ |
D | EastSlavicCustomizer.java | 28 public final ExpectedKey getAlphabetKey() { return EAST_SLAVIC_ALPHABET_KEY; } in getAlphabetKey() method in EastSlavicCustomizer
|
D | SouthSlavicLayoutCustomizer.java | 31 public final ExpectedKey getAlphabetKey() { return SOUTH_SLAVIC_ALPHABET_KEY; } in getAlphabetKey() method in SouthSlavicLayoutCustomizer
|
D | BengaliCustomizer.java | 29 public ExpectedKey getAlphabetKey() { return BENGALI_ALPHABET_KEY; } in getAlphabetKey() method in BengaliCustomizer
|
D | TamilCustomizer.java | 28 public ExpectedKey getAlphabetKey() { return TAMIL_ALPHABET_KEY; } in getAlphabetKey() method in TamilCustomizer
|
D | DevanagariCustomizer.java | 28 public ExpectedKey getAlphabetKey() { return HINDI_ALPHABET_KEY; } in getAlphabetKey() method in DevanagariCustomizer
|
D | LayoutCustomizer.java | 75 public ExpectedKey getAlphabetKey() { return ALPHABET_KEY; } in getAlphabetKey() method in LayoutCustomizer
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/ |
D | Bulgarian.java | 45 public ExpectedKey getAlphabetKey() { in getAlphabetKey() method in Bulgarian.BulgarianCustomizer
|
D | Georgian.java | 44 public ExpectedKey getAlphabetKey() { return GEORGIAN_ALPHABET_KEY; } in getAlphabetKey() method in Georgian.GeorgianCustomizer
|
D | Sinhala.java | 44 public ExpectedKey getAlphabetKey() { return SINHALA_ALPHABET_KEY; } in getAlphabetKey() method in Sinhala.SinhalaCustomizer
|
D | Khmer.java | 47 public ExpectedKey getAlphabetKey() { return KHMER_ALPHABET_KEY; } in getAlphabetKey() method in Khmer.KhmerCustomizer
|
D | Malayalam.java | 43 public ExpectedKey getAlphabetKey() { return MALAYALAM_ALPHABET_KEY; } in getAlphabetKey() method in Malayalam.MalayalamCustomizer
|
D | Greek.java | 44 public ExpectedKey getAlphabetKey() { return GREEK_ALPHABET_KEY; } in getAlphabetKey() method in Greek.GreekCustomizer
|
D | Lao.java | 47 public ExpectedKey getAlphabetKey() { return LAO_ALPHABET_KEY; } in getAlphabetKey() method in Lao.LaoCustomizer
|
D | Telugu.java | 43 public ExpectedKey getAlphabetKey() { return TELUGU_ALPHABET_KEY; } in getAlphabetKey() method in Telugu.TeluguCustomizer
|
D | Kannada.java | 43 public ExpectedKey getAlphabetKey() { return KANNADA_ALPHABET_KEY; } in getAlphabetKey() method in Kannada.KannadaCustomizer
|
D | Thai.java | 47 public ExpectedKey getAlphabetKey() { return THAI_ALPHABET_KEY; } in getAlphabetKey() method in Thai.ThaiCustomizer
|
D | Hebrew.java | 42 public ExpectedKey getAlphabetKey() { return HEBREW_ALPHABET_KEY; } in getAlphabetKey() method in Hebrew.HebrewCustomizer
|
D | ArmenianPhonetic.java | 47 public ExpectedKey getAlphabetKey() { return ARMENIAN_ALPHABET_KEY; } in getAlphabetKey() method in ArmenianPhonetic.ArmenianPhoneticCustomizer
|
D | Arabic.java | 42 public ExpectedKey getAlphabetKey() { return ARABIC_ALPHABET_KEY; } in getAlphabetKey() method in Arabic.ArabicCustomizer
|
D | Farsi.java | 42 public ExpectedKey getAlphabetKey() { return FARSI_ALPHABET_KEY; } in getAlphabetKey() method in Farsi.FarsiCustomizer
|