HomeSort by relevance Sort by last modified time
    Searched refs:mSwipeTracker (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/inputmethodservice/
KeyboardView.java 209 private SwipeTracker mSwipeTracker = new SwipeTracker();
381 mSwipeTracker.computeCurrentVelocity(1000);
382 final float endingVelocityX = mSwipeTracker.getXVelocity();
383 final float endingVelocityY = mSwipeTracker.getYVelocity();
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinKeyboardBaseView.java 230 private final SwipeTracker mSwipeTracker = new SwipeTracker();
523 mSwipeTracker.computeCurrentVelocity(1000);
524 final float endingVelocityX = mSwipeTracker.getXVelocity();
525 final float endingVelocityY = mSwipeTracker.getYVelocity();
    [all...]

Completed in 457 milliseconds