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

/frameworks/base/core/java/com/android/internal/widget/
H A DPasswordEntryKeyboardHelper.java23 import android.inputmethodservice.KeyboardView.OnKeyboardActionListener;
36 public class PasswordEntryKeyboardHelper implements OnKeyboardActionListener {
/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboardView.java75 public interface OnKeyboardActionListener { interface in class:KeyboardView
163 /** Listener for {@link OnKeyboardActionListener}. */
164 private OnKeyboardActionListener mKeyboardActionListener;
452 public void setOnKeyboardActionListener(OnKeyboardActionListener listener) {
457 * Returns the {@link OnKeyboardActionListener} object.
460 protected OnKeyboardActionListener getOnKeyboardActionListener() {
565 * When enabled, calls to {@link OnKeyboardActionListener#onKey} will include key
1112 mMiniKeyboard.setOnKeyboardActionListener(new OnKeyboardActionListener() {
/frameworks/base/
H A Dcompiled-classes-phone2212 android.inputmethodservice.KeyboardView$OnKeyboardActionListener

Completed in 139 milliseconds