Searched refs:mSwipeTracker (Results 1 – 1 of 1) sorted by relevance
214 private SwipeTracker mSwipeTracker = new SwipeTracker(); field in KeyboardView392 mSwipeTracker.computeCurrentVelocity(1000); in initGestureDetector()393 final float endingVelocityX = mSwipeTracker.getXVelocity(); in initGestureDetector()394 final float endingVelocityY = mSwipeTracker.getYVelocity(); in initGestureDetector()1189 if (action == MotionEvent.ACTION_DOWN) mSwipeTracker.clear();1190 mSwipeTracker.addMovement(me);