HomeSort by relevance Sort by last modified time
    Searched refs:ExpectedKey (Results 26 - 50 of 100) sorted by null

12 3 4

  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/
Malayalam.java 20 import com.android.inputmethod.keyboard.layout.expected.ExpectedKey;
43 public ExpectedKey getAlphabetKey() { return MALAYALAM_ALPHABET_KEY; }
46 public ExpectedKey getCurrencyKey() { return CURRENCY_RUPEE; }
49 public ExpectedKey[] getOtherCurrencyKeys() {
54 public ExpectedKey[] getLeftShiftKeys(final boolean isPhone) {
59 public ExpectedKey[] getRightShiftKeys(final boolean isPhone) {
64 private static final ExpectedKey MALAYALAM_ALPHABET_KEY = key(
68 private static final ExpectedKey CURRENCY_RUPEE = key("\u20B9",
73 ExpectedKey[][] getCommonAlphabetLayout(boolean isPhone) { return ALPHABET_COMMON; }
76 ExpectedKey[][] getCommonAlphabetShiftLayout(boolean isPhone, final int elementId)
    [all...]
Thai.java 21 import com.android.inputmethod.keyboard.layout.expected.ExpectedKey;
47 public ExpectedKey getAlphabetKey() { return THAI_ALPHABET_KEY; }
50 public ExpectedKey getCurrencyKey() { return CURRENCY_BAHT; }
53 public ExpectedKey[] getOtherCurrencyKeys() {
58 public ExpectedKey[] getRightShiftKeys(final boolean isPhone) { return EMPTY_KEYS; }
63 private static final ExpectedKey THAI_ALPHABET_KEY = key(
67 private static final ExpectedKey CURRENCY_BAHT = key("\u0E3F",
72 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) {
86 public ExpectedKey[][] getCommonAlphabetShiftLayout(final boolean isPhone,
103 private static final ExpectedKey[][] ALPHABET_COMMON = new ExpectedKeyboardBuilder(
    [all...]
Mongolian.java 20 import com.android.inputmethod.keyboard.layout.expected.ExpectedKey;
39 public ExpectedKey getCurrencyKey() { return CURRENCY_TUGRIK; }
42 public ExpectedKey[] getOtherCurrencyKeys() {
47 private static final ExpectedKey CURRENCY_TUGRIK = key("\u20AE",
52 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { return ALPHABET_COMMON; }
54 private static final ExpectedKey[][] ALPHABET_COMMON = new ExpectedKeyboardBuilder()
Khmer.java 21 import com.android.inputmethod.keyboard.layout.expected.ExpectedKey;
47 public ExpectedKey getAlphabetKey() { return KHMER_ALPHABET_KEY; }
50 public ExpectedKey getCurrencyKey() { return CURRENCY_DOLLAR_WITH_RIEL; }
53 public ExpectedKey[] getRightShiftKeys(final boolean isPhone) { return EMPTY_KEYS; }
58 private static final ExpectedKey KHMER_ALPHABET_KEY = key(
62 private static final ExpectedKey CURRENCY_DOLLAR_WITH_RIEL = key(Symbols.DOLLAR_SIGN,
68 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) {
78 public ExpectedKey[][] getCommonAlphabetShiftLayout(final boolean isPhone,
86 private static final ExpectedKey[][] ALPHABET_COMMON = new ExpectedKeyboardBuilder()
178 private static final ExpectedKey[][] ALPHABET_SHIFTED_COMMON = new ExpectedKeyboardBuilder(
    [all...]
Farsi.java 22 import com.android.inputmethod.keyboard.layout.expected.ExpectedKey;
42 public ExpectedKey getAlphabetKey() { return FARSI_ALPHABET_KEY; }
45 public ExpectedKey getSymbolsKey() { return FARSI_SYMBOLS_KEY; }
48 public ExpectedKey getBackToSymbolsKey() { return FARSI_BACK_TO_SYMBOLS_KEY; }
51 public ExpectedKey getCurrencyKey() { return CURRENCY_RIAL; }
54 public ExpectedKey[] getOtherCurrencyKeys() {
59 public ExpectedKey[] getLeftShiftKeys(final boolean isPhone) {
64 public ExpectedKey[] getRightShiftKeys(final boolean isPhone) {
69 public ExpectedKey[] getKeysLeftToSpacebar(final boolean isPhone) {
83 public ExpectedKey[] getKeysRightToSpacebar(final boolean isPhone)
    [all...]
Greek.java 21 import com.android.inputmethod.keyboard.layout.expected.ExpectedKey;
44 public ExpectedKey getAlphabetKey() { return GREEK_ALPHABET_KEY; }
49 private static final ExpectedKey GREEK_ALPHABET_KEY = key(
54 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) {
62 ExpectedKey[][] getCommonAlphabetShiftLayout(final boolean isPhone, final int elementId) {
76 private static final ExpectedKey ROW1_1_SEMICOLON = key(";", joinMoreKeys("1", ":"));
77 private static final ExpectedKey ROW1_1_COLON = key(":", joinMoreKeys("1", ";"));
81 private static final ExpectedKey ROW1_2_FINAL_SIGMA = key("\u03C2", moreKey("2"));
83 private static final ExpectedKey[][] ALPHABET_COMMON = new ExpectedKeyboardBuilder()
Marathi.java 23 import com.android.inputmethod.keyboard.layout.expected.ExpectedKey;
45 public ExpectedKey getCurrencyKey() { return CURRENCY_RUPEE; }
48 public ExpectedKey[] getOtherCurrencyKeys() {
53 public ExpectedKey[] getLeftShiftKeys(final boolean isPhone) {
58 public ExpectedKey[] getRightShiftKeys(final boolean isPhone) {
63 private static final ExpectedKey CURRENCY_RUPEE = key("\u20B9",
68 ExpectedKey[][] getCommonAlphabetLayout(boolean isPhone) { return ALPHABET_COMMON; }
71 ExpectedKey[][] getCommonAlphabetShiftLayout(final boolean isPhone, final int elementId) {
75 private static final ExpectedKey[][] ALPHABET_COMMON = new ExpectedKeyboardBuilder()
Bulgarian.java 21 import com.android.inputmethod.keyboard.layout.expected.ExpectedKey;
45 public ExpectedKey getAlphabetKey() {
50 public ExpectedKey[] getDoubleQuoteMoreKeys() { return Symbols.DOUBLE_QUOTES_R9L; }
54 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { return ALPHABET_COMMON; }
56 private static final ExpectedKey[][] ALPHABET_COMMON = new ExpectedKeyboardBuilder()
Nordic.java 20 import com.android.inputmethod.keyboard.layout.expected.ExpectedKey;
37 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { return ALPHABET_COMMON; }
43 private static final ExpectedKey[][] ALPHABET_COMMON = new ExpectedKeyboardBuilder()
Qwerty.java 20 import com.android.inputmethod.keyboard.layout.expected.ExpectedKey;
37 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { return ALPHABET_COMMON; }
39 private static final ExpectedKey[][] ALPHABET_COMMON = new ExpectedKeyboardBuilder()
Qwertz.java 20 import com.android.inputmethod.keyboard.layout.expected.ExpectedKey;
34 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { return ALPHABET_COMMON; }
36 private static final ExpectedKey[][] ALPHABET_COMMON = new ExpectedKeyboardBuilder()
Spanish.java 20 import com.android.inputmethod.keyboard.layout.expected.ExpectedKey;
34 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { return ALPHABET_COMMON; }
38 private static final ExpectedKey[][] ALPHABET_COMMON = new ExpectedKeyboardBuilder()
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/tests/
TestsUkrainian.java 26 import com.android.inputmethod.keyboard.layout.expected.ExpectedKey;
46 public ExpectedKey getCurrencyKey() { return CURRENCY_HRYVNIA; }
49 public ExpectedKey[] getOtherCurrencyKeys() {
54 public ExpectedKey[] getDoubleQuoteMoreKeys() { return Symbols.DOUBLE_QUOTES_R9L; }
57 public ExpectedKey[] getSingleQuoteMoreKeys() { return Symbols.SINGLE_QUOTES_R9L; }
60 private static final ExpectedKey CURRENCY_HRYVNIA = key("\u20B4",
TestsGermanDvorak.java 27 import com.android.inputmethod.keyboard.layout.expected.ExpectedKey;
52 public ExpectedKey getCurrencyKey() { return Symbols.CURRENCY_EURO; }
55 public ExpectedKey[] getOtherCurrencyKeys() {
60 public ExpectedKey[] getDoubleQuoteMoreKeys() { return Symbols.DOUBLE_QUOTES_R9L; }
63 public ExpectedKey[] getSingleQuoteMoreKeys() { return Symbols.SINGLE_QUOTES_R9L; }
66 public ExpectedKey[] getDoubleAngleQuoteKeys() { return Symbols.DOUBLE_ANGLE_QUOTES_RL; }
69 public ExpectedKey[] getSingleAngleQuoteKeys() { return Symbols.SINGLE_ANGLE_QUOTES_RL; }
TestsSwedishPcQwerty.java 26 import com.android.inputmethod.keyboard.layout.expected.ExpectedKey;
51 public ExpectedKey getCurrencyKey() {
56 public ExpectedKey[] getOtherCurrencyKeys() {
66 public ExpectedKey[] getLeftShiftKeys(final boolean isPhone) {
71 public ExpectedKey[] getRightShiftKeys(final boolean isPhone) {
76 public ExpectedKey[] getKeysLeftToSpacebar(final boolean isPhone) {
81 public ExpectedKey[] getKeysRightToSpacebar(final boolean isPhone) {
TestsBengaliBD.java 25 import com.android.inputmethod.keyboard.layout.expected.ExpectedKey;
44 public ExpectedKey[] getRightShiftKeys(final boolean isPhone) {
49 public ExpectedKey[] getSpaceKeys(final boolean isPhone) {
54 public ExpectedKey getCurrencyKey() { return CURRENCY_RUPEE; }
57 private static final ExpectedKey CURRENCY_RUPEE = key("\u09F3",
TestsCroatian.java 25 import com.android.inputmethod.keyboard.layout.expected.ExpectedKey;
45 public ExpectedKey[] getDoubleQuoteMoreKeys() { return Symbols.DOUBLE_QUOTES_L9R; }
48 public ExpectedKey[] getSingleQuoteMoreKeys() { return Symbols.SINGLE_QUOTES_L9R; }
51 public ExpectedKey[] getDoubleAngleQuoteKeys() { return Symbols.DOUBLE_ANGLE_QUOTES_RL; }
54 public ExpectedKey[] getSingleAngleQuoteKeys() { return Symbols.SINGLE_ANGLE_QUOTES_RL; }
TestsCzech.java 25 import com.android.inputmethod.keyboard.layout.expected.ExpectedKey;
45 public ExpectedKey[] getDoubleQuoteMoreKeys() { return Symbols.DOUBLE_QUOTES_R9L; }
48 public ExpectedKey[] getSingleQuoteMoreKeys() { return Symbols.SINGLE_QUOTES_R9L; }
51 public ExpectedKey[] getDoubleAngleQuoteKeys() { return Symbols.DOUBLE_ANGLE_QUOTES_RL; }
54 public ExpectedKey[] getSingleAngleQuoteKeys() { return Symbols.SINGLE_ANGLE_QUOTES_RL; }
TestsEnglishUK.java 25 import com.android.inputmethod.keyboard.layout.expected.ExpectedKey;
44 public ExpectedKey getCurrencyKey() { return CURRENCY_POUND; }
47 public ExpectedKey[] getOtherCurrencyKeys() { return CURRENCIES_OTHER_THAN_POUND; }
49 private static final ExpectedKey CURRENCY_POUND = key(Symbols.POUND_SIGN,
53 private static final ExpectedKey[] CURRENCIES_OTHER_THAN_POUND = {
TestsHungarian.java 25 import com.android.inputmethod.keyboard.layout.expected.ExpectedKey;
45 public ExpectedKey[] getDoubleQuoteMoreKeys() { return Symbols.DOUBLE_QUOTES_L9R; }
48 public ExpectedKey[] getSingleQuoteMoreKeys() { return Symbols.SINGLE_QUOTES_L9R; }
51 public ExpectedKey[] getDoubleAngleQuoteKeys() { return Symbols.DOUBLE_ANGLE_QUOTES_RL; }
54 public ExpectedKey[] getSingleAngleQuoteKeys() { return Symbols.SINGLE_ANGLE_QUOTES_RL; }
TestsSerbian.java 25 import com.android.inputmethod.keyboard.layout.expected.ExpectedKey;
45 public ExpectedKey[] getDoubleQuoteMoreKeys() { return Symbols.DOUBLE_QUOTES_R9L; }
48 public ExpectedKey[] getSingleQuoteMoreKeys() { return Symbols.SINGLE_QUOTES_R9L; }
51 public ExpectedKey[] getDoubleAngleQuoteKeys() { return Symbols.DOUBLE_ANGLE_QUOTES_RL; }
54 public ExpectedKey[] getSingleAngleQuoteKeys() { return Symbols.SINGLE_ANGLE_QUOTES_RL; }
TestsSlovak.java 25 import com.android.inputmethod.keyboard.layout.expected.ExpectedKey;
45 public ExpectedKey[] getDoubleQuoteMoreKeys() { return Symbols.DOUBLE_QUOTES_R9L; }
48 public ExpectedKey[] getSingleQuoteMoreKeys() { return Symbols.SINGLE_QUOTES_R9L; }
51 public ExpectedKey[] getDoubleAngleQuoteKeys() { return Symbols.DOUBLE_ANGLE_QUOTES_RL; }
54 public ExpectedKey[] getSingleAngleQuoteKeys() { return Symbols.SINGLE_ANGLE_QUOTES_RL; }
TestsSlovenian.java 25 import com.android.inputmethod.keyboard.layout.expected.ExpectedKey;
45 public ExpectedKey[] getDoubleQuoteMoreKeys() { return Symbols.DOUBLE_QUOTES_R9L; }
48 public ExpectedKey[] getSingleQuoteMoreKeys() { return Symbols.SINGLE_QUOTES_R9L; }
51 public ExpectedKey[] getDoubleAngleQuoteKeys() { return Symbols.DOUBLE_ANGLE_QUOTES_RL; }
54 public ExpectedKey[] getSingleAngleQuoteKeys() { return Symbols.SINGLE_ANGLE_QUOTES_RL; }
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/customizer/
DanishCustomizer.java 21 import com.android.inputmethod.keyboard.layout.expected.ExpectedKey;
30 public ExpectedKey[] getDoubleQuoteMoreKeys() { return Symbols.DOUBLE_QUOTES_R9L; }
33 public ExpectedKey[] getSingleQuoteMoreKeys() { return Symbols.SINGLE_QUOTES_R9L; }
36 public ExpectedKey[] getDoubleAngleQuoteKeys() { return Symbols.DOUBLE_ANGLE_QUOTES_RL; }
39 public ExpectedKey[] getSingleAngleQuoteKeys() { return Symbols.SINGLE_ANGLE_QUOTES_RL; }
SwedishCustomizer.java 21 import com.android.inputmethod.keyboard.layout.expected.ExpectedKey;
35 public ExpectedKey getCurrencyKey() {
40 public ExpectedKey[] getOtherCurrencyKeys() {
45 public ExpectedKey[] getDoubleAngleQuoteKeys() { return Symbols.DOUBLE_ANGLE_QUOTES_RL; }
48 public ExpectedKey[] getSingleAngleQuoteKeys() { return Symbols.SINGLE_ANGLE_QUOTES_RL; }

Completed in 75 milliseconds

12 3 4