Home
last modified time | relevance | path

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

/frameworks/base/services/tests/InputMethodSystemServerTests/test-apps/SimpleTestIme/src/com/android/apps/inputmethod/simpleime/
DSimpleInputMethodService.java49 mInputView.addView(keyboard.inflateKeyboardView(LayoutInflater.from(this), mInputView)); in onStartInputView()
DSimpleKeyboard.java81 View inflateKeyboardView(LayoutInflater inflater, ViewGroup inputView) { in inflateKeyboardView() method in SimpleKeyboard