HomeSort by relevance Sort by last modified time
    Searched refs:NANOTIME_DIV (Results 1 - 3 of 3) sorted by null

  /packages/apps/Launcher2/src/com/android/launcher2/
SmoothPagedView.java 174 final float now = System.nanoTime() / NANOTIME_DIV;
PagedView.java 64 protected static final float NANOTIME_DIV = 1000000000.0f;
440 mSmoothingTime = System.nanoTime() / NANOTIME_DIV;
    [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
PagedView.java 74 protected static final float NANOTIME_DIV = 1000000000.0f;
538 mSmoothingTime = System.nanoTime() / NANOTIME_DIV;
    [all...]

Completed in 110 milliseconds