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

/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DPagedView.java74 protected static final float NANOTIME_DIV = 1000000000.0f; field in class:PagedView
538 mSmoothingTime = System.nanoTime() / NANOTIME_DIV;
1194 mSmoothingTime = System.nanoTime() / NANOTIME_DIV;
1354 mSmoothingTime = System.nanoTime() / NANOTIME_DIV;

Completed in 61 milliseconds