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

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/customizer/
H A DPcQwertyCustomizer.java30 public ExpectedKey[] getLeftShiftKeys(final boolean isPhone) { method in class:PcQwertyCustomizer
H A DTamilCustomizer.java31 public ExpectedKey[] getLeftShiftKeys(final boolean isPhone) { method in class:TamilCustomizer
H A DDvorakCustomizer.java29 public ExpectedKey[] getLeftShiftKeys(final boolean isPhone) { method in class:DvorakCustomizer
H A DLayoutCustomizer.java144 public ExpectedKey[] getLeftShiftKeys(final boolean isPhone) { method in class:LayoutCustomizer
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/tests/
H A DTestsBengaliIN.java44 public ExpectedKey[] getLeftShiftKeys(final boolean isPhone) { return EMPTY_KEYS; } method in class:TestsBengaliIN.BengaliINCustomzier
H A DTestsSwedishPcQwerty.java66 public ExpectedKey[] getLeftShiftKeys(final boolean isPhone) { method in class:TestsSwedishPcQwerty.SwedishPcQwertyCustomizer
67 return mPcQwertyCustomizer.getLeftShiftKeys(isPhone);
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/
H A DHebrew.java69 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.java54 public ExpectedKey[] getLeftShiftKeys(final boolean isPhone) { method in class:Kannada.KannadaCustomizer
H A DMalayalam.java54 public ExpectedKey[] getLeftShiftKeys(final boolean isPhone) { method in class:Malayalam.MalayalamCustomizer
H A DMarathi.java53 public ExpectedKey[] getLeftShiftKeys(final boolean isPhone) { method in class:Marathi.MarathiCustomizer
H A DTelugu.java54 public ExpectedKey[] getLeftShiftKeys(final boolean isPhone) { method in class:Telugu.TeluguCustomizer
H A DArabic.java61 public ExpectedKey[] getLeftShiftKeys(final boolean isPhone) { method in class:Arabic.ArabicCustomizer
H A DLayoutBase.java93 numberOfRows - 1, (Object[])customizer.getLeftShiftKeys(isPhone));
H A DPcQwerty.java137 builder.addKeysOnTheLeftOfRow(4, (Object[])customizer.getLeftShiftKeys(isPhone))
H A DFarsi.java59 public ExpectedKey[] getLeftShiftKeys(final boolean isPhone) { method in class:Farsi.FarsiCustomizer

Completed in 228 milliseconds