Home | History | Annotate | Download | only in latin

Lines Matching refs:Keyboard

22 import android.inputmethodservice.Keyboard;
23 import android.inputmethodservice.Keyboard.Key;
42 private Keyboard mPhoneKeyboard;
64 public void setPhoneKeyboard(Keyboard phoneKeyboard) {
71 // Phone keyboard never shows popup preview (except language switch).
79 public void setKeyboard(Keyboard newKeyboard) {
80 final Keyboard oldKeyboard = getKeyboard();
82 // Reset old keyboard state before switching to new keyboard.
86 // One-seventh of the keyboard width seems like a reasonable threshold
116 Keyboard keyboard = getKeyboard();
117 if (keyboard.isShifted()
118 && keyboard instanceof LatinKeyboard
119 && ((LatinKeyboard) keyboard).isAlphaKeyboard()
128 Keyboard keyboard = getKeyboard();
129 if (keyboard instanceof LatinKeyboard) {
130 ((LatinKeyboard)keyboard).setShiftLocked(shiftLocked);
216 LatinKeyboard keyboard = (LatinKeyboard) getKeyboard();
227 // Reset any bounding box controls in the keyboard
229 keyboard.keyReleased();
233 int languageDirection = keyboard.getLanguageChangeDirection();
239 keyboard.keyReleased();
265 private void setKeyboardLocal(Keyboard k) {
327 // Get the keys on this keyboard