Home | History | Annotate | Download | only in softkeyboard

Lines Matching refs:Keyboard

20 import android.inputmethodservice.Keyboard;
36 * Example of writing an input method for a soft keyboard. This code is
38 * to be a complete soft keyboard implementation. Its purpose is to provide
51 * a QWERTY keyboard to Chinese), but may not be used for input methods
91 // Configuration changes can happen after the keyboard gets recreated,
155 // Numbers and dates default to the symbols keyboard, with
161 // Phones will also default to the symbols keyboard, though
162 // often you will want to have a dedicated phone keyboard.
168 // normal alphabetic keyboard, and assume that we should
203 // to decide whether our alphabetic keyboard should start out
210 // keyboard with no special features.
245 // Apply the selected keyboard to the input view.
342 // However, our keyboard could be showing a pop-up window
356 onKey(Keyboard.KEYCODE_DELETE, null);
367 // text being entered with a hard keyboard, we need to process
406 // keyboard, we need to process the up events to update the meta key
430 * Helper to update the shift state of our keyboard based on the initial
494 } else if (primaryCode == Keyboard.KEYCODE_DELETE) {
496 } else if (primaryCode == Keyboard.KEYCODE_SHIFT) {
498 } else if (primaryCode == Keyboard.KEYCODE_CANCEL) {
503 } else if (primaryCode == Keyboard.KEYCODE_MODE_CHANGE
505 Keyboard current = mInputView.getKeyboard();
582 Keyboard currentKeyboard = mInputView.getKeyboard();
584 // Alphabet keyboard