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

  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
Scroller.java 129 mDeceleration = computeDeceleration(ViewConfiguration.getScrollFriction());
141 mDeceleration = computeDeceleration(friction);
144 private float computeDeceleration(float friction) {
  /frameworks/base/core/java/android/widget/
Scroller.java 177 mDeceleration = computeDeceleration(ViewConfiguration.getScrollFriction());
180 mPhysicalCoeff = computeDeceleration(0.84f); // look and feel tuning
191 mDeceleration = computeDeceleration(friction);
195 private float computeDeceleration(float friction) {
  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherScroller.java 155 mDeceleration = computeDeceleration(ViewConfiguration.getScrollFriction());
158 mPhysicalCoeff = computeDeceleration(0.84f); // look and feel tuning
169 mDeceleration = computeDeceleration(friction);
173 private float computeDeceleration(float friction) {

Completed in 2409 milliseconds