Searched refs:mXVelocity (Results 1 – 3 of 3) 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()
1473 float mXVelocity; field in KeyboardView.SwipeTracker1558 mXVelocity = accumX < 0.0f ? Math.max(accumX, -maxVelocity) in computeCurrentVelocity()1565 return mXVelocity;
35103 Landroid/inputmethodservice/KeyboardView$SwipeTracker;->mXVelocity:F