Searched defs:mYVelocity (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
H A DPointerLocationView.java63 private float mYVelocity; field in class:PointerLocationView.PointerState
274 .append("Yv: ").append(ps.mYVelocity, 3)
336 float yVel = ps.mYVelocity * (1000 / 60);
608 ps.mYVelocity = mVelocity.getYVelocity(id);
/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboardView.java1477 float mYVelocity; field in class:KeyboardView.SwipeTracker
1565 mYVelocity = accumY < 0.0f ? Math.max(accumY, -maxVelocity)
1574 return mYVelocity;
/frameworks/base/core/java/android/widget/
H A DStackView.java129 private int mYVelocity = 0; field in class:StackView
250 int duration = Math.round(mStackSlider.getDurationForNeutralPosition(mYVelocity));
270 int duration = Math.round(mStackSlider.getDurationForOffscreenPosition(mYVelocity));
818 mYVelocity = (int) mVelocityTracker.getYVelocity(mActivePointerId);

Completed in 89 milliseconds