Home
last modified time | relevance | path

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

/development/samples/AutofillKeyboard/src/com/example/android/autofillkeyboard/
DKeyboard.java34 private View mKeyboardView; field in Keyboard
100 mKeyboardView = inflater.inflate(mViewResId, inputView, false); in inflateKeyboardView()
102 return mKeyboardView; in inflateKeyboardView()
112 TextView softkey = mKeyboardView.findViewById(mKeyMapping.keyAt(i)); in mapKeys()