Searched refs:end_speed (Results 1 – 1 of 1) sorted by relevance
244 INT end_speed; in _gx_scroll_wheel_flick_event_handler() local261 … end_speed = (wheel -> gx_scroll_wheel_animation_end_speed_rate * shift) >> GX_FIXED_VAL_SHIFT; in _gx_scroll_wheel_flick_event_handler()263 if (GX_ABS(end_speed) < wheel -> gx_scroll_wheel_row_height / 10) in _gx_scroll_wheel_flick_event_handler()265 end_speed = wheel -> gx_scroll_wheel_row_height / 10; in _gx_scroll_wheel_flick_event_handler()269 end_speed = -end_speed; in _gx_scroll_wheel_flick_event_handler()281 wheel -> gx_scroll_wheel_animation_end_speed = (GX_VALUE)end_speed; in _gx_scroll_wheel_flick_event_handler()289 speed += (end_speed - speed) / total_steps; in _gx_scroll_wheel_flick_event_handler()