Searched defs:SMOOTHING_CONSTANT (Results 1 - 2 of 2) 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);
/packages/apps/Launcher3/src/com/android/launcher3/
H A DSmoothPagedView.java25 private static final float SMOOTHING_CONSTANT = (float) (0.016 / Math.log(SMOOTHING_SPEED)); field in class:SmoothPagedView
172 final float e = (float) Math.exp((now - mSmoothingTime) / SMOOTHING_CONSTANT);

Completed in 35 milliseconds