Searched refs:addKeysOnTheLeftOfRow (Results 1 – 5 of 5) sorted by relevance
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/ |
D | Symbols.java | 43 builder.addKeysOnTheLeftOfRow(3, customizer.getSymbolsShiftKey(isPhone)) in getLayout() 45 .addKeysOnTheLeftOfRow(4, customizer.getAlphabetKey()) in getLayout() 49 builder.addKeysOnTheLeftOfRow(3, (Object[])joinKeys("\\", "=")); in getLayout() 52 .addKeysOnTheLeftOfRow(3, customizer.getSymbolsShiftKey(isPhone)) in getLayout() 54 .addKeysOnTheLeftOfRow(4, customizer.getAlphabetKey()) in getLayout()
|
D | SymbolsShifted.java | 39 builder.addKeysOnTheLeftOfRow(3, customizer.getBackToSymbolsKey()) in getLayout() 41 .addKeysOnTheLeftOfRow(4, customizer.getAlphabetKey()) in getLayout() 50 .addKeysOnTheLeftOfRow(3, customizer.getBackToSymbolsKey()) in getLayout() 52 .addKeysOnTheLeftOfRow(4, customizer.getAlphabetKey()) in getLayout()
|
D | LayoutBase.java | 78 builder.addKeysOnTheLeftOfRow( in convertCommonLayoutToKeyboard() 84 .addKeysOnTheLeftOfRow(numberOfRows, customizer.getSymbolsKey()) in convertCommonLayoutToKeyboard() 89 .addKeysOnTheLeftOfRow(numberOfRows, customizer.getSymbolsKey()) in convertCommonLayoutToKeyboard() 92 builder.addKeysOnTheLeftOfRow( in convertCommonLayoutToKeyboard()
|
D | PcQwerty.java | 128 builder.addKeysOnTheLeftOfRow(5, (Object[])customizer.getKeysLeftToSpacebar(isPhone)); in convertCommonLayoutToKeyboard() 134 .addKeysOnTheLeftOfRow(2, TAB_KEY) in convertCommonLayoutToKeyboard() 137 builder.addKeysOnTheLeftOfRow(4, (Object[])customizer.getLeftShiftKeys(isPhone)) in convertCommonLayoutToKeyboard()
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/expected/ |
D | ExpectedKeyboardBuilder.java | 237 public ExpectedKeyboardBuilder addKeysOnTheLeftOfRow(final int row, in addKeysOnTheLeftOfRow() method in ExpectedKeyboardBuilder
|