Home | History | Annotate | Download | only in latin

Lines Matching refs:Keyboard

23 import android.inputmethodservice.Keyboard;
24 import android.inputmethodservice.Keyboard.Key;
48 private static final int[] KEY_DELETE = { Keyboard.KEYCODE_DELETE };
62 // true if keyboard layout has been changed.
65 // true if event is already translated to a key action (long press or mini-keyboard)
195 // Mark that keyboard layout has been changed.
216 return primaryCode == Keyboard.KEYCODE_SHIFT
217 || primaryCode == Keyboard.KEYCODE_MODE_CHANGE;
287 // This onPress call may have changed keyboard layout. Those cases are detected at
289 // new keyboard layout.
321 // This onPress call may have changed keyboard layout. Those cases are detected
323 // to the new keyboard layout.
341 // This onPress call may have changed keyboard layout. Those cases are detected
343 // to the new keyboard layout.
435 throw new IllegalStateException("keyboard and/or hysteresis not set");
499 mListener.onKey(Keyboard.KEYCODE_DELETE, KEY_DELETE, x, y);