Home
last modified time | relevance | path

Searched refs:getCurrVelocity (Results 1 – 10 of 10) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DScrollerHelper.java61 public float getCurrVelocity() { in getCurrVelocity() method in ScrollerHelper
62 return mScroller.getCurrVelocity(); in getCurrVelocity()
DSlotView.java257 float v = mScroller.getCurrVelocity(); in render()
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
DScroller.java204 public float getCurrVelocity() { in getCurrVelocity() method in Scroller
371 float oldVel = getCurrVelocity(); in fling()
DOverScroller.java177 public float getCurrVelocity() { in getCurrVelocity() method in OverScroller
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncherScroller.java233 public float getCurrVelocity() { in getCurrVelocity() method in LauncherScroller
408 float oldVel = getCurrVelocity(); in fling()
/packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
DHorizontalScrollView.java1253 mEdgeGlowLeft.onAbsorb((int) mScroller.getCurrVelocity()); in computeScroll()
1255 mEdgeGlowRight.onAbsorb((int) mScroller.getCurrVelocity()); in computeScroll()
/packages/apps/DeskClock/src/com/android/deskclock/widget/sgv/
DOverScrollerSGV.java179 public float getCurrVelocity() { in getCurrVelocity() method in OverScrollerSGV
DStaggeredGridView.java1390 edge.onAbsorb(Math.abs((int) mScroller.getCurrVelocity())); in computeScroll()
1412 int velocity = (int) mScroller.getCurrVelocity(); in handleOverfling()
/packages/apps/Gallery2/src/com/android/photos/views/
DGalleryThumbnailView.java552 edge.onAbsorb(Math.abs((int) mScroller.getCurrVelocity())); in computeScroll()
/packages/apps/Calendar/src/com/android/calendar/
DDayView.java4784 mLastVelocity = mScroller.getCurrVelocity(); in run()