Home
last modified time | relevance | path

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

/GUIX-v6.2.1/samples/demo_guix_smart_watch/
Dpage_2_clock_5_screen.c31 GX_POINT target_hour_end_pos; in clock_slide_animation_start() local
36 target_hour_end_pos.gx_point_x = TARGET_HOUR_MAX_XPOS; in clock_slide_animation_start()
37 target_hour_end_pos.gx_point_y = TARGET_HOUR_MAX_YPOS; in clock_slide_animation_start()
43 target_hour_end_pos.gx_point_x = TARGET_HOUR_MIN_XPOS; in clock_slide_animation_start()
44 target_hour_end_pos.gx_point_y = TARGET_HOUR_MIN_YPOS; in clock_slide_animation_start()
58 info.gx_animation_end_position = target_hour_end_pos; in clock_slide_animation_start()