Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/
DSymbols.java43 builder.addKeysOnTheLeftOfRow(3, customizer.getSymbolsShiftKey(isPhone)) in getLayout()
52 .addKeysOnTheLeftOfRow(3, customizer.getSymbolsShiftKey(isPhone)) in getLayout()
53 .addKeysOnTheRightOfRow(3, customizer.getSymbolsShiftKey(isPhone)) in getLayout()
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/customizer/
DLayoutCustomizer.java88 public ExpectedKey getSymbolsShiftKey(boolean isPhone) { in getSymbolsShiftKey() method in LayoutCustomizer