Home
last modified time | relevance | path

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

/GUIX-v6.2.1/samples/demo_guix_smart_watch/
Ddemo_guix_smart_watch.c757 INT horizontal_dist; in main_screen_event_process() local
799horizontal_dist = GX_ABS(slide_pen_down_event.gx_event_payload.gx_event_pointdata.gx_point_x - eve… in main_screen_event_process()
802 … if ((horizontal_dist > ANIMATION_MIN_SLIDING_DIST) || vertical_dist > ANIMATION_MIN_SLIDING_DIST) in main_screen_event_process()
804 if (horizontal_dist > vertical_dist) in main_screen_event_process()