Searched refs: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/widget/
H A DStackView.java130 private int mYVelocity = 0; field in class:StackView
251 int duration = Math.round(mStackSlider.getDurationForNeutralPosition(mYVelocity));
271 int duration = Math.round(mStackSlider.getDurationForOffscreenPosition(mYVelocity));
819 mYVelocity = (int) mVelocityTracker.getYVelocity(mActivePointerId);
/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboardView.java1466 float mYVelocity; field in class:KeyboardView.SwipeTracker
1554 mYVelocity = accumY < 0.0f ? Math.max(accumY, -maxVelocity)
1563 return mYVelocity;

Completed in 3508 milliseconds