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

  /packages/apps/Launcher2/src/com/android/launcher2/
PagedView.java 86 protected float mSmoothingTime;
440 mSmoothingTime = System.nanoTime() / NANOTIME_DIV;
    [all...]
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
PagedView.java 105 protected float mSmoothingTime;
593 mSmoothingTime = System.nanoTime() / NANOTIME_DIV;
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
PagedView.java 111 protected float mSmoothingTime;
681 mSmoothingTime = System.nanoTime() / NANOTIME_DIV;
    [all...]

Completed in 2257 milliseconds