Searched defs:getKeysLeftToSpacebar (Results 1 - 11 of 11) sorted by relevance

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/
H A DArmenianPhonetic.java62 public ExpectedKey[] getKeysLeftToSpacebar(final boolean isPhone) { method in class:ArmenianPhonetic.ArmenianPhoneticCustomizer
H A DDvorak.java54 public ExpectedKey[] getKeysLeftToSpacebar(final boolean isPhone) { method in class:Dvorak.DvorakCustomizer
H A DMyanmar.java54 public ExpectedKey[] getKeysLeftToSpacebar(final boolean isPhone) { method in class:Myanmar.MyanmarCustomizer
H A DArabic.java72 public ExpectedKey[] getKeysLeftToSpacebar(final boolean isPhone) { method in class:Arabic.ArabicCustomizer
H A DFarsi.java70 public ExpectedKey[] getKeysLeftToSpacebar(final boolean isPhone) { method in class:Farsi.FarsiCustomizer
H A DPcQwerty.java55 public ExpectedKey[] getKeysLeftToSpacebar(final boolean isPhone) { method in class:PcQwerty.PcQwertyCustomizer
158 builder.addKeysOnTheLeftOfRow(5, (Object[])customizer.getKeysLeftToSpacebar(isPhone));
H A DLayoutBase.java184 public ExpectedKey[] getKeysLeftToSpacebar(final boolean isPhone) { method in class:LayoutBase.LayoutCustomizer
345 numberOfRows, (Object[])customizer.getKeysLeftToSpacebar(isPhone));
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/tests/
H A DTestsDvorakEmail.java71 public ExpectedKey[] getKeysLeftToSpacebar(final boolean isPhone) { method in class:TestsDvorakEmail.DvorakEmailCustomizer
72 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

Completed in 1602 milliseconds