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 130 mDeceleration = computeDeceleration(ViewConfiguration.getScrollFriction());
142 mDeceleration = computeDeceleration(friction);
145 private float computeDeceleration(float friction) {
  /frameworks/base/core/java/android/widget/
Scroller.java 183 mDeceleration = computeDeceleration(ViewConfiguration.getScrollFriction());
186 mPhysicalCoeff = computeDeceleration(0.84f); // look and feel tuning
197 mDeceleration = computeDeceleration(friction);
201 private float computeDeceleration(float friction) {
  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherScroller.java 156 mDeceleration = computeDeceleration(ViewConfiguration.getScrollFriction());
159 mPhysicalCoeff = computeDeceleration(0.84f); // look and feel tuning
170 mDeceleration = computeDeceleration(friction);
174 private float computeDeceleration(float friction) {

Completed in 4713 milliseconds