Home
last modified time | relevance | path

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

/frameworks/base/services/tests/InputMethodSystemServerTests/test-apps/SimpleTestIme/src/com/android/apps/inputmethod/simpleime/
DSimpleKeyboard.java81 View inflateKeyboardView(LayoutInflater inflater, ViewGroup inputView) { in inflateKeyboardView() argument
82 mKeyboardView = inflater.inflate(mViewResId, inputView, false); in inflateKeyboardView()