HomeSort by relevance Sort by last modified time
    Searched refs:LatinKeyboardView (Results 1 - 3 of 3) sorted by null

  /development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
LatinKeyboardView.java 26 public class LatinKeyboardView extends KeyboardView {
32 public LatinKeyboardView(Context context, AttributeSet attrs) {
36 public LatinKeyboardView(Context context, AttributeSet attrs, int defStyle) {
SoftKeyboard.java 62 private LatinKeyboardView mInputView;
117 mInputView = (LatinKeyboardView) getLayoutInflater().inflate(
522 } else if (primaryCode == LatinKeyboardView.KEYCODE_LANGUAGE_SWITCH) {
525 } else if (primaryCode == LatinKeyboardView.KEYCODE_OPTIONS) {
LatinKeyboard.java 75 } else if (key.codes[0] == LatinKeyboardView.KEYCODE_LANGUAGE_SWITCH) {

Completed in 478 milliseconds