Home
last modified time | relevance | path

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

/GUIX-v6.2.1/samples/demo_guix_smart_watch/
Dpage_3_calories_screen.c24 gx_numeric_prompt_value_set(&calories_screen.calories_screen_calories_burned, 0); in screen_data_reset()
25 gx_numeric_prompt_value_set(&calories_screen.calories_screen_calories_burned_target, 0); in screen_data_reset()
26 gx_numeric_prompt_value_set(&calories_screen.calories_screen_progress_val, 0); in screen_data_reset()
27 gx_radial_progress_bar_value_set(&calories_screen.calories_screen_progress, 0); in screen_data_reset()
47 …gx_numeric_prompt_value_set(&calories_screen.calories_screen_calories_burned, CAL_ANIMATION_VAL(ca… in animation_update()
48 …gx_numeric_prompt_value_set(&calories_screen.calories_screen_calories_burned_target, CAL_ANIMATION… in animation_update()
49 …gx_numeric_prompt_value_set(&calories_screen.calories_screen_progress_val, CAL_ANIMATION_VAL(calor… in animation_update()
50 …gx_radial_progress_bar_value_set(&calories_screen.calories_screen_progress, CAL_ANIMATION_VAL(calo… in animation_update()
54 gx_system_timer_stop(&calories_screen, SCREEN_ANIMATION_TIMER_ID); in animation_update()
Dscreen_template.c13 {(GX_WIDGET*)&calories_screen, 0, GX_STRING_ID_CALORIES, GX_TRUE},
Dpage_1_weather_screen.c112 container_screen_slide((GX_WIDGET*)window, (GX_WIDGET*)&calories_screen); in weather_screen_event_process()
Dpage_3_fitness_screen.c194 page_screen_slide((GX_WIDGET *)window, (GX_WIDGET *)&calories_screen); in fitness_screen_event_process()
Dguix_smart_watch_specifications.h516 extern CALORIES_SCREEN_CONTROL_BLOCK calories_screen;
Ddemo_guix_smart_watch.c64 (GX_WIDGET*)&calories_screen,
Dguix_smart_watch_specifications.c35 CALORIES_SCREEN_CONTROL_BLOCK calories_screen; variable
6954 { &calories_screen_define, (GX_WIDGET *) &calories_screen },