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

  /frameworks/base/core/java/android/widget/
OverScroller.java 657 static private float getDeceleration(int velocity) {
739 mDeceleration = getDeceleration(delta);
814 mDeceleration = getDeceleration(velocity == 0 ? start - end : velocity);
    [all...]
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
OverScroller.java 659 static private float getDeceleration(int velocity) {
741 mDeceleration = getDeceleration(delta);
814 mDeceleration = getDeceleration(velocity == 0 ? start - end : velocity);
    [all...]

Completed in 77 milliseconds