Searched refs:ACCEL_MOVE_SCALING_FACTOR (Results 1 – 2 of 2) sorted by relevance
6689 static final float ACCEL_MOVE_SCALING_FACTOR = (1.0f/40); field in TrackballAxis6755 float scale = (normTime-delta) * ACCEL_MOVE_SCALING_FACTOR; in collect()6763 float scale = (delta-normTime) * ACCEL_MOVE_SCALING_FACTOR; in collect()
67856 Landroid/view/ViewRootImpl$TrackballAxis;->ACCEL_MOVE_SCALING_FACTOR:F