Searched refs:calories_screen (Results 1 – 7 of 7) sorted by relevance
| /GUIX-v6.2.1/samples/demo_guix_smart_watch/ |
| D | page_3_calories_screen.c | 24 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()
|
| D | screen_template.c | 13 {(GX_WIDGET*)&calories_screen, 0, GX_STRING_ID_CALORIES, GX_TRUE},
|
| D | page_1_weather_screen.c | 112 container_screen_slide((GX_WIDGET*)window, (GX_WIDGET*)&calories_screen); in weather_screen_event_process()
|
| D | page_3_fitness_screen.c | 194 page_screen_slide((GX_WIDGET *)window, (GX_WIDGET *)&calories_screen); in fitness_screen_event_process()
|
| D | guix_smart_watch_specifications.h | 516 extern CALORIES_SCREEN_CONTROL_BLOCK calories_screen;
|
| D | demo_guix_smart_watch.c | 64 (GX_WIDGET*)&calories_screen,
|
| D | guix_smart_watch_specifications.c | 35 CALORIES_SCREEN_CONTROL_BLOCK calories_screen; variable 6954 { &calories_screen_define, (GX_WIDGET *) &calories_screen },
|