Home
last modified time | relevance | path

Searched refs:numberOfRows (Results 1 – 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/
DLayoutBase.java76 final int numberOfRows = customizer.getNumberOfRows(); in convertCommonLayoutToKeyboard() local
77 builder.setKeysOfRow(numberOfRows, (Object[])customizer.getSpaceKeys(isPhone)); in convertCommonLayoutToKeyboard()
79 numberOfRows, (Object[])customizer.getKeysLeftToSpacebar(isPhone)); in convertCommonLayoutToKeyboard()
81 numberOfRows, (Object[])customizer.getKeysRightToSpacebar(isPhone)); in convertCommonLayoutToKeyboard()
83 builder.addKeysOnTheRightOfRow(numberOfRows - 1, DELETE_KEY) in convertCommonLayoutToKeyboard()
84 .addKeysOnTheLeftOfRow(numberOfRows, customizer.getSymbolsKey()) in convertCommonLayoutToKeyboard()
85 .addKeysOnTheRightOfRow(numberOfRows, customizer.getEnterKey(isPhone)); in convertCommonLayoutToKeyboard()
88 .addKeysOnTheRightOfRow(numberOfRows - 2, customizer.getEnterKey(isPhone)) in convertCommonLayoutToKeyboard()
89 .addKeysOnTheLeftOfRow(numberOfRows, customizer.getSymbolsKey()) in convertCommonLayoutToKeyboard()
90 .addKeysOnTheRightOfRow(numberOfRows, customizer.getEmojiKey(isPhone)); in convertCommonLayoutToKeyboard()
[all …]