Searched refs:KeyboardActionListener (Results 1 – 8 of 8) sorted by relevance
22 public interface KeyboardActionListener { interface104 public static final KeyboardActionListener EMPTY_LISTENER = new Adapter();106 public static class Adapter implements KeyboardActionListener {
64 int pointY, KeyboardActionListener listener); in showMoreKeysPanel()
46 protected KeyboardActionListener mListener;123 final int pointX, final int pointY, final KeyboardActionListener listener) { in showMoreKeysPanel()
117 private KeyboardActionListener mKeyboardActionListener;272 mKeyboardActionListener = KeyboardActionListener.EMPTY_LISTENER; in MainKeyboardView()365 public void setKeyboardActionListener(final KeyboardActionListener listener) { in setKeyboardActionListener()
102 private static KeyboardActionListener sListener = KeyboardActionListener.EMPTY_LISTENER;204 public static void setKeyboardActionListener(final KeyboardActionListener listener) { in setKeyboardActionListener()
42 import com.android.inputmethod.keyboard.KeyboardActionListener;90 private KeyboardActionListener mKeyboardActionListener = KeyboardActionListener.EMPTY_LISTENER;400 public void setKeyboardActionListener(final KeyboardActionListener listener) { in setKeyboardActionListener()440 private KeyboardActionListener mKeyboardActionListener =441 KeyboardActionListener.EMPTY_LISTENER;443 public void setKeyboardActionListener(final KeyboardActionListener listener) { in setKeyboardActionListener()
25 import com.android.inputmethod.keyboard.KeyboardActionListener;39 public static abstract class MoreSuggestionsListener extends KeyboardActionListener.Adapter {
73 import com.android.inputmethod.keyboard.KeyboardActionListener;117 public class LatinIME extends InputMethodService implements KeyboardActionListener,