Searched refs:aY (Results 1 – 1 of 1) sorted by relevance
479 float aY = mVelocityTracker.getYVelocity(); in getCurrentVelocity() local484 float projectedVelocity = (aX * bX + aY * bY) / bLen; in getCurrentVelocity()