Searched refs:getVelocityTracker (Results 1 – 1 of 1) sorted by relevance
85 getVelocityTracker().addMovement(motionEvent); in onMotionEvent()101 getVelocityTracker().computeCurrentVelocity(VELOCITY_UNITS); in onMotionEvent()102 mMotionEventListener.onUp(getVelocityTracker().getXVelocity(), in onMotionEvent()103 getVelocityTracker().getYVelocity()); in onMotionEvent()123 private VelocityTracker getVelocityTracker() { in getVelocityTracker() method in BubblesNavBarMotionEventHandler