Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/customizer/
DGermanCustomizer.java32 public ExpectedKey[] getSingleQuoteMoreKeys() { return Symbols.SINGLE_QUOTES_R9L; } in getSingleQuoteMoreKeys()
DDanishCustomizer.java33 public ExpectedKey[] getSingleQuoteMoreKeys() { return Symbols.SINGLE_QUOTES_R9L; } in getSingleQuoteMoreKeys()
DEstonianEECustomizer.java34 public ExpectedKey[] getSingleQuoteMoreKeys() { return Symbols.SINGLE_QUOTES_R9L; } in getSingleQuoteMoreKeys()
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/tests/
DTestsIcelandic.java48 public ExpectedKey[] getSingleQuoteMoreKeys() { return Symbols.SINGLE_QUOTES_R9L; } in getSingleQuoteMoreKeys()
DTestsSlovenian.java48 public ExpectedKey[] getSingleQuoteMoreKeys() { return Symbols.SINGLE_QUOTES_R9L; } in getSingleQuoteMoreKeys()
DTestsMacedonian.java48 public ExpectedKey[] getSingleQuoteMoreKeys() { return Symbols.SINGLE_QUOTES_R9L; } in getSingleQuoteMoreKeys()
DTestsRussian.java48 public ExpectedKey[] getSingleQuoteMoreKeys() { return Symbols.SINGLE_QUOTES_R9L; } in getSingleQuoteMoreKeys()
DTestsBelarusianBY.java51 return Symbols.SINGLE_QUOTES_R9L; in getSingleQuoteMoreKeys()
DTestsLithuanian.java48 public ExpectedKey[] getSingleQuoteMoreKeys() { return Symbols.SINGLE_QUOTES_R9L; } in getSingleQuoteMoreKeys()
DTestsLatvian.java48 public ExpectedKey[] getSingleQuoteMoreKeys() { return Symbols.SINGLE_QUOTES_R9L; } in getSingleQuoteMoreKeys()
DTestsSerbian.java48 public ExpectedKey[] getSingleQuoteMoreKeys() { return Symbols.SINGLE_QUOTES_R9L; } in getSingleQuoteMoreKeys()
DTestsSlovak.java48 public ExpectedKey[] getSingleQuoteMoreKeys() { return Symbols.SINGLE_QUOTES_R9L; } in getSingleQuoteMoreKeys()
DTestsCzech.java48 public ExpectedKey[] getSingleQuoteMoreKeys() { return Symbols.SINGLE_QUOTES_R9L; } in getSingleQuoteMoreKeys()
DTestsGermanDvorak.java63 public ExpectedKey[] getSingleQuoteMoreKeys() { return Symbols.SINGLE_QUOTES_R9L; } in getSingleQuoteMoreKeys()
DTestsUkrainian.java57 public ExpectedKey[] getSingleQuoteMoreKeys() { return Symbols.SINGLE_QUOTES_R9L; } in getSingleQuoteMoreKeys()
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/
DGeorgian.java50 public ExpectedKey[] getSingleQuoteMoreKeys() { return Symbols.SINGLE_QUOTES_R9L; } in getSingleQuoteMoreKeys()
DSymbols.java109 public static ExpectedKey[] SINGLE_QUOTES_R9L = { SQUOTE_RIGHT, SQUOTE_LOW9, SQUOTE_LEFT }; field in Symbols