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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardActionListener.java 22 * Called when the user presses a key. This is sent before the {@link #onCodeInput} is called.
33 * Called when the user releases a key. This is sent after the {@link #onCodeInput} is called.
51 * @param x x-coordinate pixel of touched event. If {@link #onCodeInput} is not called by
54 * @param y y-coordinate pixel of touched event. If {@link #onCodeInput} is not called by
58 public void onCodeInput(int primaryCode, int[] keyCodes, int x, int y);
86 public void onCodeInput(int primaryCode, int[] keyCodes, int x, int y) {}
PointerTracker.java 251 Log.d(TAG, "onCodeInput: " + keyCodePrintable(primaryCode)
257 mListener.onCodeInput(primaryCode, keyCodes, x, y);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinIME.java     [all...]

Completed in 1941 milliseconds