Home | History | Annotate | Download | only in layout

Lines Matching refs:isPhone

38     ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) {
55 if (isPhone) {
72 ExpectedKey[][] getCommonAlphabetShiftLayout(final boolean isPhone, final int elementId) {
76 builder = new ExpectedKeyboardBuilder(getCommonAlphabetLayout(isPhone));
125 final boolean isPhone) {
127 builder.setKeysOfRow(5, (Object[])customizer.getSpaceKeys(isPhone));
128 builder.addKeysOnTheLeftOfRow(5, (Object[])customizer.getKeysLeftToSpacebar(isPhone));
129 builder.addKeysOnTheRightOfRow(5, (Object[])customizer.getKeysRightToSpacebar(isPhone));
130 if (isPhone) {
137 builder.addKeysOnTheLeftOfRow(4, (Object[])customizer.getLeftShiftKeys(isPhone))
138 .addKeysOnTheRightOfRow(4, (Object[])customizer.getRightShiftKeys(isPhone));
143 public ExpectedKey[][] getLayout(final boolean isPhone, final int elementId) {
148 return super.getLayout(isPhone, elementId);