Searched refs:getLeftShiftKeys (Results 1 - 13 of 13) sorted by relevance

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/
H A DTamil.java45 public ExpectedKey[] getLeftShiftKeys(final boolean isPhone) { method in class:Tamil.TamilCustomizer
H A DBengali.java50 public ExpectedKey[] getLeftShiftKeys(final boolean isPhone) { return EMPTY_KEYS; } method in class:Bengali.BengaliCustomizer
H A DMalayalam.java53 public ExpectedKey[] getLeftShiftKeys(final boolean isPhone) { method in class:Malayalam.MalayalamCustomizer
H A DMarathi.java45 public ExpectedKey[] getLeftShiftKeys(final boolean isPhone) { method in class:Marathi.MarathiCustomizer
H A DHebrew.java70 public ExpectedKey[] getLeftShiftKeys(final boolean isPhone) { method in class:Hebrew.HebrewCustomizer
H A DHindiCompact.java45 public ExpectedKey[] getLeftShiftKeys(final boolean isPhone) { method in class:HindiCompact.HindiCompactCustomizer
H A DKannada.java53 public ExpectedKey[] getLeftShiftKeys(final boolean isPhone) { method in class:Kannada.KannadaCustomizer
H A DTelugu.java53 public ExpectedKey[] getLeftShiftKeys(final boolean isPhone) { method in class:Telugu.TeluguCustomizer
H A DPcQwerty.java45 public ExpectedKey[] getLeftShiftKeys(final boolean isPhone) { method in class:PcQwerty.PcQwertyCustomizer
167 builder.addKeysOnTheLeftOfRow(4, (Object[])customizer.getLeftShiftKeys(isPhone))
H A DArabic.java62 public ExpectedKey[] getLeftShiftKeys(final boolean isPhone) { method in class:Arabic.ArabicCustomizer
H A DDvorak.java44 public ExpectedKey[] getLeftShiftKeys(final boolean isPhone) { method in class:Dvorak.DvorakCustomizer
H A DLayoutBase.java137 public ExpectedKey[] getLeftShiftKeys(final boolean isPhone) { method in class:LayoutBase.LayoutCustomizer
359 numberOfRows - 1, (Object[])customizer.getLeftShiftKeys(isPhone));
H A DFarsi.java60 public ExpectedKey[] getLeftShiftKeys(final boolean isPhone) { method in class:Farsi.FarsiCustomizer

Completed in 213 milliseconds