Searched refs:LatinKeyboardView (Results 1 – 3 of 3) sorted by relevance
26 public class LatinKeyboardView extends KeyboardView { class32 public LatinKeyboardView(Context context, AttributeSet attrs) { in LatinKeyboardView() method in LatinKeyboardView36 public LatinKeyboardView(Context context, AttributeSet attrs, int defStyle) { in LatinKeyboardView() method in LatinKeyboardView
62 private LatinKeyboardView mInputView;117 mInputView = (LatinKeyboardView) getLayoutInflater().inflate( in onCreateInputView()522 } else if (primaryCode == LatinKeyboardView.KEYCODE_LANGUAGE_SWITCH) { in onKey()525 } else if (primaryCode == LatinKeyboardView.KEYCODE_OPTIONS) { in onKey()
75 } else if (key.codes[0] == LatinKeyboardView.KEYCODE_LANGUAGE_SWITCH) { in createKeyFromXml()