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

  /frameworks/base/core/java/android/widget/
SlidingDrawer.java 418 float xVelocity = velocityTracker.getXVelocity();
424 if (xVelocity < 0) {
425 xVelocity = -xVelocity;
427 if (xVelocity > mMaximumMinorVelocity) {
428 xVelocity = mMaximumMinorVelocity;
431 negative = xVelocity < 0;
440 float velocity = (float) Math.hypot(xVelocity, yVelocity);
    [all...]
  /external/chromium_org/third_party/polymer/
platform.js     [all...]

Completed in 164 milliseconds