Searched refs:mXVelocity (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
H A DPointerLocationView.java62 private float mXVelocity; field in class:PointerLocationView.PointerState
269 .append("Xv: ").append(ps.mXVelocity, 3)
335 float xVel = ps.mXVelocity * (1000 / 60);
607 ps.mXVelocity = mVelocity.getXVelocity(id);
/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboardView.java1467 float mXVelocity; field in class:KeyboardView.SwipeTracker
1552 mXVelocity = accumX < 0.0f ? Math.max(accumX, -maxVelocity)
1559 return mXVelocity;

Completed in 52 milliseconds