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

  /development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
LatinKeyboardView.java 26 public class LatinKeyboardView extends KeyboardView {
30 public LatinKeyboardView(Context context, AttributeSet attrs) {
34 public LatinKeyboardView(Context context, AttributeSet attrs, int defStyle) {
SoftKeyboard.java 59 private LatinKeyboardView mInputView;
114 mInputView = (LatinKeyboardView) getLayoutInflater().inflate(
512 } else if (primaryCode == LatinKeyboardView.KEYCODE_OPTIONS) {

Completed in 33 milliseconds