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

/frameworks/base/core/java/android/view/
H A DViewRootImpl.java5098 static final float ACCEL_MOVE_SCALING_FACTOR = (1.0f/40); field in class:ViewRootImpl.TrackballAxis
5164 float scale = (normTime-delta) * ACCEL_MOVE_SCALING_FACTOR;
5172 float scale = (delta-normTime) * ACCEL_MOVE_SCALING_FACTOR;

Completed in 43 milliseconds