Home
last modified time | relevance | path

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

/development/samples/AutofillKeyboard/src/com/example/android/autofillkeyboard/
DKeyboard.java38 SparseArray<String> keyMapping) { in Keyboard() argument
41 this.mKeyMapping = keyMapping; in Keyboard()
62 SparseArray<String> keyMapping = new SparseArray<>(); in qwerty() local
63 keyMapping.put(R.id.key_pos_0_0, "qQ1\u007E"); in qwerty()
64 keyMapping.put(R.id.key_pos_0_1, "wW2\u0060"); in qwerty()
65 keyMapping.put(R.id.key_pos_0_2, "eE3\u007C"); in qwerty()
66 keyMapping.put(R.id.key_pos_0_3, "rR4\u2022"); in qwerty()
67 keyMapping.put(R.id.key_pos_0_4, "tT5\u221A"); in qwerty()
68 keyMapping.put(R.id.key_pos_0_5, "yY6\u03C0"); in qwerty()
69 keyMapping.put(R.id.key_pos_0_6, "uU7\u00F7"); in qwerty()
[all …]