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

  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
KeyboardView.java 214 private SwipeTracker mSwipeTracker = new SwipeTracker();
392 mSwipeTracker.computeCurrentVelocity(1000);
393 final float endingVelocityX = mSwipeTracker.getXVelocity();
394 final float endingVelocityY = mSwipeTracker.getYVelocity();
    [all...]
  /frameworks/base/core/java/android/inputmethodservice/
KeyboardView.java 213 private SwipeTracker mSwipeTracker = new SwipeTracker();
399 mSwipeTracker.computeCurrentVelocity(1000);
400 final float endingVelocityX = mSwipeTracker.getXVelocity();
401 final float endingVelocityY = mSwipeTracker.getYVelocity();
    [all...]

Completed in 601 milliseconds