Searched refs:ACCEL_MOVE_SCALING_FACTOR (Results 1 – 1 of 1) sorted by relevance
5822 static final float ACCEL_MOVE_SCALING_FACTOR = (1.0f/40); field in ViewRootImpl.TrackballAxis5888 float scale = (normTime-delta) * ACCEL_MOVE_SCALING_FACTOR; in collect()5896 float scale = (delta-normTime) * ACCEL_MOVE_SCALING_FACTOR; in collect()