OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:setOnKeyboardActionListener
(Results
1 - 2
of
2
) sorted by null
/development/samples/MultiClientInputMethod/src/com/example/android/multiclientinputmethod/
SoftInputWindow.java
80
mKeyboardView.
setOnKeyboardActionListener
(sNoopListener);
108
mKeyboardView.
setOnKeyboardActionListener
(sNoopListener);
118
mKeyboardView.
setOnKeyboardActionListener
(sNoopListener);
130
mKeyboardView.
setOnKeyboardActionListener
(new NoopKeyboardActionListener() {
/development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
SoftKeyboard.java
119
mInputView.
setOnKeyboardActionListener
(this);
Completed in 148 milliseconds