Home
last modified time | relevance | path

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

/GUIX-v6.4.1/samples/demo_guix_smart_watch/
Dpage_2_clock_4_screen.c17 GX_WIDGET *target_hour = (GX_WIDGET*)&clock_4_screen.clock_4_screen_hour; in clock_slide_animation_start() local
22 …if (target_hour->gx_widget_size.gx_rectangle_left < target_minute->gx_widget_size.gx_rectangle_lef… in clock_slide_animation_start()
35 info.gx_animation_target = target_hour; in clock_slide_animation_start()
40 info.gx_animation_start_position.gx_point_x = target_hour->gx_widget_size.gx_rectangle_left; in clock_slide_animation_start()
42 info.gx_animation_start_position.gx_point_y = target_hour->gx_widget_size.gx_rectangle_top; in clock_slide_animation_start()
Dpage_2_clock_5_screen.c29 GX_WIDGET* target_hour = (GX_WIDGET*)&clock_5_screen.clock_5_screen_hour; in clock_slide_animation_start() local
34 …if (target_hour->gx_widget_size.gx_rectangle_left < target_minute->gx_widget_size.gx_rectangle_lef… in clock_slide_animation_start()
51 info.gx_animation_target = target_hour; in clock_slide_animation_start()
56 info.gx_animation_start_position.gx_point_x = target_hour->gx_widget_size.gx_rectangle_left; in clock_slide_animation_start()
57 info.gx_animation_start_position.gx_point_y = target_hour->gx_widget_size.gx_rectangle_top; in clock_slide_animation_start()