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

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

Completed in 585 milliseconds