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

  /frameworks/base/core/java/com/android/internal/widget/
PointerLocationView.java 64 private float mYVelocity;
275 .append("Yv: ").append(ps.mYVelocity, 3)
337 float yVel = ps.mYVelocity * (1000 / 60);
609 ps.mYVelocity = mVelocity.getYVelocity(id);
    [all...]
  /frameworks/base/core/java/android/widget/
StackView.java 128 private int mYVelocity = 0;
249 int duration = Math.round(mStackSlider.getDurationForNeutralPosition(mYVelocity));
269 int duration = Math.round(mStackSlider.getDurationForOffscreenPosition(mYVelocity));
817 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...]
  /packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/car/
KeyboardView.java     [all...]

Completed in 254 milliseconds