Home
last modified time | relevance | path

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

/development/samples/AutofillKeyboard/src/com/example/android/autofillkeyboard/
DKeyboard.java61 static Keyboard qwerty(AutofillImeService autofillImeService) { in qwerty() method in Keyboard
DAutofillImeService.java112 mKeyboard = Keyboard.qwerty(this); in onCreateInputView()
/development/samples/MultiClientInputMethod/src/com/example/android/multiclientinputmethod/
DSoftInputWindow.java76 mQwertygKeyboard = new Keyboard(context, R.xml.qwerty); in SoftInputWindow()
/development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
DSoftKeyboard.java134 mQwertyKeyboard = new LatinKeyboard(displayContext, R.xml.qwerty); in onInitializeInterface()