Home
last modified time | relevance | path

Searched refs:mYVelocity (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
DPointerLocationView.java73 private float mYVelocity; field in PointerLocationView.PointerState
314 .append("Yv: ").append(ps.mYVelocity, 3) in onDraw()
365 float yVel = ps.mYVelocity * (1000 / 60); in onDraw()
626 ps.mYVelocity = mVelocity.getYVelocity(id); in onPointerEvent()
/frameworks/base/core/java/android/widget/
DStackView.java128 private int mYVelocity = 0; field in StackView
251 int duration = Math.round(mStackSlider.getDurationForNeutralPosition(mYVelocity)); in transformViewForTransition()
271 int duration = Math.round(mStackSlider.getDurationForOffscreenPosition(mYVelocity)); in transformViewForTransition()
819 mYVelocity = (int) mVelocityTracker.getYVelocity(mActivePointerId);
/frameworks/base/core/java/android/inputmethodservice/
DKeyboardView.java1472 float mYVelocity; field in KeyboardView.SwipeTracker
1560 mYVelocity = accumY < 0.0f ? Math.max(accumY, -maxVelocity) in computeCurrentVelocity()
1569 return mYVelocity;
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt35104 Landroid/inputmethodservice/KeyboardView$SwipeTracker;->mYVelocity:F
90592 Landroid/widget/StackView;->mYVelocity:I