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

  /packages/apps/Launcher2/src/com/android/launcher2/
SmoothPagedView.java 175 final float e = (float) Math.exp((now - mSmoothingTime) / SMOOTHING_CONSTANT);
179 mSmoothingTime = now;
PagedView.java 86 protected float mSmoothingTime;
440 mSmoothingTime = System.nanoTime() / NANOTIME_DIV;
    [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
PagedView.java 101 protected float mSmoothingTime;
538 mSmoothingTime = System.nanoTime() / NANOTIME_DIV;
    [all...]

Completed in 77 milliseconds