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

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

Completed in 11 milliseconds