Home
last modified time | relevance | path

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

/packages/apps/Launcher2/src/com/android/launcher2/
DSmoothPagedView.java174 final float now = System.nanoTime() / NANOTIME_DIV; in computeScroll()
DPagedView.java64 protected static final float NANOTIME_DIV = 1000000000.0f; field in PagedView
440 mSmoothingTime = System.nanoTime() / NANOTIME_DIV; in scrollTo()
1120 mSmoothingTime = System.nanoTime() / NANOTIME_DIV; in determineScrollingStart()
1265 mSmoothingTime = System.nanoTime() / NANOTIME_DIV; in onTouchEvent()
/packages/apps/Launcher3/src/com/android/launcher3/
DPagedView.java71 protected static final float NANOTIME_DIV = 1000000000.0f; field in PagedView
609 mSmoothingTime = System.nanoTime() / NANOTIME_DIV; in scrollTo()
1461 mSmoothingTime = System.nanoTime() / NANOTIME_DIV; in determineScrollingStart()
1661 mSmoothingTime = System.nanoTime() / NANOTIME_DIV; in onTouchEvent()