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