Home | History | Annotate | Download | only in input

Lines Matching refs:vx

4569                 float vx, vy;
4570 if (mPointerGesture.velocityTracker.getVelocity(id, &vx, &vy)) {
4571 float speed = hypotf(vx, vy);