Searched defs:getKeysRightToSpacebar (Results 1 - 9 of 9) sorted by relevance

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/
H A DNepaliTraditional.java49 public ExpectedKey[] getKeysRightToSpacebar(final boolean isPhone) { method in class:NepaliTraditional.NepaliTraditionalCustomizer
54 return super.getKeysRightToSpacebar(isPhone);
H A DArmenianPhonetic.java69 public ExpectedKey[] getKeysRightToSpacebar(final boolean isPhone) { method in class:ArmenianPhonetic.ArmenianPhoneticCustomizer
H A DDvorak.java61 public ExpectedKey[] getKeysRightToSpacebar(final boolean isPhone) { method in class:Dvorak.DvorakCustomizer
H A DHindiCompact.java50 public ExpectedKey[] getKeysRightToSpacebar(final boolean isPhone) { method in class:HindiCompact.HindiCompactCustomizer
H A DMyanmar.java62 public ExpectedKey[] getKeysRightToSpacebar(final boolean isPhone) { method in class:Myanmar.MyanmarCustomizer
H A DArabic.java85 public ExpectedKey[] getKeysRightToSpacebar(final boolean isPhone) { method in class:Arabic.ArabicCustomizer
87 return super.getKeysRightToSpacebar(isPhone);
H A DFarsi.java84 public ExpectedKey[] getKeysRightToSpacebar(final boolean isPhone) { method in class:Farsi.FarsiCustomizer
86 return super.getKeysRightToSpacebar(isPhone);
H A DPcQwerty.java60 public ExpectedKey[] getKeysRightToSpacebar(final boolean isPhone) { method in class:PcQwerty.PcQwertyCustomizer
159 builder.addKeysOnTheRightOfRow(5, (Object[])customizer.getKeysRightToSpacebar(isPhone));
H A DLayoutBase.java194 public ExpectedKey[] getKeysRightToSpacebar(final boolean isPhone) { method in class:LayoutBase.LayoutCustomizer
347 numberOfRows, (Object[])customizer.getKeysRightToSpacebar(isPhone));

Completed in 744 milliseconds