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