Searched refs:getAxisVelocity (Results 1 – 6 of 6) sorted by relevance
100 Assert.assertTrue(velocityTracker.getAxisVelocity(MotionEvent.AXIS_SCROLL) != 0f) in assertNonZeroVelocity()136 Assert.assertTrue(velocityTracker.getAxisVelocity(MotionEvent.AXIS_X) != 0f) in assertNonZeroVelocity()137 Assert.assertTrue(velocityTracker.getAxisVelocity(MotionEvent.AXIS_Y) != 0f) in assertNonZeroVelocity()
466 public float getAxisVelocity(@VelocityTrackableMotionEventAxis int axis, int id) { in getAxisVelocity() method in VelocityTracker481 public float getAxisVelocity(@VelocityTrackableMotionEventAxis int axis) { in getAxisVelocity() method in VelocityTracker
257 return vt.getAxisVelocity(axis); in getCurrentVelocity()
186 velocityTracker.getAxisVelocity(config.velocityAxis) in getTrackedVelocity()
56 whenever(velocityTracker.getAxisVelocity(config.velocityAxis)) in setup()
52449 method public float getAxisVelocity(int, int);52450 method public float getAxisVelocity(int);