Home
last modified time | relevance | path

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

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