Home
last modified time | relevance | path

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

/packages/apps/Launcher2/src/com/android/launcher2/
DSmoothPagedView.java29 private float mFlingVelocityInfluence; field in SmoothPagedView
103 mFlingVelocityInfluence = 0.4f; in init()
149 duration += (duration / (velocity / mBaseLineFlingVelocity)) * mFlingVelocityInfluence; in snapToPageWithVelocity()