Searched refs:KeyboardActionListener (Results 1 - 8 of 8) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
H A DMoreKeysPanel.java38 PopupWindow window, KeyboardActionListener listener);
H A DKeyboardActionListener.java22 public interface KeyboardActionListener { interface
94 public static class Adapter implements KeyboardActionListener {
H A DMoreKeysKeyboardView.java42 private KeyboardActionListener mListener;
48 private final KeyboardActionListener mMoreKeysKeyboardListener =
49 new KeyboardActionListener.Adapter() {
132 public KeyboardActionListener getKeyboardActionListener() {
155 PopupWindow window, KeyboardActionListener listener) {
H A DPointerTracker.java59 * Get KeyboardActionListener object that is used to register key code and so on.
62 public KeyboardActionListener getKeyboardActionListener();
166 private KeyboardActionListener mListener = EMPTY_LISTENER;
322 // Empty {@link KeyboardActionListener}
323 private static final KeyboardActionListener EMPTY_LISTENER =
324 new KeyboardActionListener.Adapter();
381 public static void setKeyboardActionListener(final KeyboardActionListener listener) {
H A DMainKeyboardView.java104 /** Listener for {@link KeyboardActionListener}. */
105 private KeyboardActionListener mKeyboardActionListener;
439 public void setKeyboardActionListener(final KeyboardActionListener listener) {
445 * Returns the {@link KeyboardActionListener} object.
449 public KeyboardActionListener getKeyboardActionListener() {
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
H A DMoreSuggestionsView.java29 import com.android.inputmethod.keyboard.KeyboardActionListener;
50 KeyboardActionListener mListener;
56 final KeyboardActionListener mSuggestionsPaneListener =
57 new KeyboardActionListener.Adapter() {
126 public KeyboardActionListener getKeyboardActionListener() {
149 PopupWindow window, KeyboardActionListener listener) {
198 public KeyboardActionListener getKeyboardActionListener() {
H A DSuggestionStripView.java55 import com.android.inputmethod.keyboard.KeyboardActionListener;
715 private final KeyboardActionListener mMoreSuggestionsListener =
716 new KeyboardActionListener.Adapter() {
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DLatinIME.java69 import com.android.inputmethod.keyboard.KeyboardActionListener;
88 public final class LatinIME extends InputMethodService implements KeyboardActionListener,
1338 // Implementation of {@link KeyboardActionListener}.
1439 // Called from PointerTracker through the KeyboardActionListener interface
1643 // Called from PointerTracker through the KeyboardActionListener interface
1793 if (KeyboardActionListener.Adapter.isInvalidCoordinate(x)
1794 || KeyboardActionListener.Adapter.isInvalidCoordinate(y)) {
2332 // Callback called by PointerTracker through the KeyboardActionListener. This is called when a
2339 // Callback by PointerTracker through the KeyboardActionListener. This is called when a key

Completed in 108 milliseconds