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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
SuddenJumpingTouchEventHandler.java 33 public interface ProcessMotionEvent {
34 public boolean processMotionEvent(MotionEvent me);
37 private final ProcessMotionEvent mView;
52 public SuddenJumpingTouchEventHandler(Context context, ProcessMotionEvent view) {
112 mView.processMotionEvent(translated);
128 mView.processMotionEvent(translated);
151 return mView.processMotionEvent(me);
LatinKeyboardView.java 68 SuddenJumpingTouchEventHandler.ProcessMotionEvent {
650 public boolean processMotionEvent(MotionEvent me) {
744 tracker.processMotionEvent(action, x, y, eventTime, this);
781 tracker.processMotionEvent(action, x, y, eventTime, this);
    [all...]
PointerTracker.java 460 public void processMotionEvent(int action, int x, int y, long eventTime,
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
MoreSuggestionsView.java 218 tracker.processMotionEvent(action, x, y, eventTime, mModalPanelKeyEventHandler);
SuggestionsView.java     [all...]

Completed in 91 milliseconds