Home
last modified time | relevance | path

Searched refs:getDoubleAngleQuoteKeys (Results 1 – 14 of 14) sorted by relevance

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/customizer/
DGermanCustomizer.java35 public ExpectedKey[] getDoubleAngleQuoteKeys() { return Symbols.DOUBLE_ANGLE_QUOTES_RL; } in getDoubleAngleQuoteKeys() method in GermanCustomizer
DDanishCustomizer.java36 public ExpectedKey[] getDoubleAngleQuoteKeys() { return Symbols.DOUBLE_ANGLE_QUOTES_RL; } in getDoubleAngleQuoteKeys() method in DanishCustomizer
DSwedishCustomizer.java45 public ExpectedKey[] getDoubleAngleQuoteKeys() { return Symbols.DOUBLE_ANGLE_QUOTES_RL; } in getDoubleAngleQuoteKeys() method in SwedishCustomizer
DLayoutCustomizer.java129 public ExpectedKey[] getDoubleAngleQuoteKeys() { return Symbols.DOUBLE_ANGLE_QUOTES_LR; } in getDoubleAngleQuoteKeys() method in LayoutCustomizer
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/tests/
DTestsHungarian.java51 public ExpectedKey[] getDoubleAngleQuoteKeys() { return Symbols.DOUBLE_ANGLE_QUOTES_RL; } in getDoubleAngleQuoteKeys() method in TestsHungarian.HungarianCustomizer
DTestsSlovenian.java51 public ExpectedKey[] getDoubleAngleQuoteKeys() { return Symbols.DOUBLE_ANGLE_QUOTES_RL; } in getDoubleAngleQuoteKeys() method in TestsSlovenian.SlovenianCustomizer
DTestsCroatian.java51 public ExpectedKey[] getDoubleAngleQuoteKeys() { return Symbols.DOUBLE_ANGLE_QUOTES_RL; } in getDoubleAngleQuoteKeys() method in TestsCroatian.CroatianCustomizer
DTestsSerbian.java51 public ExpectedKey[] getDoubleAngleQuoteKeys() { return Symbols.DOUBLE_ANGLE_QUOTES_RL; } in getDoubleAngleQuoteKeys() method in TestsSerbian.SerbianCustomizer
DTestsSlovak.java51 public ExpectedKey[] getDoubleAngleQuoteKeys() { return Symbols.DOUBLE_ANGLE_QUOTES_RL; } in getDoubleAngleQuoteKeys() method in TestsSlovak.SlovakCustomizer
DTestsCzech.java51 public ExpectedKey[] getDoubleAngleQuoteKeys() { return Symbols.DOUBLE_ANGLE_QUOTES_RL; } in getDoubleAngleQuoteKeys() method in TestsCzech.CzechCustomizer
DTestsGermanDvorak.java66 public ExpectedKey[] getDoubleAngleQuoteKeys() { return Symbols.DOUBLE_ANGLE_QUOTES_RL; } in getDoubleAngleQuoteKeys() method in TestsGermanDvorak.GermanDvorakCustomizer
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/
DHebrew.java59 public ExpectedKey[] getDoubleAngleQuoteKeys() { in getDoubleAngleQuoteKeys() method in Hebrew.HebrewCustomizer
DArabic.java51 public ExpectedKey[] getDoubleAngleQuoteKeys() { in getDoubleAngleQuoteKeys() method in Arabic.ArabicCustomizer
DSymbols.java39 customizer.getDoubleQuoteMoreKeys(), customizer.getDoubleAngleQuoteKeys()))); in getLayout()