Searched defs:getRightShiftKeys (Results 1 - 21 of 21) sorted by relevance

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/
H A DNepaliTraditional.java46 public ExpectedKey[] getRightShiftKeys(final boolean isPhone) { return EMPTY_KEYS; } method in class:NepaliTraditional.NepaliTraditionalCustomizer
H A DTamil.java50 public ExpectedKey[] getRightShiftKeys(final boolean isPhone) { method in class:Tamil.TamilCustomizer
H A DArmenianPhonetic.java48 public ExpectedKey[] getRightShiftKeys(final boolean isPhone) { method in class:ArmenianPhonetic.ArmenianPhoneticCustomizer
H A DBengali.java53 public ExpectedKey[] getRightShiftKeys(final boolean isPhone) { method in class:Bengali.BengaliCustomizer
H A DDvorak.java49 public ExpectedKey[] getRightShiftKeys(final boolean isPhone) { method in class:Dvorak.DvorakCustomizer
H A DEastSlavic.java44 public ExpectedKey[] getRightShiftKeys(final boolean isPhone) { method in class:EastSlavic.EastSlavicCustomizer
H A DKannada.java58 public ExpectedKey[] getRightShiftKeys(final boolean isPhone) { method in class:Kannada.KannadaCustomizer
H A DKhmer.java52 public ExpectedKey[] getRightShiftKeys(final boolean isPhone) { return EMPTY_KEYS; } method in class:Khmer.KhmerCustomizer
H A DLao.java57 public ExpectedKey[] getRightShiftKeys(final boolean isPhone) { return EMPTY_KEYS; } method in class:Lao.LaoCustomizer
H A DMalayalam.java58 public ExpectedKey[] getRightShiftKeys(final boolean isPhone) { method in class:Malayalam.MalayalamCustomizer
H A DMyanmar.java49 public ExpectedKey[] getRightShiftKeys(final boolean isPhone) { method in class:Myanmar.MyanmarCustomizer
H A DSinhala.java54 public ExpectedKey[] getRightShiftKeys(final boolean isPhone) { method in class:Sinhala.SinhalaCustomizer
H A DSouthSlavic.java44 public ExpectedKey[] getRightShiftKeys(final boolean isPhone) { method in class:SouthSlavic.SouthSlavicLayoutCustomizer
H A DTelugu.java58 public ExpectedKey[] getRightShiftKeys(final boolean isPhone) { method in class:Telugu.TeluguCustomizer
H A DThai.java57 public ExpectedKey[] getRightShiftKeys(final boolean isPhone) { return EMPTY_KEYS; } method in class:Thai.ThaiCustomizer
H A DArabic.java67 public ExpectedKey[] getRightShiftKeys(final boolean isPhone) { method in class:Arabic.ArabicCustomizer
H A DFarsi.java65 public ExpectedKey[] getRightShiftKeys(final boolean isPhone) { method in class:Farsi.FarsiCustomizer
H A DHebrew.java75 public ExpectedKey[] getRightShiftKeys(final boolean isPhone) { method in class:Hebrew.HebrewCustomizer
H A DHindi.java62 public ExpectedKey[] getRightShiftKeys(final boolean isPhone) { method in class:Hindi.HindiCustomizer
H A DPcQwerty.java50 public ExpectedKey[] getRightShiftKeys(final boolean isPhone) { method in class:PcQwerty.PcQwertyCustomizer
168 .addKeysOnTheRightOfRow(4, (Object[])customizer.getRightShiftKeys(isPhone));
H A DLayoutBase.java147 public ExpectedKey[] getRightShiftKeys(final boolean isPhone) { method in class:LayoutBase.LayoutCustomizer
361 numberOfRows - 1, (Object[])customizer.getRightShiftKeys(isPhone));

Completed in 1331 milliseconds