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

  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
Scroller.java 371 float oldVel = getCurrVelocity();
380 float oldVelocityX = ndx * oldVel;
381 float oldVelocityY = ndy * oldVel;
  /frameworks/base/core/java/android/widget/
Scroller.java 435 float oldVel = getCurrVelocity();
444 float oldVelocityX = ndx * oldVel;
445 float oldVelocityY = ndy * oldVel;

Completed in 222 milliseconds