Home
last modified time | relevance | path

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

/development/samples/MultiClientInputMethod/src/com/example/android/multiclientinputmethod/
DSoftInputWindow.java41 private final Keyboard mQwertygKeyboard; field in SoftInputWindow
76 mQwertygKeyboard = new Keyboard(context, R.xml.qwerty); in SoftInputWindow()
79 mKeyboardView.setKeyboard(mQwertygKeyboard); in SoftInputWindow()
99 return mKeyboardView.getKeyboard() == mQwertygKeyboard; in isQwertyKeyboard()
178 mKeyboardView.setKeyboard(mQwertygKeyboard); in handleSwitchKeyboard()