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

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

Completed in 1235 milliseconds