Home
last modified time | relevance | path

Searched refs:LatinKeyboardView (Results 1 – 2 of 2) sorted by relevance

/development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
DLatinKeyboardView.java26 public class LatinKeyboardView extends KeyboardView { class
30 public LatinKeyboardView(Context context, AttributeSet attrs) { in LatinKeyboardView() method in LatinKeyboardView
34 public LatinKeyboardView(Context context, AttributeSet attrs, int defStyle) { in LatinKeyboardView() method in LatinKeyboardView
DSoftKeyboard.java59 private LatinKeyboardView mInputView;
114 mInputView = (LatinKeyboardView) getLayoutInflater().inflate( in onCreateInputView()
512 } else if (primaryCode == LatinKeyboardView.KEYCODE_OPTIONS) { in onKey()