Home
last modified time | relevance | path

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

/development/samples/AutofillKeyboard/src/com/example/android/autofillkeyboard/
DKeyboard.java32 private final int mViewResId; field in Keyboard
40 this.mViewResId = viewResId; in Keyboard()
100 mKeyboardView = inflater.inflate(mViewResId, inputView, false); in inflateKeyboardView()