Home
last modified time | relevance | path

Searched refs:getKeysLeftToSpacebar (Results 1 – 13 of 13) sorted by relevance

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/tests/
DTestsSwedishPcQwerty.java76 public ExpectedKey[] getKeysLeftToSpacebar(final boolean isPhone) { in getKeysLeftToSpacebar() method in TestsSwedishPcQwerty.SwedishPcQwertyCustomizer
77 return mPcQwertyCustomizer.getKeysLeftToSpacebar(isPhone); in getKeysLeftToSpacebar()
DTestsDvorakEmail.java73 public ExpectedKey[] getKeysLeftToSpacebar(final boolean isPhone) { in getKeysLeftToSpacebar() method in TestsDvorakEmail.DvorakEmailCustomizer
74 return isPhone ? super.getKeysLeftToSpacebar(isPhone) in getKeysLeftToSpacebar()
DTestsDvorakUrl.java71 public ExpectedKey[] getKeysLeftToSpacebar(final boolean isPhone) { in getKeysLeftToSpacebar() method in TestsDvorakUrl.DvorakUrlCustomizer
72 return isPhone ? super.getKeysLeftToSpacebar(isPhone) in getKeysLeftToSpacebar()
DTestsQwertyEmail.java69 public ExpectedKey[] getKeysLeftToSpacebar(final boolean isPhone) { in getKeysLeftToSpacebar() method in TestsQwertyEmail.EnglishEmailCustomizer
DTestsQwertyUrl.java69 public ExpectedKey[] getKeysLeftToSpacebar(final boolean isPhone) { in getKeysLeftToSpacebar() method in TestsQwertyUrl.EnglishUrlCustomizer
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/customizer/
DPcQwertyCustomizer.java40 public ExpectedKey[] getKeysLeftToSpacebar(final boolean isPhone) { in getKeysLeftToSpacebar() method in PcQwertyCustomizer
DDvorakCustomizer.java39 public ExpectedKey[] getKeysLeftToSpacebar(final boolean isPhone) { in getKeysLeftToSpacebar() method in DvorakCustomizer
DLayoutCustomizer.java191 public ExpectedKey[] getKeysLeftToSpacebar(final boolean isPhone) { in getKeysLeftToSpacebar() method in LayoutCustomizer
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/
DArmenianPhonetic.java64 public ExpectedKey[] getKeysLeftToSpacebar(final boolean isPhone) { in getKeysLeftToSpacebar() method in ArmenianPhonetic.ArmenianPhoneticCustomizer
DLayoutBase.java79 numberOfRows, (Object[])customizer.getKeysLeftToSpacebar(isPhone)); in convertCommonLayoutToKeyboard()
DPcQwerty.java128 builder.addKeysOnTheLeftOfRow(5, (Object[])customizer.getKeysLeftToSpacebar(isPhone)); in convertCommonLayoutToKeyboard()
DArabic.java71 public ExpectedKey[] getKeysLeftToSpacebar(final boolean isPhone) { in getKeysLeftToSpacebar() method in Arabic.ArabicCustomizer
DFarsi.java69 public ExpectedKey[] getKeysLeftToSpacebar(final boolean isPhone) { in getKeysLeftToSpacebar() method in Farsi.FarsiCustomizer