Home
last modified time | relevance | path

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

/development/samples/AutofillKeyboard/src/com/example/android/autofillkeyboard/
DAutofillImeService.java70 private Keyboard mKeyboard; field in AutofillImeService
112 mKeyboard = Keyboard.qwerty(this); in onCreateInputView()
113 mInputView.addView(mKeyboard.inflateKeyboardView(LayoutInflater.from(this), mInputView)); in onCreateInputView()
126 if(mKeyboard != null) { in onStartInput()
127 mKeyboard.reset(); in onStartInput()