Searched refs:Keyboard (Results 1 – 6 of 6) sorted by relevance
20 import android.inputmethodservice.Keyboard;21 import android.inputmethodservice.Keyboard.Key;42 if (key.codes[0] == Keyboard.KEYCODE_CANCEL) { in onLongPress()
23 import android.inputmethodservice.Keyboard;27 public class LatinKeyboard extends Keyboard {72 } else if (key.codes[0] == Keyboard.KEYCODE_MODE_CHANGE) { in createKeyFromXml()147 static class LatinKey extends Keyboard.Key {149 public LatinKey(Resources res, Keyboard.Row parent, int x, int y, in LatinKey()
22 import android.inputmethodservice.Keyboard;417 onKey(Keyboard.KEYCODE_DELETE, null); in onKeyDown()555 } else if (primaryCode == Keyboard.KEYCODE_DELETE) { in onKey()557 } else if (primaryCode == Keyboard.KEYCODE_SHIFT) { in onKey()559 } else if (primaryCode == Keyboard.KEYCODE_CANCEL) { in onKey()567 } else if (primaryCode == Keyboard.KEYCODE_MODE_CHANGE in onKey()569 Keyboard current = mInputView.getKeyboard(); in onKey()643 Keyboard currentKeyboard = mInputView.getKeyboard(); in handleShift()
25 final class Keyboard { class37 private Keyboard(AutofillImeService autofillImeService, int viewResId, in Keyboard() method in Keyboard61 static Keyboard qwerty(AutofillImeService autofillImeService) { in qwerty()96 return new Keyboard(autofillImeService, R.layout.keyboard_10_9_9, keyMapping); in qwerty()
70 private Keyboard mKeyboard;112 mKeyboard = Keyboard.qwerty(this); in onCreateInputView()
188 - **Keyboard** shows the host device's on-screen keyboard and sends any key