Home
last modified time | relevance | path

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

/GUIX-v6.2.1/samples/demo_guix_smart_watch/
Dpage_3_run_screen.c42 gx_numeric_prompt_value_set(&run_screen.run_screen_running_distance, 0); in screen_data_reset()
43 gx_numeric_prompt_value_set(&run_screen.run_screen_running_minutes, 0); in screen_data_reset()
44 gx_numeric_prompt_value_set(&run_screen.run_screen_running_seconds, 0); in screen_data_reset()
45 gx_numeric_prompt_value_set(&run_screen.run_screen_progress_val, 0); in screen_data_reset()
46 gx_numeric_prompt_value_set(&run_screen.run_screen_running_distance_fraction_part, 0); in screen_data_reset()
47 gx_radial_progress_bar_value_set(&run_screen.run_screen_progress, 0); in screen_data_reset()
67 …gx_numeric_prompt_value_set(&run_screen.run_screen_running_distance, CAL_ANIMATION_VAL(running_dis… in animation_update()
68 …gx_numeric_prompt_value_set(&run_screen.run_screen_running_distance_fraction_part, CAL_ANIMATION_V… in animation_update()
69 …gx_numeric_prompt_value_set(&run_screen.run_screen_running_minutes, CAL_ANIMATION_VAL(running_time… in animation_update()
70 …gx_numeric_prompt_value_set(&run_screen.run_screen_running_seconds, CAL_ANIMATION_VAL(running_time… in animation_update()
[all …]
Dscreen_template.c14 {(GX_WIDGET*)&run_screen, 0, GX_STRING_ID_RUN, GX_TRUE},
Dpage_1_weather_screen.c116 container_screen_slide((GX_WIDGET*)window, (GX_WIDGET*)&run_screen); in weather_screen_event_process()
Dpage_3_fitness_screen.c198 page_screen_slide((GX_WIDGET *)window, (GX_WIDGET *)&run_screen); in fitness_screen_event_process()
Dguix_smart_watch_specifications.h515 extern RUN_SCREEN_CONTROL_BLOCK run_screen;
Ddemo_guix_smart_watch.c65 (GX_WIDGET*)&run_screen,
Dguix_smart_watch_specifications.c34 RUN_SCREEN_CONTROL_BLOCK run_screen; variable
6953 { &run_screen_define, (GX_WIDGET *) &run_screen },