Lines Matching defs:AccelGestureDebug
86 struct AccelGestureDebug { struct
87 bool no_accel_for_gesture_type;
88 bool no_accel_for_small_dt;
89 bool no_accel_for_small_speed;
90 bool no_accel_for_bad_gain;
91 bool dropped_gesture;
92 bool x_y_are_velocity;
93 float x_scale, y_scale;
94 float dt;
95 float adjusted_dt;
96 float speed;
97 float smoothed_speed;
98 float gain_x, gain_y;