HomeSort by relevance Sort by last modified time
    Searched refs:getPunctuationMoreKeys (Results 1 - 11 of 11) sorted by null

  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/tests/
TestsTagalog.java 45 public ExpectedKey[] getPunctuationMoreKeys(final boolean isPhone) {
SpanishCustomizer.java 32 public ExpectedKey[] getPunctuationMoreKeys(final boolean isPhone) {
TestsCatalan.java 44 public ExpectedKey[] getPunctuationMoreKeys(final boolean isPhone) {
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/
ArmenianPhonetic.java 71 final ExpectedKey fullStopKey = key("\u0589", getPunctuationMoreKeys(isPhone));
76 public ExpectedKey[] getPunctuationMoreKeys(final boolean isPhone) {
HindiCompact.java 52 final ExpectedKey periodKey = key("\u0964", getPunctuationMoreKeys(isPhone));
57 public ExpectedKey[] getPunctuationMoreKeys(final boolean isPhone) {
Myanmar.java 64 final ExpectedKey periodKey = key("\u104B", getPunctuationMoreKeys(isPhone));
69 public ExpectedKey[] getPunctuationMoreKeys(final boolean isPhone) {
Arabic.java 92 return joinKeys(key(".", getPunctuationMoreKeys(isPhone)));
96 public ExpectedKey[] getPunctuationMoreKeys(final boolean isPhone) {
Hebrew.java 80 public ExpectedKey[] getPunctuationMoreKeys(final boolean isPhone) {
Farsi.java 88 return joinKeys(key(".", getPunctuationMoreKeys(isPhone)));
97 public ExpectedKey[] getPunctuationMoreKeys(final boolean isPhone) {
Dvorak.java 63 convertToAdditionalMoreKeys(getPunctuationMoreKeys(isPhone));
LayoutBase.java 195 final ExpectedKey periodKey = key(".", getPunctuationMoreKeys(isPhone));
204 public ExpectedKey[] getPunctuationMoreKeys(final boolean isPhone) {

Completed in 101 milliseconds