Home
last modified time | relevance | path

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

/GUIX-v6.2.1/common/src/
Dgx_horizontal_list_event_process.c104 INT snap_dist; in _gx_horizontal_list_event_process() local
294 snap_dist = (list -> gx_horizontal_list_snap_back_distance) / 5; in _gx_horizontal_list_event_process()
295 …al_list_snap_back_distance = (GX_VALUE)(list -> gx_horizontal_list_snap_back_distance - snap_dist); in _gx_horizontal_list_event_process()
296 _gx_horizontal_list_scroll(list, snap_dist); in _gx_horizontal_list_event_process()
Dgx_vertical_list_event_process.c99 INT snap_dist; in _gx_vertical_list_event_process() local
290 snap_dist = (list -> gx_vertical_list_snap_back_distance) / 5; in _gx_vertical_list_event_process()
291 …ical_list_snap_back_distance = (GX_VALUE)(list -> gx_vertical_list_snap_back_distance - snap_dist); in _gx_vertical_list_event_process()
292 _gx_vertical_list_scroll(list, snap_dist); in _gx_vertical_list_event_process()