Searched refs:mVelocityTracker (Results 1 – 1 of 1) sorted by relevance
35 private VelocityTracker mVelocityTracker; field in VelocityTrackerTest47 mVelocityTracker = VelocityTracker.obtain(); in setUp()61 mVelocityTracker.recycle(); in tearDown()164 mVelocityTracker.addMovement(ev); in addMovement()168 mVelocityTracker.computeCurrentVelocity(1); in addMovement()169 final float estimatedVx = mVelocityTracker.getXVelocity(); in addMovement()170 final float estimatedVy = mVelocityTracker.getYVelocity(); in addMovement()181 mVelocityTracker.computeCurrentVelocity(1); in assertVelocity()182 final float estimatedVx = mVelocityTracker.getXVelocity(); in assertVelocity()183 final float estimatedVy = mVelocityTracker.getYVelocity(); in assertVelocity()