Searched refs:weather_screen (Results 1 – 9 of 9) sorted by relevance
| /GUIX-v6.2.1/samples/demo_guix_smart_watch/ |
| D | page_1_weather_screen.c | 13 gx_numeric_prompt_value_set(&weather_screen.weather_screen_calorie_burned_progress_val, 0); in screen_data_reset() 14 gx_numeric_prompt_value_set(&weather_screen.weather_screen_running_progress_val, 0); in screen_data_reset() 15 gx_numeric_prompt_value_set(&weather_screen.weather_screen_ekg_progress_val, 0); in screen_data_reset() 16 gx_radial_progress_bar_value_set(&weather_screen.weather_screen_calorie_burned_progress, 0); in screen_data_reset() 17 gx_radial_progress_bar_value_set(&weather_screen.weather_screen_running_progress, 0); in screen_data_reset() 18 gx_radial_progress_bar_value_set(&weather_screen.weather_screen_ekg_progress, 0); in screen_data_reset() 42 …gx_numeric_prompt_value_set(&weather_screen.weather_screen_calorie_burned_progress_val, CAL_ANIMAT… in animation_update() 45 …gx_radial_progress_bar_value_set(&weather_screen.weather_screen_calorie_burned_progress, CAL_ANIMA… in animation_update() 48 …gx_numeric_prompt_value_set(&weather_screen.weather_screen_running_progress_val, CAL_ANIMATION_VAL… in animation_update() 51 …gx_radial_progress_bar_value_set(&weather_screen.weather_screen_running_progress, CAL_ANIMATION_VA… in animation_update() [all …]
|
| D | page_1_music_screen.c | 39 …gx_radial_progress_bar_value_set(&weather_screen.weather_screen_music_play_progress, play_time * (… in weather_screen_music_progress_update() 64 gx_prompt_text_set_ext(&weather_screen.weather_screen_singer, &music_list[play_index].singer); in music_info_update() 65 gx_prompt_text_set_ext(&weather_screen.weather_screen_song, &music_list[play_index].song); in music_info_update() 66 …gx_radial_progress_bar_value_set(&weather_screen.weather_screen_music_play_progress, play_time * (… in music_info_update() 122 gx_widget_style_add(&weather_screen.weather_screen_play_button, GX_STYLE_BUTTON_PUSHED); in music_play_on() 133 gx_widget_style_remove(&weather_screen.weather_screen_play_button, GX_STYLE_BUTTON_PUSHED); in music_play_off()
|
| D | guix_smart_watch_specifications.h | 501 extern WEATHER_SCREEN_CONTROL_BLOCK weather_screen;
|
| D | demo_guix_smart_watch.c | 43 (GX_WIDGET*)&weather_screen,
|
| D | guix_smart_watch_specifications.c | 25 WEATHER_SCREEN_CONTROL_BLOCK weather_screen; variable 6944 { &weather_screen_define, (GX_WIDGET *) &weather_screen },
|
| /GUIX-v6.2.1/samples/demo_guix_home_automation/ |
| D | screen_base.c | 73 (GX_WIDGET *)&weather_screen.weather_screen_pagination_1, 74 (GX_WIDGET *)&weather_screen.weather_screen_pagination_2, 75 (GX_WIDGET *)&weather_screen.weather_screen_pagination_3, 93 { &weather_screen.base, weather_win_list, weather_pagination_list}, 581 base = &weather_screen.base; in on_footer_menu_clicked()
|
| D | weather.c | 291 …gx_animation_drag_disable(&slide_animation, (GX_WIDGET *)&weather_screen.base.screen_base_slide_wi… in weather_screen_animation_start() 294 pagination_button_enable_disable((GX_WINDOW *)&weather_screen.base, GX_FALSE); in weather_screen_animation_start() 348 gx_prompt_text_id_set(&weather_screen.base.screen_base_add_text, GX_STRING_ID_ADD_CITY); in weather_screen_init()
|
| D | demo_guix_home_automation_specifications.h | 676 extern WEATHER_SCREEN_CONTROL_BLOCK weather_screen;
|
| D | demo_guix_home_automation_specifications.c | 36 WEATHER_SCREEN_CONTROL_BLOCK weather_screen; variable 10214 { &weather_screen_define, (GX_WIDGET *) &weather_screen },
|