HomeSort by relevance Sort by last modified time
    Searched defs:OnKeyboardActionListener (Results 1 - 14 of 14) sorted by null

  /frameworks/base/core/java/android/inputmethodservice/
KeyboardView.java 74 public interface OnKeyboardActionListener {
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
    [all...]