Searched defs:FAST_MOVE_TIME (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
H A DViewRootImpl.java4991 static final long FAST_MOVE_TIME = 150; field in class:ViewRootImpl.TrackballAxis
4996 * is < FAST_MOVE_TIME this multiplies the acceleration; when >
4997 * FAST_MOVE_TIME it divides it.
5030 normTime = (long)(off * FAST_MOVE_TIME);
5040 normTime = (long)((-off) * FAST_MOVE_TIME);

Completed in 84 milliseconds