Home
last modified time | relevance | path

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

/packages/apps/Launcher2/src/com/android/launcher2/
DSmoothPagedView.java26 private static final float SMOOTHING_CONSTANT = (float) (0.016 / Math.log(SMOOTHING_SPEED)); field in SmoothPagedView
175 final float e = (float) Math.exp((now - mSmoothingTime) / SMOOTHING_CONSTANT); in computeScroll()