Home
last modified time | relevance | path

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

/GUIX-v6.2.1/samples/demo_guix_smart_watch/
Dpage_3_stand_screen.c4 #define CAL_ANIMATION_VAL(val) ((val) * animation_step / ANIMATION_TOTAL_STEPS) macro
49 …gx_numeric_prompt_value_set(&stand_screen.stand_screen_stand_hour, CAL_ANIMATION_VAL(standing_minu… in animation_update()
50 …gx_numeric_prompt_value_set(&stand_screen.stand_screen_stand_minute, CAL_ANIMATION_VAL(standing_mi… in animation_update()
51 …gx_numeric_prompt_value_set(&stand_screen.stand_screen_stand_hour_target, CAL_ANIMATION_VAL(standi… in animation_update()
52 …gx_numeric_prompt_value_set(&stand_screen.stand_screen_stand_minute_target, CAL_ANIMATION_VAL(stan… in animation_update()
53 …gx_numeric_prompt_value_set(&stand_screen.stand_screen_progress_val, CAL_ANIMATION_VAL(standing_mi… in animation_update()
54 …gx_radial_progress_bar_value_set(&stand_screen.stand_screen_progress, CAL_ANIMATION_VAL(standing_m… in animation_update()
Dpage_3_run_screen.c4 #define CAL_ANIMATION_VAL(val) ((val) * animation_step / ANIMATION_TOTAL_STEPS) macro
67 …gx_numeric_prompt_value_set(&run_screen.run_screen_running_distance, CAL_ANIMATION_VAL(running_dis… in animation_update()
68 …pt_value_set(&run_screen.run_screen_running_distance_fraction_part, CAL_ANIMATION_VAL(running_dist… 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()
71 …gx_numeric_prompt_value_set(&run_screen.run_screen_progress_val, CAL_ANIMATION_VAL(running_distanc… in animation_update()
72 …gx_radial_progress_bar_value_set(&run_screen.run_screen_progress, CAL_ANIMATION_VAL(running_distan… in animation_update()
Dpage_3_yoga_screen.c4 #define CAL_ANIMATION_VAL(val) ((val) * animation_step / ANIMATION_TOTAL_STEPS) macro
41 …gx_numeric_prompt_value_set(&yoga_screen.yoga_screen_calories_burned, CAL_ANIMATION_VAL(calorie_bu… in animation_update()
42 …gx_numeric_prompt_value_set(&yoga_screen.yoga_screen_yoga_hour, CAL_ANIMATION_VAL(yoga_minutes % 6… in animation_update()
43 …gx_numeric_prompt_value_set(&yoga_screen.yoga_screen_yoga_minute, CAL_ANIMATION_VAL(yoga_minutes /… in animation_update()
44 …gx_numeric_prompt_value_set(&yoga_screen.yoga_screen_progress_val, CAL_ANIMATION_VAL(calorie_burne… in animation_update()
45 …gx_radial_progress_bar_value_set(&yoga_screen.yoga_screen_progress, CAL_ANIMATION_VAL(calorie_burn… in animation_update()
Dpage_1_weather_screen.c4 #define CAL_ANIMATION_VAL(val) ((val) * animation_step / ANIMATION_TOTAL_STEPS) macro
42 …ompt_value_set(&weather_screen.weather_screen_calorie_burned_progress_val, CAL_ANIMATION_VAL(val)); in animation_update()
45 …ress_bar_value_set(&weather_screen.weather_screen_calorie_burned_progress, CAL_ANIMATION_VAL(val)); in animation_update()
48 …eric_prompt_value_set(&weather_screen.weather_screen_running_progress_val, CAL_ANIMATION_VAL(val)); in animation_update()
51 …al_progress_bar_value_set(&weather_screen.weather_screen_running_progress, CAL_ANIMATION_VAL(val)); in animation_update()
54 …gx_numeric_prompt_value_set(&weather_screen.weather_screen_ekg_progress_val, CAL_ANIMATION_VAL(val… in animation_update()
57 …gx_radial_progress_bar_value_set(&weather_screen.weather_screen_ekg_progress, CAL_ANIMATION_VAL(va… in animation_update()
Dpage_3_fitness_screen.c10 #define CAL_ANIMATION_VAL(val) ((val) * animation_step / ANIMATION_TOTAL_STEPS) macro
86 … gx_numeric_prompt_value_set(&fitness_screen.fitness_screen_running_steps, CAL_ANIMATION_VAL(val)); in animation_update()
89 …gx_numeric_prompt_value_set(&fitness_screen.fitness_screen_running_distance, CAL_ANIMATION_VAL(val… in animation_update()
92 …ompt_value_set(&fitness_screen.fitness_screen_calorie_burned_progress_val, CAL_ANIMATION_VAL(val)); in animation_update()
95 …ress_bar_value_set(&fitness_screen.fitness_screen_calorie_burned_progress, CAL_ANIMATION_VAL(val)); in animation_update()
98 …eric_prompt_value_set(&fitness_screen.fitness_screen_running_progress_val, CAL_ANIMATION_VAL(val)); in animation_update()
101 …al_progress_bar_value_set(&fitness_screen.fitness_screen_running_progress, CAL_ANIMATION_VAL(val)); in animation_update()
104 …ric_prompt_value_set(&fitness_screen.fitness_screen_standing_progress_val, CAL_ANIMATION_VAL(val)); in animation_update()
107 …l_progress_bar_value_set(&fitness_screen.fitness_screen_standing_progress, CAL_ANIMATION_VAL(val)); in animation_update()
Dpage_3_calories_screen.c4 #define CAL_ANIMATION_VAL(val) ((val) * animation_step / ANIMATION_TOTAL_STEPS) macro
47 …gx_numeric_prompt_value_set(&calories_screen.calories_screen_calories_burned, CAL_ANIMATION_VAL(ca… in animation_update()
48 …_value_set(&calories_screen.calories_screen_calories_burned_target, CAL_ANIMATION_VAL(calories_bur… 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()
Dpage_3_ekg_screen.c5 #define CAL_ANIMATION_VAL(val) ((val) * animation_step / ANIMATION_TOTAL_STEPS) macro
49 …gx_numeric_prompt_value_set(&ekg_screen.ekg_screen_systole_blood_pressure, CAL_ANIMATION_VAL(systo… in animation_update()
50 …gx_numeric_prompt_value_set(&ekg_screen.ekg_screen_diastole_blood_pressure, CAL_ANIMATION_VAL(dias… in animation_update()
51 gx_numeric_prompt_value_set(&ekg_screen.ekg_screen_heart_rate, CAL_ANIMATION_VAL(heart_rate)); in animation_update()
52 …gx_radial_progress_bar_value_set(&ekg_screen.ekg_screen_progress, CAL_ANIMATION_VAL(diastole_blood… in animation_update()