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

  /frameworks/base/core/java/android/widget/
Scroller.java 465 float coeffY = velocity == 0 ? 1.0f : velocityY / velocity;
480 mFinalY = startY + (int) Math.round(totalDistance * coeffY);
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
Scroller.java 402 float coeffY = velocity == 0 ? 1.0f : velocityY / velocity;
417 mFinalY = startY + Math.round(totalDistance * coeffY);

Completed in 200 milliseconds