Searched refs:totalDistancePx (Results 1 – 1 of 1) sorted by relevance
82 int totalDistancePx = 0; in getSmoothedVelocity() local92 totalDistancePx += Math.abs(s.pos - prevPos); in getSmoothedVelocity()95 final float distanceDp = totalDistancePx / mDensity; in getSmoothedVelocity()