Searched defs:getKeysLeftToSpacebar (Results 1 - 11 of 11) 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/
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 DFarsi.java69 public ExpectedKey[] getKeysLeftToSpacebar(final boolean isPhone) { method in class:Farsi.FarsiCustomizer
/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 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
H A DTestsSwedishPcQwerty.java76 public ExpectedKey[] getKeysLeftToSpacebar(final boolean isPhone) { method in class:TestsSwedishPcQwerty.SwedishPcQwertyCustomizer
77 return mPcQwertyCustomizer.getKeysLeftToSpacebar(isPhone);

Completed in 125 milliseconds