Searched refs:addKeysOnTheRightOfRow (Results 1 – 10 of 10) sorted by relevance
40 .addKeysOnTheRightOfRow(3, LayoutBase.DELETE_KEY) in getLayout()42 .addKeysOnTheRightOfRow(4, customizer.getEnterKey(isPhone)); in getLayout()47 builder.addKeysOnTheRightOfRow(3, (Object[])joinKeys("\u00A1", "\u00BF")); in getLayout()48 builder.addKeysOnTheRightOfRow(1, LayoutBase.DELETE_KEY) in getLayout()49 .addKeysOnTheRightOfRow(2, customizer.getEnterKey(isPhone)) in getLayout()51 .addKeysOnTheRightOfRow(3, customizer.getBackToSymbolsKey()) in getLayout()53 .addKeysOnTheRightOfRow(4, customizer.getEmojiKey(isPhone)); in getLayout()
346 builder.addKeysOnTheRightOfRow( in convertCommonLayoutToKeyboard()349 builder.addKeysOnTheRightOfRow(numberOfRows - 1, DELETE_KEY) in convertCommonLayoutToKeyboard()351 .addKeysOnTheRightOfRow(numberOfRows, customizer.getEnterKey(isPhone)); in convertCommonLayoutToKeyboard()353 builder.addKeysOnTheRightOfRow(1, DELETE_KEY) in convertCommonLayoutToKeyboard()354 .addKeysOnTheRightOfRow(numberOfRows - 2, customizer.getEnterKey(isPhone)) in convertCommonLayoutToKeyboard()356 .addKeysOnTheRightOfRow(numberOfRows, customizer.getEmojiKey(isPhone)); in convertCommonLayoutToKeyboard()360 builder.addKeysOnTheRightOfRow( in convertCommonLayoutToKeyboard()
44 .addKeysOnTheRightOfRow(3, LayoutBase.DELETE_KEY) in getLayout()46 .addKeysOnTheRightOfRow(4, customizer.getEnterKey(isPhone)); in getLayout()50 builder.addKeysOnTheRightOfRow(1, LayoutBase.DELETE_KEY) in getLayout()51 .addKeysOnTheRightOfRow(2, customizer.getEnterKey(isPhone)) in getLayout()53 .addKeysOnTheRightOfRow(3, customizer.getSymbolsShiftKey(isPhone)) in getLayout()55 .addKeysOnTheRightOfRow(4, customizer.getEmojiKey(isPhone)); in getLayout()
75 builder.addKeysOnTheRightOfRow(3, "\u0E03"); in getCommonAlphabetLayout()78 builder.addKeysOnTheRightOfRow(2, "\u0E03") in getCommonAlphabetLayout()79 .addKeysOnTheRightOfRow(4, (Object[])EXCLAMATION_AND_QUESTION_MARKS); in getCommonAlphabetLayout()94 builder.addKeysOnTheRightOfRow(3, "\u0E05"); in getCommonAlphabetShiftLayout()97 builder.addKeysOnTheRightOfRow(2, "\u0E05"); in getCommonAlphabetShiftLayout()
159 builder.addKeysOnTheRightOfRow(5, (Object[])customizer.getKeysRightToSpacebar(isPhone)); in convertCommonLayoutToKeyboard()161 builder.addKeysOnTheRightOfRow(3, DELETE_KEY); in convertCommonLayoutToKeyboard()163 builder.addKeysOnTheRightOfRow(1, DELETE_KEY) in convertCommonLayoutToKeyboard()165 .addKeysOnTheRightOfRow(3, ENTER_KEY); in convertCommonLayoutToKeyboard()168 .addKeysOnTheRightOfRow(4, (Object[])customizer.getRightShiftKeys(isPhone)); in convertCommonLayoutToKeyboard()
107 builder.addKeysOnTheRightOfRow(3, "\u056D") in getCommonAlphabetLayout()108 .addKeysOnTheRightOfRow(4, "\u0577"); in getCommonAlphabetLayout()112 builder.addKeysOnTheRightOfRow(2, "\u056D") in getCommonAlphabetLayout()113 .addKeysOnTheRightOfRow(3, "\u0577"); in getCommonAlphabetLayout()
62 builder.addKeysOnTheRightOfRow(3, in getCommonAlphabetLayout()74 builder.addKeysOnTheRightOfRow(3, in getCommonAlphabetLayout()98 builder.addKeysOnTheRightOfRow(3, in getCommonAlphabetShiftLayout()108 builder.addKeysOnTheRightOfRow(3, in getCommonAlphabetShiftLayout()
76 builder.addKeysOnTheRightOfRow(4, (Object[])EXCLAMATION_AND_QUESTION_MARKS); in getCommonAlphabetLayout()
72 builder.addKeysOnTheRightOfRow(4, (Object[])EXCLAMATION_AND_QUESTION_MARKS); in getCommonAlphabetLayout()
255 public ExpectedKeyboardBuilder addKeysOnTheRightOfRow(final int row, in addKeysOnTheRightOfRow() method in ExpectedKeyboardBuilder