Home
last modified time | relevance | path

Searched refs:computeDeceleration (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
DLauncherScroller.java155 mDeceleration = computeDeceleration(ViewConfiguration.getScrollFriction()); in LauncherScroller()
158 mPhysicalCoeff = computeDeceleration(0.84f); // look and feel tuning in LauncherScroller()
169 mDeceleration = computeDeceleration(friction); in setFriction()
173 private float computeDeceleration(float friction) { in computeDeceleration() method in LauncherScroller
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
DScroller.java129 mDeceleration = computeDeceleration(ViewConfiguration.getScrollFriction()); in Scroller()
141 mDeceleration = computeDeceleration(friction); in setFriction()
144 private float computeDeceleration(float friction) { in computeDeceleration() method in Scroller