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

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

Completed in 415 milliseconds