Home
last modified time | relevance | path

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

/frameworks/base/services/tests/InputMethodSystemServerTests/test-apps/SimpleTestIme/src/com/android/apps/inputmethod/simpleime/
DSimpleInputMethodService.java48 SimpleKeyboard keyboard = new SimpleKeyboard(this, R.layout.qwerty_10_9_9); in onStartInputView()
DSimpleKeyboard.java29 final class SimpleKeyboard { class
75 SimpleKeyboard(SimpleInputMethodService simpleInputMethodService, int viewResId) { in SimpleKeyboard() method in SimpleKeyboard