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

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DKeyboardView.java214 private SwipeTracker mSwipeTracker = new SwipeTracker(); field in class:KeyboardView
392 mSwipeTracker.computeCurrentVelocity(1000);
393 final float endingVelocityX = mSwipeTracker.getXVelocity();
394 final float endingVelocityY = mSwipeTracker.getYVelocity();
1189 if (action == MotionEvent.ACTION_DOWN) mSwipeTracker.clear();
1190 mSwipeTracker.addMovement(me);

Completed in 12 milliseconds