Searched defs:OnKeyboardActionListener (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboardView.java74 public interface OnKeyboardActionListener { interface in class:KeyboardView
162 /** Listener for {@link OnKeyboardActionListener}. */
163 private OnKeyboardActionListener mKeyboardActionListener;
439 public void setOnKeyboardActionListener(OnKeyboardActionListener listener) {
444 * Returns the {@link OnKeyboardActionListener} object.
447 protected OnKeyboardActionListener getOnKeyboardActionListener() {
552 * When enabled, calls to {@link OnKeyboardActionListener#onKey} will include key
1098 mMiniKeyboard.setOnKeyboardActionListener(new OnKeyboardActionListener() {

Completed in 1266 milliseconds