Home
last modified time | relevance | path

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

/aosp12/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/
H A 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()
/aosp12/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/customizer/
H A DLayoutCustomizer.java88 public ExpectedKey getSymbolsShiftKey(boolean isPhone) { in getSymbolsShiftKey() method in LayoutCustomizer