Searched refs:mXVelocity (Results 1 – 1 of 1) sorted by relevance
72 private float mXVelocity; field in PointerLocationView.PointerState308 .append("Xv: ").append(ps.mXVelocity, 3) in onDraw()364 float xVel = ps.mXVelocity * (1000 / 60); in onDraw()625 ps.mXVelocity = mVelocity.getXVelocity(id); in onPointerEvent()