Searched refs:mXVelocity (Results 1 – 3 of 3) sorted by relevance
83 private float mXVelocity; field in PointerLocationView.PointerState334 float xVel = ps.mXVelocity * (1000 / 60); in onDraw()459 .append("Xv: ").append(ps.mXVelocity, 3) in drawLabels()663 ps.mXVelocity = mVelocity.getXVelocity(id); in onPointerEvent()
1475 float mXVelocity; field in KeyboardView.SwipeTracker1560 mXVelocity = accumX < 0.0f ? Math.max(accumX, -maxVelocity) in computeCurrentVelocity()1567 return mXVelocity;
22658 Landroid/inputmethodservice/KeyboardView$SwipeTracker;->mXVelocity:F