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

/packages/apps/Launcher2/src/com/android/launcher2/
H A DWorkspace.java125 private float mSmoothingTime; field in class:Workspace
440 mSmoothingTime = System.nanoTime() / NANOTIME_DIV;
447 mSmoothingTime = System.nanoTime() / NANOTIME_DIV;
460 final float e = (float) Math.exp((now - mSmoothingTime) / SMOOTHING_CONSTANT);
463 mSmoothingTime = now;
686 mSmoothingTime = System.nanoTime() / NANOTIME_DIV;
873 mSmoothingTime = System.nanoTime() / NANOTIME_DIV;
881 mSmoothingTime = System.nanoTime() / NANOTIME_DIV;

Completed in 19 milliseconds