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

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

Completed in 1240 milliseconds