Home
last modified time | relevance | path

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

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