HomeSort by relevance Sort by last modified time
    Searched defs:mYVelocity (Results 1 - 4 of 4) sorted by null

  /frameworks/base/core/java/com/android/internal/widget/
PointerLocationView.java 63 private float mYVelocity;
274 .append("Yv: ").append(ps.mYVelocity, 3)
336 float yVel = ps.mYVelocity * (1000 / 60);
608 ps.mYVelocity = mVelocity.getYVelocity(id);
    [all...]
  /frameworks/base/core/java/android/widget/
StackView.java 130 private int mYVelocity = 0;
251 int duration = Math.round(mStackSlider.getDurationForNeutralPosition(mYVelocity));
271 int duration = Math.round(mStackSlider.getDurationForOffscreenPosition(mYVelocity));
819 mYVelocity = (int) mVelocityTracker.getYVelocity(mActivePointerId);
    [all...]
  /frameworks/base/core/java/android/inputmethodservice/
KeyboardView.java     [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
KeyboardView.java     [all...]

Completed in 64 milliseconds