Home
last modified time | relevance | path

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

/GUIX-v6.2.1/samples/demo_guix_smart_watch/
Dpage_2_home_screen.c68 …gx_widget_fill_color_set(&home_screen.home_screen_time_second_up, GX_COLOR_ID_WHITE, GX_COLOR_ID_W… in screen_time_update()
69 …gx_widget_fill_color_set(&home_screen.home_screen_time_second_down, GX_COLOR_ID_WHITE, GX_COLOR_ID… in screen_time_update()
73 …gx_widget_fill_color_set(&home_screen.home_screen_time_second_up, GX_COLOR_ID_GRAY, GX_COLOR_ID_GR… in screen_time_update()
74 …gx_widget_fill_color_set(&home_screen.home_screen_time_second_down, GX_COLOR_ID_GRAY, GX_COLOR_ID_… in screen_time_update()
88 gx_numeric_prompt_value_set(&home_screen.home_screen_time_hour, system_time.hour); in screen_time_update()
93 gx_numeric_prompt_value_set(&home_screen.home_screen_time_minute, system_time.minute); in screen_time_update()
96 if (home_screen.home_screen_am_pm.gx_prompt_text_id != am_pm_text_id) in screen_time_update()
98 gx_prompt_text_id_set(&home_screen.home_screen_am_pm, am_pm_text_id); in screen_time_update()
103 …gx_prompt_text_id_set(&home_screen.home_screen_day_of_week, day_name_ids[system_time.day_of_week]); in screen_time_update()
108 gx_widget_string_get_ext(&home_screen, month_name_ids[system_time.month - 1], &string); in screen_time_update()
[all …]
Ddemo_guix_smart_watch.c53 (GX_WIDGET*)&home_screen,
443 GX_WIDGET *target_screen = (GX_WIDGET *)&home_screen; in slide_to_home_screen()
773 if(home_screen.gx_widget_status & GX_STATUS_VISIBLE) in main_screen_event_process()
775 gx_sprite_start(&home_screen.home_screen_sprite, 0); in main_screen_event_process()
Dguix_smart_watch_specifications.h523 extern HOME_SCREEN_CONTROL_BLOCK home_screen;
Dguix_smart_watch_specifications.c42 HOME_SCREEN_CONTROL_BLOCK home_screen; variable
6961 { &home_screen_define, (GX_WIDGET *) &home_screen },