Home
last modified time | relevance | path

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

/development/samples/AutofillKeyboard/src/com/example/android/autofillkeyboard/
DKeyboard.java37 private Keyboard(AutofillImeService autofillImeService, int viewResId, in Keyboard() argument
39 this.mAutofillImeService = autofillImeService; in Keyboard()
61 static Keyboard qwerty(AutofillImeService autofillImeService) { in qwerty() argument
96 return new Keyboard(autofillImeService, R.layout.keyboard_10_9_9, keyMapping); in qwerty()