Home
last modified time | relevance | path

Searched defs:mInputView (Results 1 – 2 of 2) sorted by relevance

/development/samples/AutofillKeyboard/src/com/example/android/autofillkeyboard/
DAutofillImeService.java69 private InputView mInputView; field in AutofillImeService
113 mInputView.addView(mKeyboard.inflateKeyboardView(LayoutInflater.from(this), mInputView)); in onCreateInputView() local
/development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
DSoftKeyboard.java68 private LatinKeyboardView mInputView; field in SoftKeyboard