Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DViewRootImpl.java8359 static final float ACCEL_MOVE_SCALING_FACTOR = (1.0f/40); field in ViewRootImpl.TrackballAxis
8425 float scale = (normTime-delta) * ACCEL_MOVE_SCALING_FACTOR; in collect()
8433 float scale = (delta-normTime) * ACCEL_MOVE_SCALING_FACTOR; in collect()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt63890 Landroid/view/ViewRootImpl$TrackballAxis;->ACCEL_MOVE_SCALING_FACTOR:F