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

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

Completed in 43 milliseconds