Home | History | Annotate | Download | only in latin

Lines Matching refs:Keyboard

27 import android.inputmethodservice.Keyboard;
49 * <li> Monitor driving status, and put a lockout screen on top of the current keyboard if
50 * keyboard input is not allowed.
51 * <li> Add a close keyboard button so that user dismiss the keyboard when "back" button is not
70 private Keyboard mQweKeyboard;
71 private Keyboard mSymbolKeyboard;
175 mKeyboardView = (KeyboardView) v.findViewById(R.id.keyboard);
215 private Keyboard createKeyboard(String layoutXml) {
221 Keyboard ret = new Keyboard(
269 case Keyboard.KEYCODE_SHIFT:
272 case Keyboard.KEYCODE_MODE_CHANGE:
279 case Keyboard.KEYCODE_DONE:
283 case Keyboard.KEYCODE_DELETE:
291 // No number keyboard layout support.
354 // uppercase them if the keyboard is shifted.
407 // uppercase them if the keyboard is shifted.