Searched refs:computeCurrentVelocity (Results 1 – 6 of 6) sorted by relevance
332 velocityTracker.computeCurrentVelocity(SEC_TO_MILLISECONDS); in processTouchRotateEvent()350 velocityTracker.computeCurrentVelocity(16); in processTouchRotateEvent()526 velocityTracker.computeCurrentVelocity(SEC_TO_MILLISECONDS); in processTouchEvent()541 velocityTracker.computeCurrentVelocity(SEC_TO_MILLISECONDS); in processTouchEvent()
1220 void computeCurrentVelocity(int units); in computeCurrentVelocity() method1222 void computeCurrentVelocity(int units, float maxVelocity); in computeCurrentVelocity() method1299 public void computeCurrentVelocity(int units) { in computeCurrentVelocity() method in MotionLayout.MyTracker1301 mTracker.computeCurrentVelocity(units); in computeCurrentVelocity()1306 public void computeCurrentVelocity(int units, float maxVelocity) { in computeCurrentVelocity() method in MotionLayout.MyTracker1308 mTracker.computeCurrentVelocity(units, maxVelocity); in computeCurrentVelocity()
619 method public void computeCurrentVelocity(int);620 method public void computeCurrentVelocity(int, float);