Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/customizer/
DDutchCustomizer.java29 public ExpectedKey[] getDoubleQuoteMoreKeys() { return Symbols.DOUBLE_QUOTES_L9R; } in getDoubleQuoteMoreKeys()
DNorwegianCustomizer.java30 public ExpectedKey[] getDoubleQuoteMoreKeys() { return Symbols.DOUBLE_QUOTES_L9R; } in getDoubleQuoteMoreKeys()
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/tests/
DTestsRomanian.java45 public ExpectedKey[] getDoubleQuoteMoreKeys() { return Symbols.DOUBLE_QUOTES_L9R; } in getDoubleQuoteMoreKeys()
DTestsPolish.java45 public ExpectedKey[] getDoubleQuoteMoreKeys() { return Symbols.DOUBLE_QUOTES_L9R; } in getDoubleQuoteMoreKeys()
DTestsHungarian.java45 public ExpectedKey[] getDoubleQuoteMoreKeys() { return Symbols.DOUBLE_QUOTES_L9R; } in getDoubleQuoteMoreKeys()
DTestsCroatian.java45 public ExpectedKey[] getDoubleQuoteMoreKeys() { return Symbols.DOUBLE_QUOTES_L9R; } in getDoubleQuoteMoreKeys()
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/
DSymbols.java91 public static ExpectedKey[] DOUBLE_QUOTES_L9R = { DQUOTE_LEFT, DQUOTE_LOW9, DQUOTE_RIGHT }; field in Symbols