Searched defs:NANOTIME_DIV (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DPagedView.java64 protected static final float NANOTIME_DIV = 1000000000.0f; field in class:PagedView
440 mSmoothingTime = System.nanoTime() / NANOTIME_DIV;
1120 mSmoothingTime = System.nanoTime() / NANOTIME_DIV;
1265 mSmoothingTime = System.nanoTime() / NANOTIME_DIV;

Completed in 150 milliseconds