Home
last modified time | relevance | path

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

/development/samples/AutofillKeyboard/src/com/example/android/autofillkeyboard/
DKeyboard.java99 View inflateKeyboardView(LayoutInflater inflater, InputView inputView) { in inflateKeyboardView() method in Keyboard
DAutofillImeService.java113 mInputView.addView(mKeyboard.inflateKeyboardView(LayoutInflater.from(this), mInputView)); in onCreateInputView()