Home
last modified time | relevance | path

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

/development/samples/MultiClientInputMethod/src/com/example/android/multiclientinputmethod/
DSoftInputWindow.java39 private final KeyboardView mKeyboardView; field in SoftInputWindow
75 mKeyboardView = (KeyboardView) getLayoutInflater().inflate(R.layout.input, null); in SoftInputWindow()
79 mKeyboardView.setKeyboard(mQwertygKeyboard); in SoftInputWindow()
80 mKeyboardView.setOnKeyboardActionListener(sNoopListener); in SoftInputWindow()
81 layout.addView(mKeyboardView); in SoftInputWindow()
99 return mKeyboardView.getKeyboard() == mQwertygKeyboard; in isQwertyKeyboard()
103 Keyboard keyboard = mKeyboardView.getKeyboard(); in isSymbolKeyboard()
108 mKeyboardView.setOnKeyboardActionListener(sNoopListener); in onFinishClient()
118 mKeyboardView.setOnKeyboardActionListener(sNoopListener); in onDummyStartInput()
130 mKeyboardView.setOnKeyboardActionListener(new NoopKeyboardActionListener() { in onStartInput()
[all …]