Home
last modified time | relevance | path

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

/GUIX-v6.2.1/samples/demo_guix_smart_watch/
Dpage_3_run_screen.c8 static INT running_distance = 465; variable
18 return (running_distance * 100 / running_distance_target); in get_running_progress_val()
34 return running_distance; in get_running_distance()
67 …ompt_value_set(&run_screen.run_screen_running_distance, CAL_ANIMATION_VAL(running_distance / 100)); in animation_update()
68 …(&run_screen.run_screen_running_distance_fraction_part, CAL_ANIMATION_VAL(running_distance % 100)); in animation_update()
71 …pt_value_set(&run_screen.run_screen_progress_val, CAL_ANIMATION_VAL(running_distance * 100 / runni… in animation_update()
72 …ss_bar_value_set(&run_screen.run_screen_progress, CAL_ANIMATION_VAL(running_distance * (-360) / ru… in animation_update()