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

/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboardView.java70 public interface OnKeyboardActionListener { interface in class:KeyboardView
158 /** Listener for {@link OnKeyboardActionListener}. */
159 private OnKeyboardActionListener mKeyboardActionListener;
425 public void setOnKeyboardActionListener(OnKeyboardActionListener listener) {
430 * Returns the {@link OnKeyboardActionListener} object.
433 protected OnKeyboardActionListener getOnKeyboardActionListener() {
538 * When enabled, calls to {@link OnKeyboardActionListener#onKey} will include key
1019 mMiniKeyboard.setOnKeyboardActionListener(new OnKeyboardActionListener() {

Completed in 6 milliseconds