Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DViewRootImpl.java4720 static final long FAST_MOVE_TIME = 150; field in ViewRootImpl.TrackballAxis
4762 normTime = (long)(off * FAST_MOVE_TIME); in collect()
4772 normTime = (long)((-off) * FAST_MOVE_TIME); in collect()