Home
last modified time | relevance | path

Searched refs:getKeysRightToSpacebar (Results 1 – 11 of 11) sorted by relevance

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/tests/
DTestsSwedishPcQwerty.java81 public ExpectedKey[] getKeysRightToSpacebar(final boolean isPhone) { in getKeysRightToSpacebar() method in TestsSwedishPcQwerty.SwedishPcQwertyCustomizer
82 return mPcQwertyCustomizer.getKeysRightToSpacebar(isPhone); in getKeysRightToSpacebar()
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/
DArabic.java84 public ExpectedKey[] getKeysRightToSpacebar(final boolean isPhone) { in getKeysRightToSpacebar() method in Arabic.ArabicCustomizer
86 return super.getKeysRightToSpacebar(isPhone); in getKeysRightToSpacebar()
DFarsi.java83 public ExpectedKey[] getKeysRightToSpacebar(final boolean isPhone) { in getKeysRightToSpacebar() method in Farsi.FarsiCustomizer
85 return super.getKeysRightToSpacebar(isPhone); in getKeysRightToSpacebar()
DArmenianPhonetic.java71 public ExpectedKey[] getKeysRightToSpacebar(final boolean isPhone) { in getKeysRightToSpacebar() method in ArmenianPhonetic.ArmenianPhoneticCustomizer
DLayoutBase.java81 numberOfRows, (Object[])customizer.getKeysRightToSpacebar(isPhone)); in convertCommonLayoutToKeyboard()
DPcQwerty.java129 builder.addKeysOnTheRightOfRow(5, (Object[])customizer.getKeysRightToSpacebar(isPhone)); in convertCommonLayoutToKeyboard()
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/customizer/
DPcQwertyCustomizer.java45 public ExpectedKey[] getKeysRightToSpacebar(final boolean isPhone) { in getKeysRightToSpacebar() method in PcQwertyCustomizer
DHindiCustomizer.java42 public ExpectedKey[] getKeysRightToSpacebar(final boolean isPhone) { in getKeysRightToSpacebar() method in HindiCustomizer
DNepaliCustomizer.java42 public ExpectedKey[] getKeysRightToSpacebar(final boolean isPhone) { in getKeysRightToSpacebar() method in NepaliCustomizer
DDvorakCustomizer.java46 public ExpectedKey[] getKeysRightToSpacebar(final boolean isPhone) { in getKeysRightToSpacebar() method in DvorakCustomizer
DLayoutCustomizer.java201 public ExpectedKey[] getKeysRightToSpacebar(final boolean isPhone) { in getKeysRightToSpacebar() method in LayoutCustomizer