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

/frameworks/base/core/java/com/android/internal/widget/
H A DPointerLocationView.java61 private float mYVelocity; field in class:PointerLocationView.PointerState
272 .append("Yv: ").append(ps.mYVelocity, 3)
334 float yVel = ps.mYVelocity * (1000 / 60);
605 ps.mYVelocity = mVelocity.getYVelocity(id);
/frameworks/base/core/java/android/widget/
H A DStackView.java130 private int mYVelocity = 0; field in class:StackView
244 int duration = Math.round(mStackSlider.getDurationForNeutralPosition(mYVelocity));
264 int duration = Math.round(mStackSlider.getDurationForOffscreenPosition(mYVelocity));
812 mYVelocity = (int) mVelocityTracker.getYVelocity(mActivePointerId);
/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboardView.java1461 float mYVelocity; field in class:KeyboardView.SwipeTracker
1549 mYVelocity = accumY < 0.0f ? Math.max(accumY, -maxVelocity)
1558 return mYVelocity;

Completed in 88 milliseconds