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.java5814 static final long FAST_MOVE_TIME = 150; field in ViewRootImpl.TrackballAxis
5856 normTime = (long)(off * FAST_MOVE_TIME); in collect()
5866 normTime = (long)((-off) * FAST_MOVE_TIME); in collect()